summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_storage_gles3.h
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-19Fix issues with environment mappingclayjohn
2019-10-28Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-10-25WebGL 2.0: Force decompressing non power-of-2 textures with repeat/mipmapRémi Verschelde
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-05-28Fix some unincialised variablesqarmin
2019-05-13Implement ability to render viewports directly to screenclayjohn
2019-04-30Merge pull request #25670 from aqnuep/bake_mode_affect_gi_proveRémi Verschelde
2019-04-23Disable GI probe capturing lights with bake mode disabledDaniel Rakos
2019-04-06Add option to have viewport render into supplied textureBastiaan Olij
2019-03-26Fixed handling of depth texture so it's resolved and bound when neededDaniel Rakos
2019-03-03Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky
2019-02-13On mobile, check for float and half float frameuffers supported, fixes #25324...Juan Linietsky
2019-01-27Fix polygon drawing on WebGL1Konrad Nowakowski
2019-01-27Properly get proxy texture size for canvas light, fixes #17067Juan Linietsky
2019-01-04Merge pull request #24568 from Shinryuuji/fix-wrong-texture-array-targetRémi Verschelde
2019-01-04Merge pull request #24575 from nekomatata/android-curve-textureRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Fixed CurveTexture with GLES3 on AndroidPouleyKetchoupp
2018-12-29Fix texture type not being initialisedBastiaan Olij
2018-12-23Fix wrong default target for sampler2DArrayShinryuuji
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-11-19Do not draw particles if they are not processing at all, fixes #19507Juan Linietsky
2018-11-14Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617Juan Linietsky
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-10-29Use BufferSubData instead of MapBufferRange in HTML5 platformLeon Krause
2018-10-01Fix mismatched class/struct definition warnings [-Wmismatched-tags]Rémi Verschelde
2018-09-28Reflection probe support in GLES2 back-end.Juan Linietsky
2018-09-13Set uniform default values in inspectorJFonS
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-27Revert "Fix some 3D texture issues"Juan Linietsky
2018-08-26Partial fixes for 3D texture issueselasota
2018-08-21BPTC supportelasota
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
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