summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_storage_gles3.cpp
AgeCommit message (Expand)Author
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky
2017-08-31Merge pull request #10305 from H4kor/gles3Juan Linietsky
2017-08-30Improved default directional shadow params, added bias split scale, closes #9828Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26-Massive clean up to gizmosJuan Linietsky
2017-08-21Several fixes to subsurface scattering. Closes #9530Juan Linietsky
2017-08-20Properly initialize color hinted vec4 uniforms to 0,0,0,1 fixes #9354Juan Linietsky
2017-08-19-Fix all shadow and culling related issues, fixes #9330Juan Linietsky
2017-08-17Oops, fixed wrong color masking problem. Closes #10149Juan Linietsky
2017-08-16Fix particles emitting when emitting is set to false in sceneBojidar Marinov
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-12fixed multimesh_instance_get_colorNiko Abeler
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-08-07Re-revert #378b1e6 for s3tcbruvzg
2017-08-07Revert #378b1e6 for s3tcbruvzg
2017-08-06RGTC and S3TC are now always enabled on desktop, given the spect dictates the...Juan Linietsky
2017-07-27Add missing max. number of samples (MSAA) checkbruvzg
2017-07-26Fix various property not found errorsPoommetee Ketson
2017-07-26Fixes to glow and auto exposure, closes #9797, closes #9106Juan Linietsky
2017-07-24Merge pull request #9712 from BastiaanOlij/fix_checking_framebufferJuan Linietsky
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-20add missing framebuffer checkBastiaanOlij
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. Ad...Juan Linietsky
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky
2017-06-26-Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky
2017-06-25Ability to restart particle system with a function callJuan Linietsky
2017-06-23Small fixes required to get platformer to work.Juan Linietsky
2017-06-212D GPU Particles working..Juan Linietsky
2017-06-17-Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma...Juan Linietsky
2017-06-17Fix transparent background rendering, closes #8703Juan Linietsky
2017-06-17Particles properly update the shadow maps, closes #8815Juan Linietsky
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan Linietsky
2017-06-16TIME constant reverted to a single float, fixes #9123Juan Linietsky
2017-06-16Fixed memory leaksMarc Gilleron
2017-06-15Remove error spam on Intel, closes #8665Juan Linietsky
2017-06-14Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky
2017-06-13-Fixed occluder rendering, closes #8560Juan Linietsky
2017-06-12Fix empty shader related crash, closes #8314Juan Linietsky
2017-06-11Restored everything related to information polling, and added information box...Juan Linietsky
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
2017-06-03subsurface scattering is fixed and working againJuan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly