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