Age | Commit message (Expand) | Author |
---|---|---|
2018-03-16 | GPU: Handle the SetShader method call (0xE24) and store the shader config. | Subv |
2018-03-16 | GPU: Added the vertex array registers. | Subv |
2018-03-16 | Merge pull request #241 from Subv/gpu_method_call | bunnei |
2018-03-16 | GPU: Process command mode 5 (IncreaseOnce) differently from other commands. | Subv |
2018-03-16 | GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine. | Subv |
2018-03-16 | GPU: Added Maxwell registers for Shader Program control. | Subv |
2018-03-04 | GPU: Intercept writes to the VERTEX_END_GL register. | Subv |
2018-02-13 | maxwell_3d: Make constructor explicit | Lioncash |
2018-02-12 | GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine. | Subv |
2018-02-11 | Make a GPU class in VideoCore to contain the GPU state. | Subv |
2018-02-11 | GPU: Added a command processor to decode the GPU pushbuffers and forward the ... | Subv |