| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix OS_Unix::set_environment | Ignacio Etcheverry | 2019-02-04 | 1 | -1/+1 |
* | Merge pull request #25478 from neikeq/rr | Ignacio Etcheverry | 2019-02-03 | 2 | -0/+6 |
|\ |
|
| * | Added set_environment to OS class | Ignacio Etcheverry | 2019-02-03 | 2 | -0/+6 |
* | | Cleanup and identify ShaderCompilerGLES[23] differences | Rémi Verschelde | 2019-01-28 | 2 | -28/+13 |
* | | GLES2: Define LIGHT Spatial shader builtin | Rémi Verschelde | 2019-01-28 | 1 | -0/+1 |
* | | Merge pull request #25397 from lethiandev/fix-gles2-polygon-drawing | Leon Krause | 2019-01-28 | 2 | -10/+0 |
|\ \ |
|
| * | | Fix polygon drawing on WebGL1 | Konrad Nowakowski | 2019-01-27 | 2 | -10/+0 |
* | | | Properly discard fragments during depth prepass opaque pass, fixes #23321 | Juan Linietsky | 2019-01-27 | 2 | -0/+22 |
|/ / |
|
* | | Properly get proxy texture size for canvas light, fixes #17067 | Juan Linietsky | 2019-01-27 | 5 | -0/+26 |
* | | Use transparent framebuffer only when set to transparent, closes #21827 | Juan Linietsky | 2019-01-27 | 2 | -2/+13 |
|/ |
|
* | Merge pull request #25356 from muiroc/bug_web_comp_tex | Rémi Verschelde | 2019-01-27 | 1 | -3/+3 |
|\ |
|
| * | fix s3tc support detection for webgl | muiroc | 2019-01-26 | 1 | -3/+3 |
* | | Fix code style issues | Rémi Verschelde | 2019-01-26 | 3 | -19/+17 |
|/ |
|
* | Merge pull request #25300 from neikeq/improve-thread-id | Rémi Verschelde | 2019-01-26 | 1 | -3/+14 |
|\ |
|
| * | Improve custom thread numbering for POSIX | Ignacio Etcheverry | 2019-01-25 | 1 | -3/+14 |
* | | Fix compilation on UWP | Hein-Pieter van Braam | 2019-01-26 | 1 | -3/+3 |
* | | Further fixes to avoid memory corruption, closes #25336 | Juan Linietsky | 2019-01-26 | 4 | -18/+8 |
* | | Properly dispose of custom shaders, closes #19300 | Juan Linietsky | 2019-01-25 | 4 | -2/+58 |
* | | Do not use depth prepass if effects are disabled, fixes #25267 | Juan Linietsky | 2019-01-25 | 1 | -1/+1 |
* | | Revert "Fix GLES3 error 502 on iOS" | Bastiaan Olij | 2019-01-26 | 1 | -1/+1 |
* | | Ensure contact shadows are only used when lights use them. | Juan Linietsky | 2019-01-25 | 1 | -1/+11 |
* | | Fix GLES3 error 502 on iOS | Bastiaan Olij | 2019-01-26 | 1 | -1/+1 |
* | | Fix depth prepass in GLES2, closes #23321 | Juan Linietsky | 2019-01-25 | 1 | -0/+6 |
* | | Ensure WebGL uses highp by default, and fix some wrong mediump usages. Fixes ... | Juan Linietsky | 2019-01-24 | 5 | -7/+33 |
* | | Fix crash with cube shadows in gles2, closes #22635 | Juan Linietsky | 2019-01-24 | 1 | -1/+1 |
|/ |
|
* | Revert "Fix errors on iOS" | Juan Linietsky | 2019-01-24 | 2 | -12/+2 |
* | Makes screen texture work in GLES2 (2D for now), fixes #23604 | Juan Linietsky | 2019-01-24 | 4 | -5/+85 |
* | Merge pull request #25257 from karroffel/tex3d-get-data-fix | Rémi Verschelde | 2019-01-24 | 2 | -4/+144 |
|\ |
|
| * | implemented texture_get_data() for TextureLayered | thomas.herzog | 2019-01-23 | 2 | -4/+144 |
* | | Fix problem with texture2Dlod, closes #25263 | Juan Linietsky | 2019-01-23 | 3 | -3/+10 |
* | | Merge pull request #25242 from BastiaanOlij/fix_ios_issues | Rémi Verschelde | 2019-01-23 | 2 | -2/+12 |
|\ \ |
|
| * | | Fix errors on iOS | Bastiaan Olij | 2019-01-23 | 2 | -2/+12 |
| |/ |
|
* / | Remove unused method in RasterizerStorageGLES2 | Rémi Verschelde | 2019-01-23 | 1 | -9/+0 |
|/ |
|
* | Implement unpacking for compressed vertex formats on GLES2 when not supported... | Juan Linietsky | 2019-01-22 | 5 | -6/+262 |
* | Do not use shadow cubemaps if depth write is not supported to avoid errors, c... | Juan Linietsky | 2019-01-22 | 1 | -1/+1 |
* | Changes to GLES2 renderer to not use cube shadows if not available, fixes #25132 | Juan Linietsky | 2019-01-22 | 5 | -2/+12 |
* | WebGL1 some changes | santouits | 2019-01-22 | 3 | -3/+29 |
* | Merge pull request #25196 from santouits/webgl-backslashes | Rémi Verschelde | 2019-01-21 | 1 | -10/+5 |
|\ |
|
| * | webgl1 doesn't like backslashes in #define | santouits | 2019-01-21 | 1 | -10/+5 |
* | | Add function to obtain filesystem type from DirAccess. | Juan Linietsky | 2019-01-21 | 4 | -0/+39 |
* | | Merge pull request #25115 from marxin/fix-19633-proper | Rémi Verschelde | 2019-01-21 | 2 | -17/+12 |
|\ \ |
|
| * | | Fix #19633 by proper store to &ubo_data.shadow_matrix[1234]. | marxin | 2019-01-19 | 2 | -17/+12 |
| |/ |
|
* | | Merge pull request #25117 from dragmz/patch-6 | Rémi Verschelde | 2019-01-21 | 1 | -7/+4 |
|\ \ |
|
| * | | Replace CreateThread with QueueUserWorkItem | Marcin Zawiejski | 2019-01-19 | 1 | -7/+4 |
* | | | Cleanup after @reduz :) | Rémi Verschelde | 2019-01-21 | 1 | -4/+0 |
| |/
|/| |
|
* | | Fix excluding GCC pragmas from Clang | Rémi Verschelde | 2019-01-19 | 1 | -2/+2 |
* | | Only define GCC pragmas for GCC | Rémi Verschelde | 2019-01-19 | 1 | -1/+5 |
|/ |
|
* | Use 16 bit indices on phones that dont support 32, fixes #19797 | Juan Linietsky | 2019-01-18 | 3 | -3/+20 |
* | Merge pull request #25101 from hpvb/fix-19633 | Juan Linietsky | 2019-01-18 | 1 | -0/+6 |
|\ |
|
| * | Work around a GCC optimizer bug at -O3 | Hein-Pieter van Braam | 2019-01-18 | 1 | -0/+6 |