You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/video_core
bunnei 2b00bdec1f Merge pull request #1424 from MerryMage/lut_init
renderer_opengl: Initalise fragment shader LUT textures
9 years ago
..
debug_utils BitField: Make trivially copyable and remove assignment operator 9 years ago
renderer_opengl renderer_opengl: Initalise fragment shader LUT textures 9 years ago
shader pica: Implement decoding of basic fragment lighting components. 9 years ago
CMakeLists.txt pica: Add pica_types module and move float24 definition. 9 years ago
clipper.cpp pica_types: Replace float24/20/16 with a template class. 9 years ago
clipper.h VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
command_processor.cpp Merge pull request #1395 from ds84182/padding-attributes 9 years ago
command_processor.h Core: Cleanup hw includes. 10 years ago
gpu_debugger.h fix some xcode 7.0 warnings 10 years ago
pica.cpp Debugger: Use 3dbrew names for GPU registers 9 years ago
pica.h pica: Cleanup lighting register definitions and documentation. 9 years ago
pica_types.h pica_types: Fix typo in docstring. 9 years ago
primitive_assembly.cpp GPU/PrimitiveAssembler: Fixed drawing triangle fans. 10 years ago
primitive_assembly.h video_core: Remove unnecessary includes from headers 10 years ago
rasterizer.cpp PICA: Properly emulate 1-stage delay in the combiner buffer 10 years ago
rasterizer.h GPU: Refactor "VertexShader" namespace to "Shader". 10 years ago
rasterizer_interface.h VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
renderer_base.cpp VideoCore: Sync state after changing rasterizers 10 years ago
renderer_base.h VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
swrasterizer.cpp VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
swrasterizer.h swrasterizer: Add missing override specifier 10 years ago
utils.cpp video_core: Reorganize headers 10 years ago
utils.h video_core/utils: Remove unused variables in GetMortonOffset 10 years ago
video_core.cpp video_core: Make the renderer global a unique_ptr 10 years ago
video_core.h video_core: Make the renderer global a unique_ptr 10 years ago