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
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
OpenGL renderer
tfarley
2015-05-17
GPU/DefaultAttributes: Clear up a comment in command_processor
Subv
2015-05-17
GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...
Subv
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-06
GPU: Implemented default vertex shader attributes.
Subv
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-02-18
Pica/CommandProcessor: Properly implement shader load destination offset regi...
Tony Wasserka
2015-02-18
Pica/CommandProcessor: Work around initialized vertex attributes some more.
Tony Wasserka
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