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
Subv a321bce378 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
It is unlikely we will ever use this without first doing a Cast to a signed type.
Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3
2017-09-27 09:06:41 -05:00
..
debug_utils
renderer_opengl Fixed framebuffer warning 2017-09-17 11:57:06 +01:00
shader Improved performance of FromAttributeBuffer 2017-09-17 15:56:36 +01:00
swrasterizer Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. 2017-09-27 09:06:41 -05:00
texture
CMakeLists.txt pica/command_processor: build geometry pipeline and run geometry shader 2017-08-19 10:13:20 +03:00
command_processor.cpp Remove pipeline.gpu_mode and fix minor issues 2017-09-23 09:28:20 -06:00
command_processor.h
geometry_pipeline.cpp pica/command_processor: build geometry pipeline and run geometry shader 2017-08-19 10:13:20 +03:00
geometry_pipeline.h pica/command_processor: build geometry pipeline and run geometry shader 2017-08-19 10:13:20 +03:00
gpu_debugger.h
pica.cpp pica/command_processor: build geometry pipeline and run geometry shader 2017-08-19 10:13:20 +03:00
pica.h
pica_state.h pica/command_processor: build geometry pipeline and run geometry shader 2017-08-19 10:13:20 +03:00
pica_types.h Optimized Float<M,E> multiplication 2017-09-25 00:54:02 +01:00
primitive_assembly.cpp pica/primitive_assembly: Handle winding for GS primitive 2017-08-19 10:13:20 +03:00
primitive_assembly.h pica/primitive_assembly: Handle winding for GS primitive 2017-08-19 10:13:20 +03:00
rasterizer_interface.h
regs.cpp
regs.h
regs_framebuffer.h Warnings: Fixed a few missing-return warnings in video_core. 2017-08-26 11:58:22 -05:00
regs_lighting.h
regs_pipeline.h pica/regs: layout geometry shader configuration regs 2017-08-10 01:53:08 +03:00
regs_rasterizer.h SwRasterizer: implement custom clip plane 2017-08-24 15:34:27 +03:00
regs_shader.h pica/regs: layout geometry shader configuration regs 2017-08-10 01:53:08 +03:00
regs_texturing.h
renderer_base.cpp
renderer_base.h
utils.h Optimized Morton 2017-09-24 22:27:14 +01:00
vertex_loader.cpp
vertex_loader.h
video_core.cpp
video_core.h