summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_storage_gles3.h
AgeCommit message (Expand)Author
2018-07-30add 3D texturesThomas Herzog
2018-07-25Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Added some API to visual server so from control VRAM buffer is more easyAndreaCatania
2018-07-17Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner
2018-07-17Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-06-25Fix #19507 Not emitted particles affects performancemalbach
2018-06-05Rasterizers are now in sync with engineGustav Lund
2018-05-07Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky
2018-05-07Add no-blend canvas item render_modeBastiaan Olij
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-04-29Added partial texture update to VisualServerMarc Gilleron
2018-01-06Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03found via cppcheck:firefly2442
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK
2017-12-14-Add lightmapperJuan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
2017-12-01Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
2017-09-05Automatically redraw when shaders using TIME are visible, fixes #10554Juan Linietsky
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan 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-19-Fix all shadow and culling related issues, fixes #9330Juan Linietsky
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-07-26Fixes to glow and auto exposure, closes #9797, closes #9106Juan Linietsky
2017-07-22Several changes to better run in mobile.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-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-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-23Small fixes required to get platformer to work.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-14Merge pull request #9109 from RandomShaper/optimize-2d-lightingJuan Linietsky
2017-06-13-Fixed occluder rendering, closes #8560Juan 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