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
Age
Commit message (
Expand
)
Author
2022-06-07
Initial TAA implementation
jfons
2022-06-01
Ensure has_os_features is safely called as it can't be called from within the...
Bastiaan Olij
2022-05-25
Implement NinePatchRects in GLES3 renderer
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
Fix sky updating when DirectionalLight mode changed and shader compatibility ...
clayjohn
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-18
Fix tonemapper shader to correctly apply alpha channel
Yuri Rubinsky
2022-05-16
Add basic lighting to GLES3 renderer.
clayjohn
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-16
Fix computation of screen_uv
Somnath Sarkar
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
[macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.
bruvzg
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-04
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
Refactor module initialization
reduz
2022-05-03
Add OS::is_process_running function.
mdavisprog
2022-05-03
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
Merge pull request #51102 from Calinou/renderingserver-add-api-version-getter
Rémi Verschelde
2022-05-03
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
Merge pull request #60714 from Calinou/typedef-remove-ref
Rémi Verschelde
2022-05-03
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
Add `get_video_adapter_api_version()` to RenderingServer
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-29
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-28
Add LightStorage functions to GLES3 renderer
clayjohn
2022-04-28
Add MeshStorage to GLES3
clayjohn
2022-04-28
Fix typo after #60503
Rémi Verschelde
2022-04-28
Merge pull request #60503 from clayjohn/OPENGL-3D
Rémi Verschelde
2022-04-28
Fix cppcheck const parameters
Markus Sauermann
2022-04-27
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-26
Fix "ortogonal" -> "orthogonal" typo in rasterizer code
Hugo Locurcio
2022-04-26
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
[next]