Commit Graph

17 Commits (50ef2beb5850362dda9c1d50531475f0c5b6e8df)

Author SHA1 Message Date
bunnei 3f9f047375 gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers. 7 years ago
bunnei 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 7 years ago
bunnei 174cba5c58 renderer_opengl: Implement BlendEquation and BlendFunc. 7 years ago
N00byKing d1d7582a5b
rasterizer_interface.h: Update from citra to yuzu 7 years ago
bunnei d89bfec5f5 rasterizer: Rename DrawTriangles to DrawArrays. 7 years ago
bunnei 11047d7fd5 rasterizer: Flush and invalidate regions should be 64-bit. 7 years ago
bunnei 8a250de987 video_core: Remove usage of PAddr and replace with VAddr. 7 years ago
bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 7 years ago
bunnei 6e3222363c renderer_gl: Port boilerplate rasterizer code over from Citra. 7 years ago
James Rowe 1d28b2e142 Remove references to PICA and rasterizers in video_core 7 years ago
bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. 7 years ago
wwylele d2419570b9 rasterizer: separate TextureCopy from DisplayTransfer 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
tfarley 22f3a7e94c HWRasterizer: Texture forwarding 9 years ago
Yuri Kunde Schlesner 195fedccf0 VideoCore: Unify interface to OpenGL and SW rasterizers
This removes explicit checks sprinkled all over the codebase to instead
just have the SW rasterizer expose an implementation with no-ops for
most operations.
10 years ago