summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/material_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-2/+2
|\ \ | |/ |/|
| * Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-241-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-0/+1
|\|
| * Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-071-0/+1
| |\
| | * Implement instance uniforms in Compatibility rendererclayjohn2024-09-101-0/+1
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Implement vertex shadingywmaa2024-09-291-0/+4
* | Add external texture support (GLES3)David Snopek2024-09-201-1/+10
|/
* Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-2/+2
* Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-271-0/+1
* Fix texture samplers to not being last in the property listYuri Rubinsky2024-07-291-7/+3
* Fix crash when assigning more textures than expected to texture arrayYuri Rubinsky2024-07-221-1/+2
* 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
* | Remove warning when project setting requests a larger global shader uniform b...clayjohn2024-06-281-6/+6
* | Add more validation to UBO size and alignment in Compatibility rendererclayjohn2024-06-141-4/+5
* | Merge pull request #91399 from QbieShay/qbe/fix-pmul-nameRémi Verschelde2024-05-011-2/+2
|\ \
| * | reverted naming to premul alpha (no T)QbieShay2024-05-011-2/+2
* | | 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-011-0/+3
* | Add LIGHT_VERTEX to fragment shaderRob Blanckaert2024-04-251-0/+2
* | Ensure proper vertex input masks are used in 2D compatibility rendererclayjohn2024-02-271-1/+1
* | Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-0/+1
* | Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-dataRémi Verschelde2024-02-081-0/+13
|\ \
| * | Add custom shader attributes to Canvas Item ShadersGiwayume2024-01-231-0/+13
| |/
* / Clean up outdated `USE_LIGHT_SHADER_CODE` usagejsjtxietian2024-01-241-4/+0
|/
* Merge pull request #83976 from BastiaanOlij/gles3_msaa_scalerRémi Verschelde2023-12-071-4/+0
|\
| * Add 3D MSAA and scaling support to GLES3Bastiaan Olij2023-12-051-4/+0
* | Use vertex input mask for creating vertex arraysclayjohn2023-11-191-11/+11
|/
* GLES3: Ensure all ShaderData is properly initialized in set_codeRémi Verschelde2023-11-111-31/+53
* Properly rename INSTANCE_ID and VERTEX_ID in canvas item shaders in the compa...clayjohn2023-11-071-2/+2
* Enhance checks and user experience around tangents.clayjohn2023-11-011-0/+2
* Merge pull request #79527 from QbieShay/qbe/particles-reworkRémi Verschelde2023-10-101-0/+3
|\
| * Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+3
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
|/
* Avoid default fallback material when using world_vertex_coordsclayjohn2023-10-051-0/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-1/+1
* Merge pull request #81160 from paddy-exe/canvas-uv-world-spaceRémi Verschelde2023-09-191-0/+1
|\
| * Add option to use world coordinates in canvas item shaderPatrick2023-08-301-0/+1
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-20/+20
* | Implement render mode fog_disabled and BaseMaterial3D setting Disable FogMilan Gruner2023-09-051-0/+1
|/
* Fix global shader uniform texture loadingbitsawer2023-08-151-4/+6
* Fix use of discard in shadersClay2023-07-241-1/+1
* Add warnings and fallbacks for particles sub emitters when using the GL Compa...clayjohn2023-06-211-7/+10
* Remove outdated warning when using screen texture in GL Compatibility rendererclayjohn2023-06-151-4/+0
* Ensure that "detect 3D" is only called when using 3D shadersclayjohn2023-06-131-10/+10
* Fix shader uniform storage conversions and crashbitsawer2023-05-291-541/+96
* fix gles texture uniform array bindingDani Frank2023-05-261-72/+51