summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix some overflows and unitialized variablesRafał Mikrut2019-11-202-0/+5
* | Merge pull request #33668 from clayjohn/Fix_environment_mapping_issuesRémi Verschelde2019-11-207-63/+285
|\ \
| * | Fix issues with environment mappingclayjohn2019-11-197-63/+285
| |/
* | Merge pull request #33720 from BastiaanOlij/fix_gles2_rgb8Rémi Verschelde2019-11-191-3/+14
|\ \
| * | Need to use GL_RGB8 and GL_RGBA8 as the internal format for GLES2Bastiaan Olij2019-11-191-3/+14
| |/
* | Merge pull request #33527 from clayjohn/GLES2-bufferdata_optimizationRémi Verschelde2019-11-197-9/+49
|\ \
| * | Improve glBufferSubData usage where safeclayjohn2019-11-117-9/+49
* | | Fix negative light flickeringclayjohn2019-11-171-3/+1
| |/ |/|
* | Merge pull request #33517 from madmiraal/fix-_MSG-macrosRémi Verschelde2019-11-111-5/+4
|\ \
| * | Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-5/+4
| |/
* | Merge pull request #33518 from BastiaanOlij/msaa_ext_modesRémi Verschelde2019-11-113-11/+47
|\ \
| * | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisationBastiaan Olij2019-11-113-11/+47
| |/
* / Handle missing file properly when checking for case mismatchPouleyKetchoupp2019-11-101-1/+1
|/
* Make MSAA work with external textureBastiaan Olij2019-11-081-7/+13
* Revert "fix #33188 MSAA depth buffer not used for external texture"Bastiaan Olij2019-11-081-19/+7
* Merge pull request #33291 from NeoSpark314/fix_#33188Rémi Verschelde2019-11-081-7/+19
|\
| * fix #33188 MSAA depth buffer not used for external textureHolger Dammertz2019-11-041-7/+19
* | Partial revert of #32657, undoing line shifting by 0.5Rémi Verschelde2019-11-072-8/+4
|/
* Merge pull request #33278 from clayjohn/GLES2-depth-formatRémi Verschelde2019-11-031-16/+10
|\
| * Fix depth format on Android in GLES2clayjohn2019-11-021-16/+10
* | Merge pull request #33259 from Chaosus/remove_gles2_switch_opRémi Verschelde2019-11-021-9/+0
|\ \
| * | Removed switch operator from GLES2 shader back-endYuri Roubinsky2019-11-021-9/+0
* | | Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
|/ /
* / When framebuffer allocation fails for MSAA in GLES2 revert to normal without ...clayjohn2019-10-301-6/+23
|/
* Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde2019-10-283-3/+9
|\
| * Fix some crashes and using null pointersRafał Mikrut2019-10-283-3/+9
* | Merge pull request #33097 from clayjohn/GLES2-HTML-sampler_limitRémi Verschelde2019-10-282-8/+5
|\ \
| * | Fixed using compressed textures and add work around for firefox webgl mesa sa...clayjohn2019-10-272-8/+5
* | | use proper texture in Android MSAAclayjohn2019-10-271-1/+2
* | | Merge pull request #32617 from Faless/fix/fopen_close_execRémi Verschelde2019-10-261-4/+23
|\ \ \
| * | | Disable file descriptor sharing with subprocs.Fabio Alessandrelli2019-10-071-4/+23
* | | | Merge pull request #32657 from ptrojahn/linesRémi Verschelde2019-10-262-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix draw_rectPaul Trojahn2019-10-112-4/+8
* | | | Merge pull request #33093 from clayjohn/GLES2-HTML-shadowsRémi Verschelde2019-10-262-2/+6
|\ \ \ \
| * | | | Fix shadow mapping with RGBA textures on htmlclayjohn2019-10-262-2/+6
| | |_|/ | |/| |
* | | | Merge pull request #33059 from akien-mga/webgl2-resize-non-po2Rémi Verschelde2019-10-264-36/+49
|\ \ \ \
| * | | | WebGL 2.0: Force decompressing non power-of-2 textures with repeat/mipmapRémi Verschelde2019-10-254-36/+49
* | | | | Use WSAConnect instead of connect on Windows.Fabio Alessandrelli2019-10-251-1/+5
|/ / / /
* / / / Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-246-8/+10
|/ / /
* | | only render depth with alpha prepass on prepassclayjohn2019-10-112-4/+4
* | | Merge pull request #32170 from puthre/ninepatch-fixRémi Verschelde2019-10-092-27/+39
|\ \ \ | |/ / |/| |
| * | GLES3 Fixes for ninepatch margins when patch size is smaller than the patch t...Valentin Zagura2019-10-071-11/+15
| * | GLES2 Fixes for ninepatch margins when patch size is smaller than the patch t...Valentin Zagura2019-09-171-16/+24
* | | Merge pull request #32616 from Faless/net/fix_close_execRémi Verschelde2019-10-082-0/+19
|\ \ \
| * | | Disable socket descriptor sharing with subprocs.Fabio Alessandrelli2019-10-072-0/+19
| | |/ | |/|
* | | Merge pull request #32454 from jeronimo-schreyer/disable_unix_socketRémi Verschelde2019-10-081-0/+2
|\ \ \
| * | | Optional Unix Socket disable for devices that do not support itJairo2019-09-301-0/+2
| | |/ | |/|
* | | Merge pull request #32613 from clayjohn/GLES2-canvas-bg-modeRémi Verschelde2019-10-071-1/+10
|\ \ \
| * | | add canvas background mode to GLES2clayjohn2019-10-061-1/+10
| | |/ | |/|
* / | fix current issues with post-processingclayjohn2019-10-062-11/+6
|/ /