userFelixcancel

274 Commits over 243 Days - 0.05cph!

3 Months Ago
Merge from fast_debug_draw: More fixes
3 Months Ago
Various fixes and assertions to prevent further issues. I think we're good now. (Famous last words)
3 Months Ago
Merge from fast_debug_draw: Fix memory leak in DamageTracker
3 Months Ago
Merge from main
3 Months Ago
Fixed memory leak in DamageTracker
3 Months Ago
Merge from fast_debug_draw: Fix shaders on Mac/Metal
3 Months Ago
Merge from main
3 Months Ago
Undo accidental changes
3 Months Ago
Move #pragma instructions from .cginc back to shader file to avoid confusing Unity.
3 Months Ago
Hopefully fix shader compilation on Metal due to missing support for geometry shaders. I can't test it, because literally every other platform supports geometry shaders.
3 Months Ago
3 Months Ago
Merge from vram_budget: Enable building atlasses for streaming
3 Months Ago
Started work on graphical texture optimisation tools (very much WIP). This will come in handy for future tuning of the texture streaming system. Especially once we get back to instancing. Hoo boy.
3 Months Ago
Enable building atlasses for mip level streaming. This might be a pandora's box, but it brings non-streaming texture memory to less than 1 GB, leaving plenty of room for streaming textures.
3 Months Ago
Merge from vram_budget: Improve texture selection
3 Months Ago
Change 4883 texture metadata for streaming
3 Months Ago
TextureOptimizationTools: Add function that changes only textures that should be streamable but aren't
3 Months Ago
Various fixes to the texture optimisation tools
3 Months Ago
Merge from vram_budget: Experimental new texture streaming
3 Months Ago
Apply "Make All Streamable" to 8294 textures
3 Months Ago
Add option "Make All Streamable" to texture optimisation tools based on Diogo's filter functions
3 Months Ago
Force texture mipmap streaming to be always on (experiment) and set the memory budget equal to available graphics memory.
3 Months Ago
Merge from /main:
4 Months Ago
Rebase on /main
4 Months Ago
Merge from fix_texture_streaming_2: Super cautious texture streaming enablement!
4 Months Ago
Cherry pick live fixes
4 Months Ago
Be very cautious about enabling texture streaming. Only enable it if Texture.streamingTextureLoadingCount = 0 and Texture.allowThreadedTextureCreation = false. If not, set Texture.allowThreadedTextureCreation = false and try again in 1 second. One second is enough to upload a few textures, right?
4 Months Ago
Merge from fix_texture_streaming_2
4 Months Ago
Remove checking of Texture.streamingTextureLoadingCount during TextureStreaming.Update()
4 Months Ago
Disallow threaded texture creation whenever a loading screen is displayed. This should slightly improve loading times and further mitigate texture streaming race conditions.
4 Months Ago
Merge from fix_texture_streaming_2: Replace assertion with just a warning
4 Months Ago
Replace assertion with just a warning
4 Months Ago
Merge from fix_texture_streaming_2: Assertions
4 Months Ago
Cleanup access to texture streaming related variables to prevent accidentally waking up the streaming system when we don't want to. Also added some experimental assertions to make sure no textures are currently loading when texture streaming is enabled.
4 Months Ago
Merge from fix_texture_streaming_2: Expose more ConVars
4 Months Ago
Make texture streaming tunables accessible via ConVars and improve output of texture.stats
4 Months Ago
Merge from fast_debug_draw: Disable instancing for text by default, due to missing support for rich text formatting tags
4 Months Ago
Regenerate console commands
4 Months Ago
Disable ddraw instancing system for text by default because the new system doesn't support rich text formatting tags just yet
4 Months Ago
Merge from main
4 Months Ago
Merge from main
4 Months Ago
Merge from fix_texture_streaming_2
4 Months Ago
Disable mip map streaming early to prevent Unity from loading textures at a lower resolution
4 Months Ago
Merge from /main
4 Months Ago
Merge from fast_debug_draw (remove permanently displayed debug sphere, whoops!)
4 Months Ago
Remove debug code
4 Months Ago
Merge from /main/fast_debug_draw
4 Months Ago
Merge from /main
4 Months Ago
Merge from fast_debug_draw
4 Months Ago
Merge from /main