citra-shitamoto-network/src/video_core
Lioncash 333b6a556a gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()
This was very likely intended to be a logical OR based off the
conditioning and testing of inversion in one case.

Even if this was intentional, this is the kind of non-obvious thing one
should be clarifying with a comment.
2018-09-21 17:20:42 -05:00
..
debug_utils Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
renderer_opengl gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 2018-09-21 17:20:42 -05:00
shader Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
swrasterizer Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
texture Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
CMakeLists.txt
command_processor.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
command_processor.h
geometry_pipeline.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
geometry_pipeline.h
gpu_debugger.h log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
pica_state.h
pica_types.h
pica.cpp
pica.h
primitive_assembly.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
primitive_assembly.h
rasterizer_interface.h
regs_framebuffer.h log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
regs_lighting.h
regs_pipeline.h
regs_rasterizer.h
regs_shader.h
regs_texturing.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
regs.cpp
regs.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
renderer_base.cpp video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
renderer_base.h video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
utils.h
vertex_loader.cpp reformat all files with clang-format 2018-06-29 16:56:12 +03:00
vertex_loader.h
video_core.cpp video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
video_core.h video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00