bunnei
|
011cf77796
gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies.
|
7 лет назад |
Markus Wick
|
c560043581
rasterizer: Drop unused handler.
|
7 лет назад |
bunnei
|
d647d9550c
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
|
8 лет назад |
bunnei
|
16d65182f9
gl_rasterizer: Fix issues with the rasterizer cache.
|
8 лет назад |
Lioncash
|
46ef072cf9
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
|
8 лет назад |
Subv
|
be51120d23
GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to.
|
8 лет назад |
bunnei
|
3f9f047375
gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.
|
8 лет назад |
bunnei
|
4415e00181
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
|
8 лет назад |
bunnei
|
174cba5c58
renderer_opengl: Implement BlendEquation and BlendFunc.
|
8 лет назад |
N00byKing
|
d1d7582a5b
rasterizer_interface.h: Update from citra to yuzu
|
8 лет назад |
bunnei
|
d89bfec5f5
rasterizer: Rename DrawTriangles to DrawArrays.
|
8 лет назад |
bunnei
|
11047d7fd5
rasterizer: Flush and invalidate regions should be 64-bit.
|
8 лет назад |
bunnei
|
8a250de987
video_core: Remove usage of PAddr and replace with VAddr.
|
8 лет назад |
bunnei
|
bfe45774f1
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
|
8 лет назад |
bunnei
|
6e3222363c
renderer_gl: Port boilerplate rasterizer code over from Citra.
|
8 лет назад |
James Rowe
|
1d28b2e142
Remove references to PICA and rasterizers in video_core
|
8 лет назад |
bunnei
|
93480b10ef
core/video_core: Fix a bunch of u64 -> u32 warnings.
|
8 лет назад |
wwylele
|
d2419570b9
rasterizer: separate TextureCopy from DisplayTransfer
|
9 лет назад |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 лет назад |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
9 лет назад |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 лет назад |
tfarley
|
22f3a7e94c
HWRasterizer: Texture forwarding
|
10 лет назад |
Yuri Kunde Schlesner
|
195fedccf0
VideoCore: Unify interface to OpenGL and SW rasterizers
|
10 лет назад |