index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu.h
Age
Commit message (
Expand
)
Author
2018-04-17
gpu: Add several framebuffer formats to RenderTargetFormat.
bunnei
2018-03-26
graphics_surface: Fix merge conflicts.
bunnei
2018-03-26
maxwell: Add RenderTargetFormat enum.
bunnei
2018-03-24
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
gpu: Expose Maxwell3D engine.
bunnei
2018-03-18
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
GPU: Store uploaded GPU macros and keep track of the number of method paramet...
Subv
2018-03-18
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-16
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
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