Age | Commit message (Expand) | Author |
2022-06-28 | Optimize texture update in Vulkan RD | Pedro J. Estébanez |
2022-06-28 | Apply some small fixes/enhancements to the Vulkan RD | Pedro J. Estébanez |
2022-06-27 | Consider uniform writability part of the interface of the set | Pedro J. Estébanez |
2022-06-28 | Split dependency logic | Bastiaan Olij |
2022-06-22 | Precompute on the CPU as much as possible for the Cubemap filter shader | clayjohn |
2022-06-22 | Split GI effects and fix stereoscopic rendering of GI effects | Bastiaan Olij |
2022-06-20 | Clean up Hash Functions | reduz |
2022-06-17 | Introduce eye_offset for correcting stereoscopic reflections | Bastiaan Olij |
2022-06-14 | Implement MultiMesh in 3D and flesh out MultiMesh functions | clayjohn |
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 |