index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
storage
Age
Commit message (
Expand
)
Author
2022-08-08
Fix macOS and iOS defines in the rendering code.
bruvzg
2022-08-07
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-04
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
Force disable S3TC support on Android/iOS since we don't handle it
Rémi Verschelde
2022-08-02
Add spatial built-ins (camera-pos, object-pos, camera-eye etc.)
Patrick Exner
2022-08-02
Merge pull request #51672 from Calinou/shader-add-hint-transparent-texture
Rémi Verschelde
2022-08-01
Add `hint_transparent` to use a transparent black placeholder texture
Hugo Locurcio
2022-08-01
Fix various bugs in GLES3 renderer that stopped it from running on web
clayjohn
2022-08-01
Fix passing values to the instance uniforms in the shader
Yuri Rubinsky
2022-07-29
fix 'Comparison result is always the same' warnings
LinuxUserGD
2022-07-28
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-27
Fix `FOG` built-in in spatial/fragment shader
Yuri Rubinsky
2022-07-26
Implement shader uniform groups/subgroups
Yuri Rubinsky
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-22
Clean up Shader Preprocessor
reduz
2022-07-18
added usage_defines for SPECULAR_SHININESS
David R
2022-07-17
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-06
Prevent possible crash when mesh is freed
Yuri Rubinsky
2022-06-28
Split dependency logic
Bastiaan Olij
2022-06-14
Implement MultiMesh in 3D and flesh out MultiMesh functions
clayjohn
2022-05-26
Merge pull request #61425 from clayjohn/GLES3-2D
Rémi Verschelde
2022-05-25
Implement 2D Meshes and MultiMeshes in GLES3 backend
clayjohn
2022-05-24
Merge pull request #60641 from clayjohn/Sky-ign
Rémi Verschelde
2022-05-24
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-24
Use IGN instead of white noise for sky dithering
clayjohn
2022-05-24
Merge pull request #60803 from Chaosus/shader_hint_rename
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Add basic lighting to GLES3 renderer.
clayjohn
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-13
Merge pull request #60894 from derammo/derammo_opengl3_windows
Rémi Verschelde
2022-05-12
Merge pull request #60643 from clayjohn/GLES3-3D
Rémi Verschelde
2022-05-12
Basic 3D rendering
clayjohn
2022-05-12
Add a new HashMap implementation
reduz
2022-05-11
SceneShader compiling
clayjohn
2022-05-11
SkyShaders working
clayjohn
2022-05-11
opengl3 driver now works on windows including multi window
derammo
2022-05-11
[GL] Fix HTML5 builds.
Fabio Alessandrelli
2022-05-10
Merge pull request #60596 from clayjohn/GLES3-LightStorage
Rémi Verschelde
2022-05-09
Rename `hint_albedo`, `hint_white/black` in shaders
Yuri Roubinsky
2022-05-03
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-01
Add `hint_color` support for `vec3` in shaders
Yuri Roubinsky
2022-04-29
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-28
Add LightStorage functions to GLES3 renderer
clayjohn
2022-04-28
Add MeshStorage to GLES3
clayjohn
2022-04-26
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
[next]