| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure texture hints are obeyed, fixes #24875 | Juan Linietsky | 2019-01-16 | 2 | -0/+26 |
* | Ensure canvas copy texscreen will not crash if render target is configured wi... | Juan Linietsky | 2019-01-15 | 1 | -0/+5 |
* | GLES2: Fix typo in project setting | Rémi Verschelde | 2019-01-15 | 1 | -2/+2 |
* | Use GLES2 approach to vertex shading in GLES3, which has been more developed.... | Juan Linietsky | 2019-01-14 | 1 | -5/+55 |
* | Implement black margins in GLES2, which was missing, fixes #24556 | Juan Linietsky | 2019-01-14 | 1 | -0/+58 |
* | GLES2: Make Nvidia flicker workaround opt-in | Rémi Verschelde | 2019-01-14 | 2 | -119/+130 |
* | Was not properly re-setting light uniforms, fixes #24976 | Juan Linietsky | 2019-01-14 | 2 | -29/+41 |
* | Do not use the workaround for desktop nvidia on mobile and html5. | Juan Linietsky | 2019-01-14 | 1 | -1/+2 |
* | GLES2: Clarify why we exclude debug code on iOS | Rémi Verschelde | 2019-01-11 | 1 | -6/+11 |
* | Consistency in resource format saver/loader de-registration | Rémi Verschelde | 2019-01-10 | 1 | -4/+2 |
* | Merge pull request #24301 from marcelofg55/default_device_pulseaudio | Rémi Verschelde | 2019-01-07 | 1 | -0/+42 |
|\ |
|
| * | PulseAudio driver will now change the device if the default system device cha... | Marcelo Fernandez | 2018-12-12 | 1 | -0/+42 |
* | | Fix background color rendering on GLES2 (linear should not be used) | Juan Linietsky | 2019-01-07 | 1 | -2/+2 |
* | | Change blend equation for canvasitems | Daeil Kim | 2019-01-06 | 1 | -5/+21 |
* | | Merge pull request #24568 from Shinryuuji/fix-wrong-texture-array-target | Rémi Verschelde | 2019-01-04 | 3 | -0/+16 |
|\ \ |
|
| * | | Fix wrong default target for sampler2DArray | Shinryuuji | 2018-12-23 | 3 | -0/+16 |
* | | | Merge pull request #24539 from BastiaanOlij/override_gl_position | Rémi Verschelde | 2019-01-04 | 4 | -0/+21 |
|\ \ \ |
|
| * | | | Override GL_position | Bastiaan Olij | 2018-12-29 | 4 | -0/+21 |
| |/ / |
|
* | | | Merge pull request #24575 from nekomatata/android-curve-texture | Rémi Verschelde | 2019-01-04 | 2 | -0/+23 |
|\ \ \ |
|
| * | | | Fixed CurveTexture with GLES3 on Android | PouleyKetchoupp | 2018-12-30 | 2 | -0/+23 |
| |/ / |
|
* | | | Fix negative size rectangle drawing | Marcin Zawiejski | 2019-01-02 | 1 | -4/+3 |
* | | | Merge pull request #24687 from DavidSichma/draw-rect-rot | Rémi Verschelde | 2019-01-01 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | fix draw_rect rotation | David Sichma | 2018-12-31 | 1 | -4/+4 |
* | | | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 91 | -183/+180 |
* | | | | Fix missing/malformed license headers | Rémi Verschelde | 2019-01-01 | 4 | -3/+4 |
|/ / / |
|
* | | | Merge pull request #24661 from humblers/fix-unshaded-gles2 | Rémi Verschelde | 2018-12-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change unshaded logic to match with GLES3 | Daeil Kim | 2018-12-30 | 1 | -1/+1 |
* | | | | Merge pull request #24653 from avril-gh/fixes-syntax-error-in-scene-glsl | Rémi Verschelde | 2018-12-30 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | fixes glsl syntax error | Avril | 2018-12-29 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Fix texture type not being initialised | Bastiaan Olij | 2018-12-29 | 4 | -1/+6 |
|/ / / |
|
* / / | -Implented 2D Mesh support for GLES2 | Juan Linietsky | 2018-12-27 | 6 | -19/+345 |
|/ / |
|
* | | Fixed fragment shader compilation error on android (S0001: Cannot compare 'fl... | PouleyKetchoupp | 2018-12-21 | 1 | -1/+1 |
* | | GLES2: Define 'lowp' for OpenGL 2.1 | Rémi Verschelde | 2018-12-21 | 7 | -7/+14 |
* | | Reverse RGBA shadow test on GLES2 | Juan Linietsky | 2018-12-21 | 1 | -1/+1 |
* | | Further GLES2 fixes | Juan Linietsky | 2018-12-21 | 1 | -4/+6 |
* | | Fixes to framebuffer formats for GLES2, closes #24518 | Juan Linietsky | 2018-12-21 | 1 | -2/+10 |
* | | Remove usage of VAO, which does not work in GLES2 | Juan Linietsky | 2018-12-20 | 3 | -12/+7 |
* | | Merge pull request #24499 from akien-mga/android-thirdparty | Rémi Verschelde | 2018-12-20 | 1 | -3/+5 |
|\ \ |
|
| * | | Android: Better identify thirdparty C/C++ code | Rémi Verschelde | 2018-12-20 | 1 | -3/+5 |
* | | | Support lights and shadows in GLES2, fixes #21853 | Juan Linietsky | 2018-12-20 | 7 | -29/+851 |
|/ / |
|
* | | Merge pull request #24485 from volzhs/system-time-ms | Rémi Verschelde | 2018-12-20 | 2 | -0/+7 |
|\ \ |
|
| * | | Added OS.get_system_time_msecs() | volzhs | 2018-12-20 | 2 | -0/+7 |
* | | | Style: Fix formatting in GLES2 shaders | Rémi Verschelde | 2018-12-20 | 2 | -3/+0 |
* | | | fix gles2 spotlight problem | Gitea | 2018-12-20 | 1 | -1/+0 |
* | | | Properly support light shaders in GLES2, fixes #21651 | Juan Linietsky | 2018-12-19 | 2 | -15/+18 |
|/ / |
|
* | | Change how rects are drawn (and also will help batching eventually), to worka... | Juan Linietsky | 2018-12-18 | 3 | -13/+79 |
* | | Reduce considerably the cubemap sizes on sky, to better match GLES3, fixes #2... | Juan Linietsky | 2018-12-18 | 1 | -1/+1 |
* | | Actually respect the low quality cubemap filter on mobile, should fix crashes... | Juan Linietsky | 2018-12-18 | 1 | -0/+2 |
* | | Merge pull request #24366 from BastiaanOlij/adjust_sky_orientation | Rémi Verschelde | 2018-12-16 | 7 | -13/+64 |
|\ \ |
|
| * | | Adding option to re-orient our sky | Bastiaan Olij | 2018-12-15 | 7 | -13/+64 |