Age | Commit message (Expand) | Author |
2019-01-24 | Makes screen texture work in GLES2 (2D for now), fixes #23604 | Juan Linietsky |
2019-01-18 | Use 16 bit indices on phones that dont support 32, fixes #19797 | Juan Linietsky |
2019-01-17 | Fixes to 2D lights, closes #24750 | Juan Linietsky |
2019-01-16 | Ensure texture hints are obeyed, fixes #24875 | Juan Linietsky |
2019-01-15 | GLES2: Fix typo in project setting | Rémi Verschelde |
2019-01-14 | Implement black margins in GLES2, which was missing, fixes #24556 | Juan Linietsky |
2019-01-14 | GLES2: Make Nvidia flicker workaround opt-in | Rémi Verschelde |
2019-01-14 | Was not properly re-setting light uniforms, fixes #24976 | Juan Linietsky |
2019-01-14 | Do not use the workaround for desktop nvidia on mobile and html5. | Juan Linietsky |
2019-01-06 | Change blend equation for canvasitems | Daeil Kim |
2019-01-02 | Fix negative size rectangle drawing | Marcin Zawiejski |
2019-01-01 | Merge pull request #24687 from DavidSichma/draw-rect-rot | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-31 | fix draw_rect rotation | David Sichma |
2018-12-30 | Change unshaded logic to match with GLES3 | Daeil Kim |
2018-12-27 | -Implented 2D Mesh support for GLES2 | Juan Linietsky |
2018-12-20 | Remove usage of VAO, which does not work in GLES2 | Juan Linietsky |
2018-12-20 | Support lights and shadows in GLES2, fixes #21853 | Juan Linietsky |
2018-12-18 | Change how rects are drawn (and also will help batching eventually), to worka... | Juan Linietsky |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-02 | GLES2: Implement pixel snap 2D option | Rémi Verschelde |
2018-10-02 | Moving lens distortion shader into drivers and adding GLES2 support | Bastiaan Olij |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
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-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | [GLES2] fix CanvasModulate not working | Thomas Herzog |
2018-08-23 | [GLES2] fix canvas_item sampler allocation | Thomas Herzog |
2018-08-20 | Revert "Batch GLES2 draw calls" | Marcin Zawiejski |
2018-08-18 | Merge pull request #20965 from dragmz/gles2_batching | Thomas Herzog |
2018-08-15 | [gles2] fix black bar artifacts | Thomas Herzog |
2018-08-14 | Batch GLES2 draw calls | Marcin Zawiejski |
2018-08-08 | GLES2 refactors | Thomas Herzog |
2018-07-27 | add initial GLES2 3D renderer | karroffel |
2018-07-23 | fix disappearing lines in visual script editor | Marcin Zawiejski |
2018-07-22 | remove redundant uniform set call | dragmz |
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky |
2018-06-16 | fix clipping with v_flip fixes: #2929 | toger5 |
2018-03-21 | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson |
2018-03-02 | fix GLES2 line rendering | karroffel |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |