18 Commits (ef875d6a356fef22d52ec2cdf2a326297740ff66)

Author SHA1 Message Date
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
Subv 03156d0c9a GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE. 8 years ago
Subv 7b6868e908 GPU: Implement the BindStorageBuffer macro method in HLE. 8 years ago
Subv 85d820b1b4 GPU: Handle writes to the CB_DATA method. 8 years ago
Subv aa586fa268 GPU: Store uploaded GPU macros and keep track of the number of method parameters. 8 years ago
Subv 7ac8657432 GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 8 years ago
Subv ccb8da1512 GPU: Renamed ShaderType to ShaderStage as that is less confusing. 8 years ago
Subv 88698c156f GPU: Store shader constbuffer bindings in the GPU state. 8 years ago
Subv 1d9d9c16e8 GPU: Make the SetShader macro call do the same as the real macro's code. 8 years ago
Subv 579000e747 GPU: Corrected the parameter documentation for the SetShader macro call. 8 years ago
Subv f93d769a1c GPU: Handle the SetShader method call (0xE24) and store the shader config. 8 years ago
Subv 29feece4b8 GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 8 years ago
Subv bf310a41b8 GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine. 8 years ago
Subv 5fb4c718cc GPU: Intercept writes to the VERTEX_END_GL register. 8 years ago
Subv ac61a7d1e6 GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine. 8 years ago
Subv 6cddf9d88e Make a GPU class in VideoCore to contain the GPU state. 8 years ago
Subv e01a8f2187 GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. 8 years ago