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
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
10 years ago
..
debug_utils Implement I4 texture format 10 years ago
renderer_opengl Memmap: Re-organize memory function in two files 10 years ago
CMakeLists.txt GPU: Added RGB565/RGB8 framebuffer support and various cleanups. 10 years ago
clipper.cpp Pica: Cleanup clipping code and change screenspace z to range from -1..0. 10 years ago
clipper.h License change 10 years ago
color.h Common: Remove common.h 10 years ago
command_processor.cpp Memory: Add GetPhysicalPointer helper function 10 years ago
command_processor.h License change 10 years ago
gpu_debugger.h core/video_core: Use in-place construction where possible 10 years ago
math.h VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument was Vec2<T> instead. 10 years ago
pica.h Memmap: Re-organize memory function in two files 10 years ago
primitive_assembly.cpp Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. 10 years ago
primitive_assembly.h Merge pull request #291 from purpasmart96/license 10 years ago
rasterizer.cpp Memmap: Re-organize memory function in two files 10 years ago
rasterizer.h License change 10 years ago
renderer_base.h Common: Remove common.h 10 years ago
utils.cpp License change 10 years ago
utils.h Changed occurences of colour to color for consistency 10 years ago
vertex_shader.cpp Memmap: Re-organize memory function in two files 10 years ago
vertex_shader.h GPU: Implemented default vertex shader attributes. 10 years ago
video_core.cpp Common: Remove common.h 10 years ago
video_core.h Common: Remove common.h 10 years ago