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
2014-12-31
Pica/CommandProcessor: Cleanups.
Tony Wasserka
2014-12-31
Pica/CommandProcessor: Workaround games not setting the input position's w co...
Tony Wasserka
2014-12-31
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
2014-12-28
GPU: Implement frameskip and remove forced framebuffer swap hack.
bunnei
2014-12-22
Merge pull request #322 from chinhodado/master
bunnei
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
More warning cleanups
Chin
2014-12-20
License change
purpasmart96
2014-12-20
Pica: Add support for boolean uniforms.
Tony Wasserka
2014-12-20
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.
Tony Wasserka
2014-12-20
Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are acces...
Tony Wasserka
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-09
GSP: Trigger GPU interrupts at more accurate locations.
bunnei
2014-12-09
GPU: Fixed bug in command list size decoding.
bunnei
2014-12-09
Pica/DebugUtils: Add breakpoint functionality.
Tony Wasserka
2014-11-30
Silence a few -Wsign-compare warnings.
Rohit Nirmal
2014-10-29
Fix some warnings
Sean
2014-10-07
Fix warnings in video_core
Lioncash
2014-08-25
Pica: Consolidate the primitive assembly code in PrimitiveAssembly and Geomet...
Tony Wasserka
2014-08-25
Pica/DebugUtils: Add convenient tev setup printer.
Tony Wasserka
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
Pica/CommandProcessor: Implement parameter masking.
Tony Wasserka
2014-08-25
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-12
Pica: Add primitive assembly stage.
Tony Wasserka
2014-08-12
Pica: Add vertex shader implementation.
Tony Wasserka
2014-08-12
Pica: Implement vertex loading.
Tony Wasserka
2014-08-12
Pica: Add command processor.
Tony Wasserka