Markus Wick
|
54df9fe29e
gl_resource_manager: Split implementations in .cpp file.
|
7 лет назад |
ReinUsesLisp
|
76754f5705
video_core: Move surface declarations out of gl_rasterizer_cache
|
7 лет назад |
ReinUsesLisp
|
80cbd81276
video_core: Move OpenGL specific utils to its renderer
|
7 лет назад |
ReinUsesLisp
|
3e2380327a
gl_rasterizer: Implement quads topology
|
7 лет назад |
bunnei
|
fafc80d72e
Merge pull request #1290 from FernandoS27/shader-header
|
8 лет назад |
Subv
|
bb5eb4f20a
GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
|
8 лет назад |
FernandoS27
|
e926757c8f
Implemented (Partialy) Shader Header
|
8 лет назад |
Lioncash
|
8f4e09ba07
video_core/CMakeLists: Add missing gl_buffer_cache.h
|
8 лет назад |
Markus Wick
|
50a806ea67
renderer_opengl: Implement a buffer cache.
|
8 лет назад |
bunnei
|
b55d8111e6
renderer_opengl: Implement a new shader cache.
|
8 лет назад |
bunnei
|
382852418b
video_core: Add RasterizerCache class for common cache management code.
|
8 лет назад |
bunnei
|
61779fa072
gl_rasterizer: Implement texture format ASTC_2D_4X4.
|
8 лет назад |
Subv
|
987a170665
GPU: Partially implemented the Maxwell DMA engine.
|
8 лет назад |
bunnei
|
459826a705
renderer_opengl: Add gl_shader_manager class.
|
8 лет назад |
bunnei
|
4e7e0f8112
shader_bytecode: Add initial module for shader decoding.
|
8 лет назад |
Subv
|
1ec8d2123d
GPU: Implemented a gpu macro interpreter.
|
8 лет назад |
bunnei
|
4369af6b7e
maxwell_to_gl: Add module and function for decoding VertexType.
|
8 лет назад |
Subv
|
77fd0d47e7
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
|
8 лет назад |
Subv
|
71ebc3e90d
GPU: Preliminary work for texture decoding.
|
8 лет назад |
bunnei
|
6e3222363c
renderer_gl: Port boilerplate rasterizer code over from Citra.
|
8 лет назад |
bunnei
|
d7b1ebe4a8
renderer_gl: Port over gl_shader_gen module from Citra.
|
8 лет назад |
bunnei
|
4bdb46e4c2
renderer_gl: Port over gl_shader_decompiler module from Citra.
|
8 лет назад |
bunnei
|
a3e10b1a72
renderer_gl: Port over gl_rasterizer_cache module from Citra.
|
8 лет назад |
bunnei
|
0e4b9cdde4
renderer_gl: Port over gl_stream_buffer module from Citra.
|
8 лет назад |
Subv
|
a64b936cbe
GPU: Move the GPU's class constructor and destructors to a cpp file.
|
8 лет назад |
Subv
|
6cddf9d88e
Make a GPU class in VideoCore to contain the GPU state.
|
8 лет назад |
Subv
|
e01a8f2187
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.
|
8 лет назад |
Lioncash
|
e710a1b989
CMakeLists: Derive the source directory grouping from targets themselves
|
8 лет назад |
James Rowe
|
1d28b2e142
Remove references to PICA and rasterizers in video_core
|
8 лет назад |
wwylele
|
0f35755572
pica/command_processor: build geometry pipeline and run geometry shader
|
9 лет назад |