summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-042-1/+7
|\
| * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-022-1/+7
* | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-041-1/+1
|\ \
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-047-1/+271
|\ \ \ | |/ / |/| |
| * | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-307-1/+271
| |/
* | Revert "Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+Angle"clayjohn2024-10-294-19/+41
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-257-33/+33
* | Merge pull request #98448 from Chaosus/shader_global_builtinsYuri Rubinsky2024-10-251-2/+2
|\ \
| * | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-241-2/+2
* | | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-242-0/+20
|\ \ \ | |/ / |/| |
| * | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-122-0/+20
* | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-212-32/+36
|\ \ \
| * | | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-182-32/+36
* | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-0/+2
|/ / /
* | | Merge pull request #97744 from Nazarwadim/use_local_vector_for_skeletonThaddeus Crews2024-10-102-4/+4
|\ \ \
| * | | Use local vector for skeletonNazarii2024-10-022-4/+4
* | | | Merge pull request #94952 from alvinhochun/angle-d3d11-flip-yThaddeus Crews2024-10-102-3/+28
|\ \ \ \
| * | | | Optimize ANGLE on D3D11 to remove an extra blitAlvin Wong2024-07-312-3/+28
| | |/ / | |/| |
* | | | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-073-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement instance uniforms in Compatibility rendererclayjohn2024-09-103-0/+4
* | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-025-7/+8
| |_|/ |/| |
* | | Merge pull request #97676 from clayjohn/GLES3-sky-qualityRémi Verschelde2024-10-021-7/+11
|\ \ \
| * | | Improve the look of radiance map in Compatibility backendclayjohn2024-09-291-7/+11
* | | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
|/ / /
* | | Implement vertex shadingywmaa2024-09-294-11/+287
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-256-0/+6
* | | Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
* | | Merge pull request #97379 from clayjohn/webgl-errorsRémi Verschelde2024-09-244-4/+11
|\ \ \
| * | | Clean up two recently introduced WebGL errorsclayjohn2024-09-234-4/+11
* | | | Merge pull request #97260 from clayjohn/pixel_snapRémi Verschelde2024-09-211-2/+2
|\ \ \ \
| * | | | Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
* | | | | Add external texture support (GLES3)David Snopek2024-09-206-1/+95
|/ / / /
* | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-203-6/+4
* | | | Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-192-11/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-192-11/+13
* | | | Fix compatibility canvas background depth issueBastiaan Olij2024-09-181-0/+3
* | | | Merge pull request #97069 from patwork/fix-gles3-update-sky-cubemapRémi Verschelde2024-09-171-1/+1
|\ \ \ \
| * | | | Fix for GLES3 radiance cubemap updatepatwork2024-09-161-1/+1
| |/ / /
* | | | Merge pull request #92290 from clayjohn/LOD-fixesRémi Verschelde2024-09-161-27/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-111-27/+14
| |/ /
* | | Merge pull request #96863 from BlueCube3310/gles-align-fixRémi Verschelde2024-09-121-2/+2
|\ \ \ | |/ / |/| |
| * | Compatibility: Fix alignment of compressed textures when retrievingBlueCube33102024-09-111-2/+2
* | | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-102-3/+3
|\ \ \
| * | | Avoid const_cast in mesh_storage.hrune-scape2024-08-282-3/+3
* | | | Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-2/+2
| |/ / |/| |
* | | Merge pull request #96509 from Rudolph-B/Issue-92091Rémi Verschelde2024-09-081-0/+5
|\ \ \
| * | | Fixed OpenGL shadow textures not honoring texture type when reusing texturesRudolph Bester2024-09-031-0/+5
* | | | Merge pull request #96114 from BlueCube3310/sh-lightmap-packingRémi Verschelde2024-09-061-9/+9
|\ \ \ \
| * | | | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-9/+9