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
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
2016-06-07
Pica: Add fog state
Jannik Vogel
2016-05-31
Merge pull request #1812 from JayFoxRox/refactor-shader
bunnei
2016-05-23
Merge pull request #1733 from lioncash/vert_loader
bunnei
2016-05-16
Retrieve shader result from new OutputRegisters-type
Jannik Vogel
2016-05-12
Move default_attributes into Pica state
Jannik Vogel
2016-05-11
Turn ShaderSetup into struct
Jannik Vogel
2016-05-08
vertex_loader: Add constructors to facilitate immediate and two-step initiali...
Lioncash
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-29
Merge pull request #1730 from hrydgard/vertex-loader
bunnei
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
Move and rename the MemoryAccesses class to MemoryAccessTracker.
Henrik Rydgard
2016-04-28
Don't keep base_address in the loader, it doesn't belong there (with it, the ...
Henrik Rydgard
2016-04-28
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
Remove late accesses to attribute_config
Henrik Rydgard
2016-04-13
shader: Remove unused 'state' argument from 'Setup' function.
bunnei
2016-04-10
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-03-23
Pica: Improve accuracy of immediate-mode support
Yuri Kunde Schlesner
2016-03-17
Merge pull request #1535 from JayFoxRox/fix-align
bunnei
2016-03-17
video_core: Don't cast away const
Lioncash
2016-03-17
PICA: Alignment happens locally in vertex
Jannik Vogel
2016-03-13
PICA: Align vertex attributes
Jannik Vogel
2016-03-08
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2016-02-24
Merge pull request #1395 from ds84182/padding-attributes
bunnei
2016-02-20
Fix out of bounds array access when loading a component >= 12
Dwayne Slater
2016-02-20
Add support for padding vertex attributes
Dwayne Slater
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-05
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
command_processor: Add an assertion to ensure LUTs are not written past their...
bunnei
2016-02-05
pica: Implement fragment lighting LUTs.
bunnei
2016-01-17
command_processor: Get rid of variable shadowing
Lioncash
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
[prev]
[next]