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
Age
Commit message (
Expand
)
Author
2022-09-07
Merge pull request #65016 from timothyqiu/skin-data
Rémi Verschelde
2022-09-06
Fix rendering when using WebGL2.
clayjohn
2022-09-06
Merge pull request #64417 from aaronfranke/has-space
Rémi Verschelde
2022-09-06
Fix various uninitialized member pointers
Rémi Verschelde
2022-09-04
Replace AABB has_no_volume with has_volume
Aaron Franke
2022-09-03
Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...
bruvzg
2022-09-02
Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray
Rémi Verschelde
2022-09-02
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
Rémi Verschelde
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-09-01
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-08-31
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-30
Add a per-light volumetric fog energy property
Hugo Locurcio
2022-08-30
Merge pull request #63003 from Geometror/msaa-2d
Rémi Verschelde
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
Fix crash when executing `TubeTrailMesh.get_faces()` with GLES3
Haoyu Qiu
2022-08-26
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-23
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-08-22
Merge pull request #60309 from The-O-King/oct
Rémi Verschelde
2022-08-20
Merge pull request #62046 from clayjohn/vertexless-draw
Max Hilbrunner
2022-08-19
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-08-19
Merge pull request #64167 from clayjohn/screen-texture-hint
Max Hilbrunner
2022-08-18
Use a const ref for the bone AABB in rendering code
Aaron Franke
2022-08-17
Merge pull request #64416 from aaronfranke/aabb
Clay John
2022-08-14
Don't try to merge unused bone AABBs in the rendering server
Aaron Franke
2022-08-13
Implement Octahedral on OpenGL3
Omar El Sheikh
2022-08-13
Implement MSAA for 2D [Vulkan only]
Hendrik Brucker
2022-08-12
Bind uniform buffer locations for lights even when no lights present to compl...
clayjohn
2022-08-09
Add shader uniform hints for screen textures so users can specify custom filt...
clayjohn
2022-08-08
Fix macOS and iOS defines in the rendering code.
bruvzg
2022-08-08
Merge pull request #62547 from clayjohn/ref_vec_pbr
Rémi Verschelde
2022-08-07
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-06
Check also GLES3 in CI
Rafał Mikrut
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
Merge pull request #63766 from Chaosus/fix_shader_instance_uniform
Yuri Rubinsky
2022-08-01
Fix passing values to the instance uniforms in the shader
Yuri Rubinsky
2022-08-01
Merge pull request #63761 from BastiaanOlij/gles3_scene_singleton_init
Rémi Verschelde
2022-08-01
Initialise singleton in RendererSceneGLES3
Bastiaan Olij
2022-08-01
Merge pull request #63587 from clayjohn/specular-occlusion
Rémi Verschelde
2022-07-31
Treat specular less than 0.02 as occlusion
clayjohn
2022-07-29
fix 'Comparison result is always the same' warnings
LinuxUserGD
2022-07-29
Merge pull request #63527 from BastiaanOlij/rework_environment
Rémi Verschelde
2022-07-29
Restructure environment in render implementation
Bastiaan Olij
[next]