This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/video_core/engines
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
2018-12-19 12:52:32 +11:00
..
fermi_2d.cpp Merge pull request #1792 from bunnei/dma-pusher 2018-11-28 10:12:37 -05:00
fermi_2d.h gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
kepler_memory.cpp gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
kepler_memory.h gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
maxwell_3d.cpp gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
maxwell_3d.h Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
maxwell_compute.cpp gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
maxwell_compute.h gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
maxwell_dma.cpp gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
maxwell_dma.h gpu: Rewrite GPU command list processing with DmaPusher class. 2018-11-26 23:14:01 -05:00
shader_bytecode.h Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
shader_header.h gl_shader_decompiler: Implement clip distances 2018-11-23 02:14:43 -03:00