Age | Commit message (Expand) | Author |
2019-04-07 | Merge pull request #27067 from shartte/remove-context-gl | Rémi Verschelde |
2019-04-07 | Merge pull request #27527 from BastiaanOlij/render_ext_target | Rémi Verschelde |
2019-04-06 | GLES3: Fix regression in particles buffer initialization | Rémi Verschelde |
2019-04-06 | Remove ContextGL since as an abstraction it's unused. | Sebastian Hartte |
2019-04-06 | Add option to have viewport render into supplied texture | Bastiaan Olij |
2019-04-05 | Add Open Asset Import Library to Godot. | K. S. Ernest (iFire) Lee |
2019-04-05 | Respect keep_3d_linear when transparent_bg is on. | toasteater |
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin |
2019-03-26 | Fixed handling of depth texture so it's resolved and bound when needed | Daniel Rakos |
2019-03-11 | Undo #25557 (was not right anyway), fixes #26258 | Juan Linietsky |
2019-03-08 | Added default color to mesh render | samHFIT |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky |
2019-03-04 | Fix and restore text, material and mesh previewers. | Juan Linietsky |
2019-03-04 | Merge pull request #26567 from clayjohn/pixel_snap_artifact | Rémi Verschelde |
2019-03-04 | fixed pixel snap precision artifact | clayjohn |
2019-03-04 | Merge pull request #26532 from aqnuep/texture_array_fixes | Rémi Verschelde |
2019-03-03 | Also take dof blur in consideration for using MRTs, fixes #26236 | Juan Linietsky |
2019-03-03 | Properly redraw if something animated is visible | Juan Linietsky |
2019-03-03 | Fixed TextureArray and Texture3D issues | Daniel Rakos |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky |
2019-02-27 | Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class. | Juan Linietsky |
2019-02-26 | Fix #26100 by casting to integer. | marxin |
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky |
2019-02-24 | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam |
2019-02-22 | Properly update materials when adding surface, fixes #23790 | Juan Linietsky |
2019-02-22 | Ensure that no depth test is used (specially in prepass) for objects that don... | Juan Linietsky |
2019-02-22 | Fix precision issue with skeletons, closes #26057, closes #26062 | Juan Linietsky |
2019-02-21 | Merge pull request #26125 from JFonS/revert_light_vec_shadows | Rémi Verschelde |
2019-02-21 | Many fixes regarding depth buffer clearing, closes #25994, closes #25975 | Juan Linietsky |
2019-02-21 | Revert back to ignoring LIGHT_VEC for 2D shadows | JFonS |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Fix skeleton not being updated in shader, closes #25911 | Juan Linietsky |
2019-02-13 | Remove all references to stencil, fixes problems on iOS. | Juan Linietsky |
2019-02-13 | On mobile, check for float and half float frameuffers supported, fixes #25324... | Juan Linietsky |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-02-12 | Fix fog in GLES2 by using epic hack, closes #25410 | Juan Linietsky |
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde |
2019-02-12 | Merge pull request #25557 from kaadmy/master | Rémi Verschelde |
2019-02-10 | Make LIGHT_VEC affect 2D shadows again | JFonS |
2019-02-01 | Allow usage of depth texture when contact shadows are disabled | KaadmY |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-28 | Cleanup and identify ShaderCompilerGLES[23] differences | Rémi Verschelde |
2019-01-27 | Fix polygon drawing on WebGL1 | Konrad Nowakowski |
2019-01-27 | Properly get proxy texture size for canvas light, fixes #17067 | Juan Linietsky |
2019-01-27 | Use transparent framebuffer only when set to transparent, closes #21827 | Juan Linietsky |
2019-01-26 | Further fixes to avoid memory corruption, closes #25336 | Juan Linietsky |
2019-01-25 | Properly dispose of custom shaders, closes #19300 | Juan Linietsky |
2019-01-25 | Do not use depth prepass if effects are disabled, fixes #25267 | Juan Linietsky |
2019-01-26 | Revert "Fix GLES3 error 502 on iOS" | Bastiaan Olij |