xenia/src/xenia/gpu
2023-04-26 13:34:57 +02:00
..
d3d12 Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
null Revert "[GPU] Make Processor optional for GraphicsSystem setup" 2022-07-06 22:43:40 +03:00
shaders [GPU] Treat non-adaptive-tessellated patches as 1-control-point 2022-07-24 17:38:26 +03:00
vulkan Merge branch 'xenia-project:master' into canary_experimental 2023-04-26 13:34:57 +02:00
command_processor.cc Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
command_processor.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
draw_extent_estimator.cc use Sleep(0) instead of SwitchToThread, should waste less power and help the os with scheduling. 2022-09-11 14:14:48 -07:00
draw_extent_estimator.h [GPU] Get unclipped draw height by running VS on the CPU 2022-04-28 22:25:25 +03:00
draw_util.cc Partially vectorized GetScissor (loading and unpacking the bitfields from the registers is still scalar) 2022-12-14 09:33:14 -08:00
draw_util.h faster/more compact MatchValueAndRef 2022-12-13 11:25:33 -08:00
dxbc.h Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2023-04-09 17:28:04 +02:00
dxbc_shader.cc [GPU] shader-compiler: Accept little-endian ucode 2022-04-26 22:59:02 +03:00
dxbc_shader.h [GPU] shader-compiler: Accept little-endian ucode 2022-04-26 22:59:02 +03:00
dxbc_shader_translator.cc Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2022-10-18 12:19:52 +02:00
dxbc_shader_translator.h [DXBC] discard pixels from kill with ROV instead of returning 2023-04-09 20:13:22 +03:00
dxbc_shader_translator_alu.cc [DXBC] discard pixels from kill with ROV instead of returning 2023-04-09 20:13:22 +03:00
dxbc_shader_translator_fetch.cc [GPU] More exact PWL texture/RT gamma conversion 2022-06-07 21:26:34 +03:00
dxbc_shader_translator_memexport.cc [GPU] Eliminate unused shader I/O, UCP culling, centroid on Vulkan 2022-07-21 12:32:28 +03:00
dxbc_shader_translator_om.cc [GPU] Vulkan fragment shader interlock RB and related fixes/cleanup 2022-10-09 22:06:41 +03:00
gpu_flags.cc Add vsync_interval option 2022-05-19 10:22:32 +02:00
gpu_flags.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
graphics_system.cc nasty commit with a bunch of test code left in, will clean up and pr 2022-09-04 11:04:41 -07:00
graphics_system.h nasty commit with a bunch of test code left in, will clean up and pr 2022-09-04 11:04:41 -07:00
packet_disassembler.cc [GPU] Move all xenos.h to gpu::xenos, disambiguate Dimension/TextureDimension 2020-07-11 15:54:22 +03:00
packet_disassembler.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
pm4_command_processor_declare.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
pm4_command_processor_implement.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
premake5.lua [GPU] Fix missing xenia-ui dependency in gpu > gpu-shader-compiler (needed for gmake2) 2022-06-12 19:44:24 +03:00
primitive_processor.cc [Vulkan] Non-GS point sprites + minor SPIR-V fixes 2022-07-27 17:14:28 +03:00
primitive_processor.h atomic cas use prefetchw if available 2022-09-17 04:04:53 -07:00
register_file.cc Huge set of performance improvements, combined with an architecture specific build and clang-cl users have reported absurd gains over master for some gains, in the range 50%-90% 2022-08-13 12:59:00 -07:00
register_file.h Huge set of performance improvements, combined with an architecture specific build and clang-cl users have reported absurd gains over master for some gains, in the range 50%-90% 2022-08-13 12:59:00 -07:00
register_table.inc Add more wrapper functions to ppc_context_t in kernel, want to switch… 2023-04-23 10:39:52 -04:00
registers.cc [C++17] static constexpr variables are implicitly inline now 2020-07-11 16:44:57 +03:00
registers.h [GPU] EDRAM looped addressing (resolves #2031) 2022-07-22 23:51:50 +03:00
render_target_cache.cc Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2022-10-14 20:13:03 +02:00
render_target_cache.h Minor decoder optimizations, kernel fixes, cpu backend fixes 2022-11-05 10:50:33 -07:00
sampler_info.cc Merge branch 'master' into vulkan 2020-12-13 20:04:12 +03:00
sampler_info.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader.cc [GPU] shader-compiler: Accept little-endian ucode 2022-04-26 22:59:02 +03:00
shader.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader_compiler_main.cc [GPU] Vulkan fragment shader interlock RB and related fixes/cleanup 2022-10-09 22:06:41 +03:00
shader_interpreter.cc fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader_interpreter.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader_translator.cc fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader_translator.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
shader_translator_disasm.cc [GPU] Shader control flow documentation improvements 2022-04-27 21:34:08 +03:00
shared_memory.cc Fix issue introduced yesterday where the final fetch constant would never be marked as written 2022-12-15 08:35:36 -08:00
shared_memory.h Fix issue introduced yesterday where the final fetch constant would never be marked as written 2022-12-15 08:35:36 -08:00
spirv_builder.cc [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
spirv_builder.h [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
spirv_shader.cc [Vulkan] Basic texture descriptor set allocation/binding 2022-05-17 22:42:28 +03:00
spirv_shader.h [Vulkan] Basic texture descriptor set allocation/binding 2022-05-17 22:42:28 +03:00
spirv_shader_translator.cc [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
spirv_shader_translator.h [SPIR-V] Use Builder createSelectionMerge directly 2023-04-19 11:11:28 +03:00
spirv_shader_translator_alu.cc [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
spirv_shader_translator_fetch.cc [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
spirv_shader_translator_rb.cc [SPIR-V] Wrap 4-operand ops and 1-3-operand GLSL std calls 2023-04-19 21:44:24 +03:00
texture_cache.cc fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
texture_cache.h Fix issue introduced yesterday where the final fetch constant would never be marked as written 2022-12-15 08:35:36 -08:00
texture_conversion.cc [Code] Remove game names from code comments (most of at least) 2021-09-05 21:27:40 +03:00
texture_conversion.h [GPU] Move all xenos.h to gpu::xenos, disambiguate Dimension/TextureDimension 2020-07-11 15:54:22 +03:00
texture_dump.cc use Sleep(0) instead of SwitchToThread, should waste less power and help the os with scheduling. 2022-09-11 14:14:48 -07:00
texture_extent.cc [GPU] Ensure pitch/height are a multiple of block size for host textures. 2018-06-04 22:53:30 -05:00
texture_info.cc fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
texture_info.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
texture_info_formats.cc use Sleep(0) instead of SwitchToThread, should waste less power and help the os with scheduling. 2022-09-11 14:14:48 -07:00
texture_info_formats.inl use Sleep(0) instead of SwitchToThread, should waste less power and help the os with scheduling. 2022-09-11 14:14:48 -07:00
texture_util.cc Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2022-12-31 11:19:01 +01:00
texture_util.h Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2022-12-31 11:19:01 +01:00
trace_dump.cc [GPU] Trace viewer Android content URI loading 2022-07-17 16:37:49 +03:00
trace_dump.h [GPU] Remove outdated forward declarations from trace_dump.h 2021-09-12 14:32:41 +03:00
trace_player.cc [GPU] Display swap output in the trace viewer 2022-07-01 19:50:19 +03:00
trace_player.h [GPU] Display swap output in the trace viewer 2022-07-01 19:50:19 +03:00
trace_protocol.h [GPU] DC_LUT_RW_INDEX/WRITE_EN_MASK + gamma ramp and registers in traces 2022-05-05 13:10:29 +03:00
trace_reader.cc [GPU] Trace viewer Android content URI loading 2022-07-17 16:37:49 +03:00
trace_reader.h [GPU] Trace viewer Android content URI loading 2022-07-17 16:37:49 +03:00
trace_viewer.cc Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental 2022-12-31 11:19:01 +01:00
trace_viewer.h Huge set of performance improvements, combined with an architecture specific build and clang-cl users have reported absurd gains over master for some gains, in the range 50%-90% 2022-08-13 12:59:00 -07:00
trace_writer.cc Huge set of performance improvements, combined with an architecture specific build and clang-cl users have reported absurd gains over master for some gains, in the range 50%-90% 2022-08-13 12:59:00 -07:00
trace_writer.h Huge set of performance improvements, combined with an architecture specific build and clang-cl users have reported absurd gains over master for some gains, in the range 50%-90% 2022-08-13 12:59:00 -07:00
ucode.cc [GPU] Shader ALU refactoring + documentation 2022-04-27 20:52:20 +03:00
ucode.h fixed wine crash from use of NtSetEventPriorityBoost 2022-10-08 09:55:17 -07:00
xenos.cc Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00
xenos.h Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags. 2023-04-16 12:42:42 -04:00