summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix albedo value wraparound in Compatibility render modesunfl0w2024-06-131-0/+3
* | | | | Ensure post processing happens when adjustments are enabled in the Compatibil...clayjohn2024-06-113-17/+11
| |_|/ / |/| | |
* | | | Fix depth clear value for uv2 baking in compatibility rendererwojtekpil2024-06-071-1/+1
| |/ / |/| |
* | | Merge pull request #91454 from akien-mga/coverity-checksRémi Verschelde2024-06-031-9/+8
|\ \ \
| * | | Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-9/+8
* | | | Merge pull request #92474 from Rudolph-B/fix-collided-particles-jitteringRémi Verschelde2024-05-311-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed collided 3D GPU particles sometimes jitteringRudolph Bester2024-05-281-6/+8
| |/ /
* / / Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-232-21/+23
|/ /
* | Stereo rendering: Fix omni lightsBastiaan Olij2024-05-222-3/+10
* | Merge pull request #91853 from semensanyok/fix-compatibility-gles3-load-compr...Rémi Verschelde2024-05-181-6/+10
|\ \
| * | fix compatibility gles3 driver load of compressed layered GL_TEXTURE_2D_ARRAYsemensanyok2024-05-171-6/+10
* | | Merge pull request #92000 from clayjohn/vram-debuggerRémi Verschelde2024-05-161-1/+1
|\ \ \
| * | | Increase coverage of VRAM debugger and add support to RD backendsclayjohn2024-05-151-1/+1
* | | | Merge pull request #91846 from rburing/multimesh_cache_me_if_you_canRémi Verschelde2024-05-141-9/+10
|\ \ \ \
| * | | | Fix MultiMesh buffer cache in transforms-only caseRicardo Buring2024-05-111-9/+10
| | |/ / | |/| |
* / | | Skip rendering sky if viewport is set to transparent backgroundBastiaan Olij2024-05-131-4/+6
|/ / /
* | | Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-2/+5
* | | OpenGL: Honor separate management of RT's backbuffer FBO and texture upon clearPedro J. Estébanez2024-05-081-1/+3
* | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* | | Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* | | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+2
* | | Ensure that environment is available before checking for BCSclayjohn2024-05-021-19/+24
* | | Merge pull request #89114 from AThousandShips/vec_elem_scalarRémi Verschelde2024-05-023-7/+4
|\ \ \
| * | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-023-7/+4
* | | | fix typo in e41064388e67cc9bec320ee467757089b150bf20 breaking gles3semensanyok2024-05-021-2/+2
|/ / /
* | | Merge pull request #91399 from QbieShay/qbe/fix-pmul-nameRémi Verschelde2024-05-012-8/+8
|\ \ \
| * | | reverted naming to premul alpha (no T)QbieShay2024-05-012-8/+8
| |/ /
* / / Ensure global shader sampler parameters are initialized when loading the editorChris Clyne2024-05-011-6/+2
|/ /
* | Added premult alpha blending to 3D (spatial) shaders.QbieShay2024-05-014-1/+16
* | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-2/+2
* | Fix issue in shadow to opacityBastiaan Olij2024-04-261-9/+2
* | Merge pull request #91176 from clayjohn/GL-adjustmentsRémi Verschelde2024-04-269-414/+105
|\ \
| * | Add adjustments and color correction to Compatibility rendererclayjohn2024-04-259-414/+105
* | | Merge pull request #90920 from clayjohn/2D-light-cullRémi Verschelde2024-04-261-4/+6
|\ \ \
| * | | Exit light calculation early when pixel outside of light bounding rectangleclayjohn2024-04-191-4/+6
| |/ /
* | | Add LIGHT_VERTEX to fragment shaderRob Blanckaert2024-04-252-0/+16
* | | Fixes SDF Collision Enable/Disablecosparks2024-04-221-1/+1
|/ /
* | Fixed unshaded mode lightmapsOxi2024-04-171-25/+33
* | Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-6/+0
* | Merge pull request #89729 from jitspoe/master.shadow_distance_fade_optimizationRémi Verschelde2024-04-101-0/+23
|\ \
| * | Shadow fade for omni lights actually stops the shadow from updating while fad...jitspoe2024-03-251-0/+23
* | | Add reflection probe support to compatibility renderer using 2 probe approach.Bastiaan Olij2024-04-0915-207/+1160
* | | Fix OpenGL: _shadow_atlas_find_shadow: Condition "!sli" is true.ArthasMenethil2024-04-051-1/+5
* | | Merge pull request #89398 from clayjohn/visual-debugger-coverageRémi Verschelde2024-04-041-0/+6
|\ \ \
| * | | Increase coverage of timestamps for visual profilerclayjohn2024-04-031-0/+6
* | | | Merge pull request #88816 from joined72/gles3_gpuparticles2d_fixesRémi Verschelde2024-04-046-63/+88
|\ \ \ \
| * | | | Fix CPU/GPUParticles2D bugs on Compatibility Rendering (GLES3) on Adreno 3XX ...joined722024-04-026-63/+88
* | | | | Use Reverse Z for the depth bufferKhasehemwy2024-04-046-28/+39
| |/ / / |/| | |
* | | | Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-241-2/+1
|\ \ \ \