There was an error fetching the commit references. Please try again later.
GPU: Added a command processor to decode the GPU pushbuffers and forward the...
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.
Showing
- src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h 1 addition, 1 deletionsrc/core/hle/service/nvdrv/devices/nvhost_as_gpu.h
- src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp 3 additions, 1 deletionsrc/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
- src/core/hle/service/nvdrv/devices/nvhost_gpu.h 1 addition, 1 deletionsrc/core/hle/service/nvdrv/devices/nvhost_gpu.h
- src/video_core/CMakeLists.txt 8 additions, 0 deletionssrc/video_core/CMakeLists.txt
- src/video_core/command_processor.cpp 130 additions, 0 deletionssrc/video_core/command_processor.cpp
- src/video_core/command_processor.h 43 additions, 0 deletionssrc/video_core/command_processor.h
- src/video_core/engines/fermi_2d.cpp 15 additions, 0 deletionssrc/video_core/engines/fermi_2d.cpp
- src/video_core/engines/fermi_2d.h 18 additions, 0 deletionssrc/video_core/engines/fermi_2d.h
- src/video_core/engines/maxwell_3d.cpp 15 additions, 0 deletionssrc/video_core/engines/maxwell_3d.cpp
- src/video_core/engines/maxwell_3d.h 18 additions, 0 deletionssrc/video_core/engines/maxwell_3d.h
- src/video_core/engines/maxwell_compute.cpp 15 additions, 0 deletionssrc/video_core/engines/maxwell_compute.cpp
- src/video_core/engines/maxwell_compute.h 18 additions, 0 deletionssrc/video_core/engines/maxwell_compute.h
Loading
Please register or sign in to comment