Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-05 | Merge pull request #21782 from eska014/gles3-get-texture-err | Rémi Verschelde | |
Fix missing texture-download error with OpenGL ES | |||
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 ↵ | Thomas Herzog | |
karroffel/gles2-canvas-texture-sampler-long-branch-name [GLES2] fix canvas_item sampler allocation | |||
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 | |
This commit unhacks some parts of the 3D rendering. Most notably: - possibility to use negative texture units (no longer weird manual index allocation for user samplers) - refactoring of light code, now sorts in a different way, should yield better performance - fixes a crash while saving (because of "Illegal instruction" execution) when using a decent compiler (clang, it's clang. Thanks GCC for not telling me about UB). | |||
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 | |
sync rasterizers with engine | |||
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 | |
Fix #19507 Not emitted particles affects performance | |||
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 | |
The rasterisers (both GLES3 and GLES2) were calculating their own frame delta time This fix lets the rasterizers get the frame delta through the draw call That way any regulations to the frame step from the main script will not cause particle systems to process at a different step than the rest of the Engine. Remove unused rasterizer storage variable frame.prev_tick variable were not used anywhere and has been removed | |||
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 | |
Added partial texture update to VisualServer | |||
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 | |
This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned. |