summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Bind and clear the render target when the CLEAR_BUFFERS register is writ...Gravatar Subv2018-07-031-0/+3
* gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.Gravatar bunnei2018-06-271-3/+2
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-241-3/+4
* renderer_opengl: Implement BlendEquation and BlendFunc.Gravatar bunnei2018-04-171-1/+1
* rasterizer_interface.h: Update from citra to yuzuGravatar N00byKing2018-04-041-3/+3
* rasterizer: Rename DrawTriangles to DrawArrays.Gravatar bunnei2018-03-261-2/+2
* rasterizer: Flush and invalidate regions should be 64-bit.Gravatar bunnei2018-03-231-3/+3
* video_core: Remove usage of PAddr and replace with VAddr.Gravatar bunnei2018-03-221-4/+4
* video_core: Move FramebufferInfo to FramebufferConfig in GPU.Gravatar bunnei2018-03-221-1/+3
* renderer_gl: Port boilerplate rasterizer code over from Citra.Gravatar bunnei2018-03-201-0/+61
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-67/+0
* core/video_core: Fix a bunch of u64 -> u32 warnings.Gravatar bunnei2018-01-011-2/+2
* rasterizer: separate TextureCopy from DisplayTransferGravatar wwylele2016-09-291-1/+6
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-6/+15
* HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-12/+19
* VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-071-0/+48