2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/engines
Lioncash bcc5c4403a maxwell_3d: Remove unused dirty_pointer array
This is unused and removing it shrinks the structure by 3584 bytes.
2020-12-06 20:46:57 -05:00
..
const_buffer_engine_interface.h
const_buffer_info.h
engine_interface.h
engine_upload.cpp video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
engine_upload.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
fermi_2d.cpp fermi_2d: Make use of designated initializers 2020-09-18 13:55:21 -04:00
fermi_2d.h fermi_2d: Make use of designated initializers 2020-09-18 13:55:21 -04:00
kepler_compute.cpp
kepler_compute.h
kepler_memory.cpp video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
kepler_memory.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
maxwell_3d.cpp maxwell_3d: Use insert instead of loop push_back 2020-11-11 19:52:19 -03:00
maxwell_3d.h maxwell_3d: Remove unused dirty_pointer array 2020-12-06 20:46:57 -05:00
maxwell_dma.cpp video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
maxwell_dma.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
shader_bytecode.h shader_bytecode: Make use of [[nodiscard]] where applicable 2020-11-20 02:20:37 -05:00
shader_header.h video_core: Enforce -Wclass-memaccess 2020-10-09 16:46:11 -03:00
shader_type.h