userFelixcancel

372 Commits over 304 Days - 0.05cph!

2 Days Ago
Implement indirect instancing without requiring monster meshes
2 Days Ago
Set correct stencil states in all sub shaders that are used by indirect instancing in order to emulate what Unity normally does during the GBuffer pass
2 Days Ago
Implement indirect instancing without requiring monster meshes: - Use a command buffer to submit indirect draw calls referring to individual meshes - Monster meshes are disabled by default - Mesh Read/Write is no longer required - Should reclaim ~3 GB of VRAM and RAM - Calculate UV distribution metrics based on individual meshes rather than monster meshes
2 Days Ago
Instancing shaders now always access the IndirectDrawIndexedArgs buffer in order to retrieve the startInstance parameter which is no longer passed to Unity.
3 Days Ago
MegaMesh approach (1+2) WIP
3 Days Ago
Added debug functions to get a list of the largest meshes in VRAM and a counter to keep track of transparent calls in indirect instancing.
6 Days Ago
Add a function to estimate memory usage to the batching system
6 Days Ago
Move EstimateMeshBytes to an extension.
6 Days Ago
Allow drawing instances without making use of monster meshes.
6 Days Ago
Allow drawing instances without making use of monster meshes.
6 Days Ago
- Added a crude way to estimate mesh VRAM and RAM usage - Added a command to find duplicate meshes in the instancing system
10 Days Ago
Added a crude profiler that works in release builds
10 Days Ago
Added a crude profiler that works in release builds
11 Days Ago
More toggleables: merge_damage (fixed), motion_list, remove_queue
11 Days Ago
Split MotionList in separate file
11 Days Ago
- fixed mip level calculation errors for fallback objects - fixed fallback objects not properly updating when in motion
11 Days Ago
- fixed mip level calculation errors for fallback objects - fixed fallback objects not properly updating when in motion
11 Days Ago
fix build
11 Days Ago
fix build
12 Days Ago
Implement texture streaming support for the instanced fallback renderer
12 Days Ago
Implement texture streaming support for the instanced fallback renderer
12 Days Ago
Remove CombineTrivialDistancesJob
12 Days Ago
Fix NRE when trying to move an instance that previously failed the instancing checks
12 Days Ago
Prepare models and materials for instancing (once again)
13 Days Ago
merge from main
13 Days Ago
merge from main
13 Days Ago
Revert other assets
13 Days Ago
Revert materials and models
13 Days Ago
merge from main
13 Days Ago
merge from main
13 Days Ago
merge from main
13 Days Ago
Revert asset changes
13 Days Ago
Implemented support for instances in motion and other fixes
18 Days Ago
Culling performance improvements
18 Days Ago
Eliminate the need to update call indices because they are stable and can be stored with each command
18 Days Ago
Made `count` property report the highest populated index instead of the allocated space.
18 Days Ago
WIP work to speed up culling (AVX fix)
18 Days Ago
WIP work to speed up culling (AVX fix)
19 Days Ago
WIP work to speed up culling
19 Days Ago
WIP work to speed up culling
19 Days Ago
WIP work to speed up culling
23 Days Ago
Added toggles to turn culling stages on and off
23 Days Ago
Small cleanups left over from a failed experiment
24 Days Ago
Make all buffer memory blocks have a Swap() function
25 Days Ago
Speed up instancing terrain culling by only walking a single wide ray from the top of the bounding box: "If you can't see the ears, then you can't see the cat."
26 Days Ago
merge from indirect_instancing
26 Days Ago
Enable GPU instancing and Read/Write on 5913 assets
26 Days Ago
merge from main
26 Days Ago
Removed RendererWrapper
26 Days Ago
Removed references to RendererWrapper