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
/
citra_qt
/
debugger
Age
Commit message (
Expand
)
Author
2017-02-04
Merge pull request #2476 from yuriks/shader-refactor3
Yuri Kunde Schlesner
2017-02-04
Pica/Texture: Simplify/cleanup texture tile addressing
Yuri Kunde Schlesner
2017-02-04
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2017-01-29
VideoCore: Consistently use shader configuration to load attributes
Yuri Kunde Schlesner
2017-01-29
VideoCore: Rename some types to more accurate 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
VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine
Yuri Kunde Schlesner
2017-01-25
Debugger: Always use interpreter for shader debugging
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: Use self instead of g_state.vs in ShaderSetup
Yuri Kunde Schlesner
2017-01-22
citra-qt: Removed unused and unimplemented ramview files.
Kloen
2017-01-05
Merge pull request #2393 from Subv/synch
Sebastian Valle
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Fix some warnings (#2399)
Jonathan Hao
2016-12-22
Merge pull request #2343 from bunnei/core-cleanup
bunnei
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
Merge pull request #2361 from lioncash/disasm
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
citra-qt: Move graphics debugging code into its own folder
Lioncash
2016-12-21
disassembler: Remove mutable specifier from breakpoints member variable
Lioncash
2016-12-16
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-11
citra-qt: Make constructors explicit where applicable
Lioncash
2016-12-11
citra-qt: Add missing #pragma once directives
Lioncash
2016-12-11
graphics_cmdlists: Get rid of variable shadowing
Lioncash
2016-12-10
graphics_cmdlists: Get rid of an unused variable
Lioncash
2016-12-10
graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const
Lioncash
2016-12-10
graphics_cmdlists: Make LoadImage internally linked
Lioncash
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-04
Threading: Added some utility functions and const correctness.
Subv
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-22
implement wait tree widget
wwylele
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-18
Qt: Fix MicroProfile dpi scaling
Yuri Kunde Schlesner
2016-06-07
Merge pull request #1765 from JayFoxRox/debug-surface-viewer
bunnei
2016-05-21
Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd...
MerryMage
2016-05-18
Merge pull request #1785 from MerryMage/mp-dpi
bunnei
2016-05-12
Microprofile: DPI-aware drawing
MerryMage
2016-05-12
Move default_attributes into Pica state
Jannik Vogel
2016-05-11
Turn ShaderSetup into struct
Jannik Vogel
2016-05-07
fixup simple type conversions where possible
Alexander Laties
[next]