summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add named resources and debug labels in RenderDocclayjohn2021-01-255-8/+62
* Implement shadow meshesreduz2021-01-257-3/+69
* Shadow map rendering optimizationreduz2021-01-2422-257/+262
* Several GI related optimizations and fixesreduz2021-01-2418-258/+470
* Merge pull request #44668 from clayjohn/VULKAN-downsampleRémi Verschelde2021-01-201-7/+5
|\
| * Use cubemap downsampler for reflection mipmapsclayjohn2020-12-241-7/+5
* | Added GPU based cluster builderreduz2021-01-1925-1336/+2617
* | Shader optimizations to reduce VGPR usage and increase occupancyreduz2021-01-195-591/+837
* | Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDri...Sean LaPlante2021-01-162-7/+14
* | Merge pull request #43923 from madmiraal/fix-43588Rémi Verschelde2021-01-142-4/+4
|\ \
| * | Fix cast_motion sometimes failingMarcel Admiraal2020-11-272-4/+4
* | | Merge pull request #45136 from akien-mga/clang-format-11Rémi Verschelde2021-01-132-4/+16
|\ \ \
| * | | CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-122-4/+16
* | | | Renamed `emit_particle` to `emit_subparticle` shader functionYuri Roubinsky2021-01-123-3/+3
|/ / /
* | | Fix shader uniform instances compilationYuri Roubinsky2021-01-111-1/+1
* | | Merge pull request #45066 from Chaosus/shader_fix_uniform_crashRémi Verschelde2021-01-111-1/+3
|\ \ \
| * | | Prevent crash due to assigning incorrect order of instance uniformYuri Roubinsky2021-01-101-1/+3
* | | | Fix LIGHT compilation for canvas shaderYuri Roubinsky2021-01-092-6/+6
|/ / /
* | | Fix multiple issues with one-way collisionsMarcel Admiraal2021-01-074-63/+47
* | | Added ability to visualize native shadersreduz2021-01-0614-0/+184
* | | Change the light attenuation formulas.reduz2021-01-054-13/+48
* | | Threaded optimizations to cull and renderreduz2021-01-0512-375/+627
* | | Rewrite render code to be more cache and thread friendly.reduz2021-01-0511-858/+1104
* | | Reorganize renderer code.reduz2021-01-0512-379/+848
* | | Merge pull request #44842 from clayjohn/VULKAN-SSAO-2Rémi Verschelde2021-01-044-29/+29
|\ \ \
| * | | SSAO cleanup and fixesclayjohn2021-01-034-29/+29
* | | | fix inconsistent normal map shader variable namingHendrik Brucker2021-01-043-5/+5
* | | | Merge pull request #44530 from clayjohn/VULKAN-framebuffer-errorRémi Verschelde2021-01-041-2/+4
|\ \ \ \
| * | | | Use basic uniform set for depth prepassclayjohn2020-12-231-2/+4
| | |_|/ | |/| |
* | | | Typo correctionMuller-Castro2021-01-022-6/+6
* | | | Update copyright statements to 2021Rémi Verschelde2021-01-01201-402/+402
| |/ / |/| |
* | | Expose gltf2 eight weights.K. S. Ernest (iFire) Lee2020-12-291-1/+15
* | | Consistently use normal_mapMarcel Admiraal2020-12-299-39/+39
* | | Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde2020-12-281-4/+4
|\ \ \
| * | | Rename Math::stepify to snappedMarcel Admiraal2020-12-281-4/+4
* | | | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-287-21/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-067-21/+21
* | | | Rename empty() to is_empty()Marcel Admiraal2020-12-2817-36/+36
* | | | Merge pull request #44715 from clayjohn/VULKAN-SSAO-cleanupRémi Verschelde2020-12-272-9/+3
|\ \ \ \
| * | | | Cleanup leftover functions from adding SSAOclayjohn2020-12-262-9/+3
* | | | | Merge pull request #44705 from Chaosus/shader_fix_array_postinitYuri Roubinsky2020-12-273-144/+179
|\ \ \ \ \
| * | | | | Fix using post-init shader array constructorsYuri Roubinsky2020-12-273-144/+179
| |/ / / /
* / / / / Rewrite culling to be more cache/thread friendly.reduz2020-12-267-630/+945
|/ / / /
* | | | Merge pull request #44436 from Chaosus/shader_const_switchYuri Roubinsky2020-12-273-27/+118
|\ \ \ \
| * | | | Added support for constants in shader `case` and array size declarationYuri Roubinsky2020-12-173-27/+118
* | | | | Merge pull request #44656 from reduz/cull-fixes-and-optimizationsJuan Linietsky2020-12-242-4/+24
|\ \ \ \ \
| * | | | | Cull fixes and optimizationsreduz2020-12-242-4/+24
* | | | | | Merge pull request #44649 from lyuma/bone_aabb_blendshapesRémi Verschelde2020-12-241-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix blendshapes and calculation of bone_aabbsLyuma2020-12-241-3/+5
| | |_|/ / | |/| | |
* | | | | Fix BVH to world_aabb, and call updatelawnjelly2020-12-241-2/+8