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 年之前 |
wwylele
|
2252a63f80
SwRasterizer/Lighting: shorten file name
|
9 年之前 |
wwylele
|
eda28266fb
SwRasterizer/Lighting: move to its own file
|
9 年之前 |
Yuri Kunde Schlesner
|
d736cca848
CMake: Create INTERFACE targets for microprofile and nihstro
|
9 年之前 |
Yuri Kunde Schlesner
|
4660bc1c78
CMake: Use IMPORTED target for libpng
|
9 年之前 |
Yuri Kunde Schlesner
|
7b81903756
CMake: Correct inter-module dependencies and library visibility
|
9 年之前 |
wwylele
|
ade45b5b99
pica/swrasterizer: implement procedural texture
|
9 年之前 |
Yuri Kunde Schlesner
|
1683cb0ec9
SWRasterizer: Move texturing functions to their own file
|
9 年之前 |
Yuri Kunde Schlesner
|
e1ad7d69b9
SWRasterizer: Move framebuffer operation functions to their own file
|
9 年之前 |
Yuri Kunde Schlesner
|
e24717bca0
VideoCore: Move software rasterizer files to sub-directory
|
9 年之前 |
Yuri Kunde Schlesner
|
5759d94b5c
VideoCore: Move Regs to its own file
|
9 年之前 |
Yuri Kunde Schlesner
|
f7c7f422c6
VideoCore: Split shader regs from Regs struct
|
9 年之前 |