summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* Fix for GLES3 radiance cubemap updatepatwork2024-09-171-1/+1
* Compatibility: Fix alignment of compressed textures when retrievingBlueCube33102024-09-171-2/+2
* Fixed OpenGL shadow textures not honoring texture type when reusing texturesRudolph Bester2024-09-171-0/+5
* Enable MSAA support for all non-web platformsPraytic2024-09-171-1/+1
* Only use backbuffer mipmaps in SCREEN_TEXTURE when generated.clayjohn2024-09-172-9/+10
* Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-171-1/+1
* Fix shadow mesh recursion.Radiant2024-09-171-0/+1
* Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-09-171-10/+4
* Compatibility: Fix crash when initializing certain compressed layered texturesBlueCube33102024-09-161-4/+2
* Add model_normal_matrix for fragment shaderjsjtxietian2024-09-161-0/+10
* Fix GLES3 crash with Mesh surface with exactly 65536 verticesOrion Lawlor2024-09-161-1/+1
* Fix Parallax2D repeats being not relative to its transformkleonc2024-09-162-18/+17
* Add fixed fog to the sky in the Compatibility rendererclayjohn2024-09-162-4/+45
* Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-09-161-1/+1
* Increase precision of skeleton transforms in the skeleton shader in the Compa...clayjohn2024-09-161-1/+1
* Fixed crash on PowerVR GE8320 GPUsMiley Hollenberg2024-09-163-2/+8
* OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...David Snopek2024-09-161-0/+7
* Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-292-3/+3
* Remove linearization of canvas modulate in GLES3 backendclayjohn2024-07-241-9/+4
* Linearize color if HDR 2D is onFeiyue Zhang2024-07-241-4/+9
* Merge pull request #94628 from Chaosus/rendering_fix_crashRémi Verschelde2024-07-231-1/+2
|\
| * Fix crash when assigning more textures than expected to texture arrayYuri Rubinsky2024-07-221-1/+2
* | Merge pull request #94564 from rothej/fix-94183Rémi Verschelde2024-07-231-10/+2
|\ \
| * | Fix FOG shader issue in Compatibility modeJoshua Rothe2024-07-231-10/+2
| |/
* / GLES3: Fix directional shadow on Metal ANGLEcosformula2024-07-231-17/+19
|/
* Merge pull request #93931 from /fix-compatibility-depth_prepass_alphaRémi Verschelde2024-07-201-1/+1
|\
| * fix depth_prepass_alpha not work in compatibility modeGuoShuangyi2024-07-041-1/+1
* | Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-1/+1
* | Merge pull request #94233 from ChristopheClaustre/screenshot_compat_broken_wi...Rémi Verschelde2024-07-181-3/+1
|\ \
| * | gl_type_cache is used mainly for texture to image conversion need to be adjus...ChristopheClaustre2024-07-111-3/+1
* | | Merge pull request #86516 from jsjtxietian/fix-camera-directionRémi Verschelde2024-07-181-1/+1
|\ \ \ | |/ / |/| |
| * | Fix incorrect CAMERA_DIRECTION_WORLD calculationjsjtxietian2023-12-261-1/+1
* | | Fix a couple GCC 14 `-Wmaybe-uninitialized` warningsRémi Verschelde2024-07-091-1/+1
* | | Use GL_COLOR_ATTACHMENT in depth prepass when using Multiview.clayjohn2024-07-081-1/+3
| |/ |/|
* | Remove warning when project setting requests a larger global shader uniform b...clayjohn2024-06-281-6/+6
* | Merge pull request #93560 from dsnopek/webxr-emscripten-3151Rémi Verschelde2024-06-251-0/+22
|\ \
| * | [Web] Fix checking for OpenGL extensions with Emscripten 3.1.51 and laterDavid Snopek2024-06-241-0/+22
* | | Merge pull request #93530 from BastiaanOlij/fix_opengl_postRémi Verschelde2024-06-253-7/+6
|\ \ \
| * | | Fix incorrect enabling of post process in OpenGLBastiaan Olij2024-06-243-7/+6
| |/ /
* / / Disable `*glGetProcAddress()` on the webDavid Snopek2024-06-241-1/+1
|/ /
* | Remove unused flag and codeStuart Carnie2024-06-203-9/+0
* | Fix ubo tag placement in canvas.glsl gles3 fragment shaderYuri Rubinsky2024-06-191-2/+4
* | Merge pull request #92851 from patwork/fix-tooltips-viewport-dimsRémi Verschelde2024-06-177-22/+24
|\ \
| * | Make query for GL_MAX_VIEWPORT_DIMS compatible with web exportspatwork2024-06-147-22/+24
* | | Add more validation to UBO size and alignment in Compatibility rendererclayjohn2024-06-144-4/+16
* | | Merge pull request #93107 from clayjohn/GLES-sky-ambientRémi Verschelde2024-06-141-2/+8
|\ \ \
| * | | Ensure sky reflection is updated when ambient mode is set to backgroundclayjohn2024-06-121-2/+8
* | | | Merge pull request #92741 from Alex2782/fix_adreno_3xx_compatibilityRémi Verschelde2024-06-145-9/+34
|\ \ \ \
| * | | | Fix Adreno 3xx compatibility for devices with newer driver versionsAlexander Hartmann2024-06-115-9/+34
* | | | | Merge pull request #92388 from sunfl0w/fix-compatibility-albedoRémi Verschelde2024-06-141-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |