Age | Commit message (Expand) | Author |
2018-10-02 | Merge pull request #22455 from Calinou/reverse-cull-face-update-light | Rémi Verschelde |
2018-10-02 | Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL... | Juan Linietsky |
2018-09-30 | -Many GLES2 optimizations | Juan Linietsky |
2018-09-29 | Some more GLES2 tuning.. | Juan Linietsky |
2018-09-29 | Many more GLES2 fixes | Juan Linietsky |
2018-09-29 | Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. | Juan Linietsky |
2018-09-28 | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky |
2018-09-28 | Reflection probe support in GLES2 back-end. | Juan Linietsky |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-26 | Update lights when their reverse cull face mode is toggled | Hugo Locurcio |
2018-09-25 | Fix gizmo handles in GLES2 backend | Juan Linietsky |
2018-09-23 | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt... | Juan Linietsky |
2018-09-13 | Set uniform default values in inspector | JFonS |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-05 | Merge pull request #21782 from eska014/gles3-get-texture-err | Rémi Verschelde |
2018-09-05 | Fix missing texture-download error with OpenGL ES | Leon Krause |
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky |
2018-08-26 | Partial fixes for 3D texture issues | elasota |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | [GLES2] fix texture flags not having an effect | Thomas Herzog |
2018-08-23 | Merge pull request #21317 from karroffel/gles2-canvas-texture-sampler-long-br... | Thomas Herzog |
2018-08-23 | [GLES2] fix canvas_item sampler allocation | Thomas Herzog |
2018-08-23 | enable hardware skeletons | Thomas Herzog |
2018-08-21 | BPTC support | elasota |
2018-08-15 | [gles2] fix black bar artifacts | Thomas Herzog |
2018-08-13 | [gles2] added ImmediateGeometry rendering | Thomas Herzog |
2018-08-08 | GLES2 refactors | Thomas Herzog |
2018-08-06 | Added proper import support for 3D and Array textures | Juan Linietsky |
2018-07-30 | add 3D textures | Thomas Herzog |
2018-07-27 | add initial GLES2 3D renderer | karroffel |
2018-07-25 | Merge pull request #18368 from Gamblify/RasterizerEngineSync | Rémi Verschelde |
2018-07-22 | initialize texture shrink to false by default | dragmz |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-17 | Revert "Fix #19507 Not emitted particles affects performance" | Max Hilbrunner |
2018-07-17 | Merge pull request #19764 from malbach/godot_malbach | Max Hilbrunner |
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky |
2018-06-25 | Fix #19507 Not emitted particles affects performance | malbach |
2018-06-05 | Rasterizers are now in sync with engine | Gustav Lund |
2018-05-31 | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde |
2018-05-07 | Merge pull request #18495 from Zylann/partial_texture_update | Juan Linietsky |
2018-05-03 | Skeleton for 2D WIP | Juan Linietsky |
2018-04-29 | Added partial texture update to VisualServer | Marc Gilleron |
2018-03-21 | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |