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
/
storage
/
material_storage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
|
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins global
Chaosus
2024-10-24
1
-2
/
+2
*
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
1
-0
/
+1
|
\
|
|
*
Merge pull request #96819 from clayjohn/GLES3-instance-uniforms
Clay John
2024-10-07
1
-0
/
+1
|
|
\
|
|
*
Implement instance uniforms in Compatibility renderer
clayjohn
2024-09-10
1
-0
/
+1
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Implement vertex shading
ywmaa
2024-09-29
1
-0
/
+4
*
|
Add external texture support (GLES3)
David Snopek
2024-09-20
1
-1
/
+10
|
/
*
Add basic support to evaluate operator value in shader language
Yuri Rubinsky
2024-09-09
1
-2
/
+2
*
Add `CLIP_SPACE_FAR` built-in to spatial shader
Chaosus
2024-08-27
1
-0
/
+1
*
Fix texture samplers to not being last in the property list
Yuri Rubinsky
2024-07-29
1
-7
/
+3
*
Fix crash when assigning more textures than expected to texture array
Yuri Rubinsky
2024-07-22
1
-1
/
+2
*
Merge pull request #86516 from jsjtxietian/fix-camera-direction
Rémi Verschelde
2024-07-18
1
-1
/
+1
|
\
|
*
Fix incorrect CAMERA_DIRECTION_WORLD calculation
jsjtxietian
2023-12-26
1
-1
/
+1
*
|
Remove warning when project setting requests a larger global shader uniform b...
clayjohn
2024-06-28
1
-6
/
+6
*
|
Add more validation to UBO size and alignment in Compatibility renderer
clayjohn
2024-06-14
1
-4
/
+5
*
|
Merge pull request #91399 from QbieShay/qbe/fix-pmul-name
Rémi Verschelde
2024-05-01
1
-2
/
+2
|
\
\
|
*
|
reverted naming to premul alpha (no T)
QbieShay
2024-05-01
1
-2
/
+2
*
|
|
Ensure global shader sampler parameters are initialized when loading the editor
Chris Clyne
2024-05-01
1
-6
/
+2
|
/
/
*
|
Added premult alpha blending to 3D (spatial) shaders.
QbieShay
2024-05-01
1
-0
/
+3
*
|
Add LIGHT_VERTEX to fragment shader
Rob Blanckaert
2024-04-25
1
-0
/
+2
*
|
Ensure proper vertex input masks are used in 2D compatibility renderer
clayjohn
2024-02-27
1
-1
/
+1
*
|
Fix shadows for billboarded Sprite3D's
Erik Johnson
2024-02-13
1
-0
/
+1
*
|
Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-data
Rémi Verschelde
2024-02-08
1
-0
/
+13
|
\
\
|
*
|
Add custom shader attributes to Canvas Item Shaders
Giwayume
2024-01-23
1
-0
/
+13
|
|
/
*
/
Clean up outdated `USE_LIGHT_SHADER_CODE` usage
jsjtxietian
2024-01-24
1
-4
/
+0
|
/
*
Merge pull request #83976 from BastiaanOlij/gles3_msaa_scaler
Rémi Verschelde
2023-12-07
1
-4
/
+0
|
\
|
*
Add 3D MSAA and scaling support to GLES3
Bastiaan Olij
2023-12-05
1
-4
/
+0
*
|
Use vertex input mask for creating vertex arrays
clayjohn
2023-11-19
1
-11
/
+11
|
/
*
GLES3: Ensure all ShaderData is properly initialized in set_code
Rémi Verschelde
2023-11-11
1
-31
/
+53
*
Properly rename INSTANCE_ID and VERTEX_ID in canvas item shaders in the compa...
clayjohn
2023-11-07
1
-2
/
+2
*
Enhance checks and user experience around tangents.
clayjohn
2023-11-01
1
-0
/
+2
*
Merge pull request #79527 from QbieShay/qbe/particles-rework
Rémi Verschelde
2023-10-10
1
-0
/
+3
|
\
|
*
Particle internal refactor and additions for more artistic control
QbieShay
2023-10-10
1
-0
/
+3
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
|
/
*
Avoid default fallback material when using world_vertex_coords
clayjohn
2023-10-05
1
-0
/
+1
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-1
/
+1
*
Merge pull request #81160 from paddy-exe/canvas-uv-world-space
Rémi Verschelde
2023-09-19
1
-0
/
+1
|
\
|
*
Add option to use world coordinates in canvas item shader
Patrick
2023-08-30
1
-0
/
+1
*
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-20
/
+20
*
|
Implement render mode fog_disabled and BaseMaterial3D setting Disable Fog
Milan Gruner
2023-09-05
1
-0
/
+1
|
/
*
Fix global shader uniform texture loading
bitsawer
2023-08-15
1
-4
/
+6
*
Fix use of discard in shaders
Clay
2023-07-24
1
-1
/
+1
*
Add warnings and fallbacks for particles sub emitters when using the GL Compa...
clayjohn
2023-06-21
1
-7
/
+10
*
Remove outdated warning when using screen texture in GL Compatibility renderer
clayjohn
2023-06-15
1
-4
/
+0
*
Ensure that "detect 3D" is only called when using 3D shaders
clayjohn
2023-06-13
1
-10
/
+10
*
Fix shader uniform storage conversions and crash
bitsawer
2023-05-29
1
-541
/
+96
*
fix gles texture uniform array binding
Dani Frank
2023-05-26
1
-72
/
+51
[next]