index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_processor.cpp
Age
Commit message (
Expand
)
Author
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-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
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-04
Extracted the attribute setup and draw commands into their own functions
Huw Pascoe
2017-09-23
Remove pipeline.gpu_mode and fix minor issues
James Rowe
2017-09-11
GPU: Add draw for immediate and batch modes
James Rowe
2017-08-19
pica/command_processor: build geometry pipeline and run geometry shader
wwylele
2017-08-07
pica: upload shared shader code to both unit
wwylele
2017-05-24
Merge pull request #2697 from wwylele/proctex
Yuri Kunde Schlesner
2017-05-20
pica/swrasterizer: implement procedural texture
wwylele
2017-05-17
pica: use correct register value for shader bool_uniforms
wwylele
2017-05-12
Pica: Write GS registers
Jannik Vogel
2017-05-12
Pica: Write shader registers in functions
Jannik Vogel
2017-02-09
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-08
VideoCore: Use union to index into Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split geometry pipeline regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-01-29
VideoCore: Split shader output writing from semantic loading
Yuri Kunde Schlesner
2017-01-29
VideoCore: Consistently use shader configuration to load attributes
Yuri Kunde Schlesner
2017-01-29
VideoCore: Use correct register for immediate mode attribute count
Yuri Kunde Schlesner
2017-01-29
VideoCore: Rename some types to more accurate names
Yuri Kunde Schlesner
2017-01-29
VideoCore: Change misleading register names
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Move entry_point to SetupBatch
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup
Yuri Kunde Schlesner
2017-01-25
Shader: Remove OutputRegisters struct
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Split shader uniform state and shader engine
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Use only entry_point as ShaderSetup param
Yuri Kunde Schlesner
2017-01-25
VideoCore/Shader: Extract input vertex loading code into function
Yuri Kunde Schlesner
2016-12-21
Merge pull request #2319 from yuriks/profile-scopes
bunnei
2016-12-18
Merge pull request #2318 from yuriks/trace-opt
bunnei
2016-12-16
VideoCore/Shader: Extract DebugData out from UnitState
Yuri Kunde Schlesner
2016-12-14
VideoCore: Make profiling scope more representative
Yuri Kunde Schlesner
2016-12-14
VideoCore: Inline IsPicaTracing
Yuri Kunde Schlesner
2016-12-14
VideoCore: Eliminate an unnecessary copy in the drawcall loop
Yuri Kunde Schlesner
2016-12-11
Add all services to the Service namespace
Lioncash
2016-11-27
GPU: Remove the broken frame_skip option.
Emmanuel Gil Peyrot
2016-11-23
Cache Vertices instead of Output registers (#2165)
jphalimi
2016-11-22
Fix format error from #2195
wwylele
2016-11-19
GPU/CiTrace: Avoid calling GetTextures() when not necessary.
Subv
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
[next]