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-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
2022-04-22
Fixed ambiguous reference to "Shader" and "Material" classes in drivers/gles3...
Shnazzy
2022-04-20
Merge pull request #60175 from Geometror/visual-shader-vector4
Yuri Rubinsky
2022-04-19
Initialize OpenGL before rasterizers in GLES3
clayjohn
2022-04-17
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
Move light, reflection probe and lightmap into LightStorage
Bastiaan Olij
2022-04-17
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-12
Add Vector4 to VisualShader
Hendrik Brucker
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-02
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
Bastiaan Olij
2022-03-31
Extract global variable, shader and material storage
Bastiaan Olij
2022-03-21
Extract Decal and Decal atlas from Storage class
Bastiaan Olij
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij
[prev]