index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
shader_gles3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+4
|
\
|
*
Revert "Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+Angle"
clayjohn
2024-10-29
1
-0
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add external texture support (GLES3)
David Snopek
2024-09-20
1
-0
/
+8
*
Fixed crash on PowerVR GE8320 GPUs
Miley Hollenberg
2024-07-30
1
-2
/
+3
*
Make query for GL_MAX_VIEWPORT_DIMS compatible with web exports
patwork
2024-06-14
1
-1
/
+4
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-2
/
+2
*
Fix shader cache with transform feedback on some android devices
ArthasMenethil
2024-02-21
1
-0
/
+13
*
OpenGL: Implement 3D Texture support
Alula
2024-02-05
1
-0
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
Add shader_cache_dir_valid check to _save_to_cache
jsjtxietian
2024-01-12
1
-0
/
+1
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
[GLES3] Protect against bogus `glGetShaderInfoLog` return values.
lawnjelly
2023-11-11
1
-2
/
+2
*
Parse OpenGL and Vulkan strings as UTF-8.
bruvzg
2023-10-30
1
-6
/
+6
*
Add device info to GLES3 shader cache key hash
bitsawer
2023-09-26
1
-0
/
+8
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-15
/
+22
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Fix integer value for GL_MAX_UNIFORM_BLOCK_SIZE overflowing
Adam Scott
2023-08-25
1
-1
/
+1
*
Check if shader cache directory is available before using cache
clayjohn
2023-07-25
1
-2
/
+4
*
fix gles texture uniform array binding
Dani Frank
2023-05-26
1
-4
/
+11
*
Verify gles3 cached shader load successful
ChibiDenDen
2023-05-17
1
-0
/
+7
*
Add ARB_get_program_binary to glad to support shader cache over desktop GL
ChibiDenDen
2023-05-06
1
-12
/
+22
*
Add shader cache to gles3
ChibiDenDen
2023-04-15
1
-79
/
+113
*
Make screen texture and depth texture work in Multiview
Bastiaan Olij
2023-01-25
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use internal texture name when setting texture uniform location in OpenGL ren...
clayjohn
2022-12-05
1
-1
/
+6
*
Add GPUParticles to the OpenGL3 renderer.
clayjohn
2022-11-14
1
-4
/
+18
*
Add multiview to the opengl3 driver
David Snopek
2022-10-21
1
-7
/
+26
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-24
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Basic 3D rendering
clayjohn
2022-05-12
1
-0
/
+9
*
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
2022-04-26
1
-4
/
+7
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-8
/
+6
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-5
/
+3
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-0
/
+1
*
New OpenGL batching canvas renderer
clayjohn
2022-01-11
1
-16
/
+27
*
WIP New GLES3 Shader Compiler
reduz
2022-01-11
1
-911
/
+486
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
1
-29
/
+29
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-0
/
+1116
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-777
/
+0
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class.
Juan Linietsky
2019-02-27
1
-9
/
+0
*
Further fixes to avoid memory corruption, closes #25336
Juan Linietsky
2019-01-26
1
-8
/
+3
*
Properly dispose of custom shaders, closes #19300
Juan Linietsky
2019-01-25
1
-1
/
+27
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
[next]