aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* | | | Settings: Fix saving wrong values for input configurationGravatar Trung Do2015-07-28
* | | | Merge pull request #1003 from lioncash/armcruftGravatar bunnei2015-07-28
|\ \ \ \
* \ \ \ \ Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-28
|\ \ \ \ \
| | * | | | dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-28
| | * | | | dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-28
| * | | | | Move input values into an arrayGravatar James Rowe2015-07-27
| | * | | | dyncom: Remove code duplication regarding thumb instructionsGravatar Lioncash2015-07-27
| | * | | | dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-27
| | * | | | dyncom: Remove duplicated typedef and externGravatar Lioncash2015-07-27
| |/ / / / |/| | | |
* | | | | Merge pull request #1001 from lioncash/armGravatar bunnei2015-07-27
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #991 from yuriks/globjectsGravatar bunnei2015-07-26
|\ \ \ \ \ \
| | * | | | | dyncom: Use std::array for register arraysGravatar Lioncash2015-07-26
| | * | | | | dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-26
* | | | | | | Merge pull request #992 from yuriks/hot-path-debugGravatar bunnei2015-07-26
|\ \ \ \ \ \ \
| | * | | | | | OpenGL: Make OpenGL object resource wrappers fully inlineGravatar Yuri Kunde Schlesner2015-07-26
| | |/ / / / /
* | | | | | | Merge pull request #987 from yuriks/regnamesGravatar Tony Wasserka2015-07-26
|\ \ \ \ \ \ \
| * | | | | | | Videocore: Don't reinitialize register name map on every queryGravatar Yuri Kunde Schlesner2015-07-26
* | | | | | | | Merge pull request #995 from linkmauve/remove-dead-optionGravatar Yuri Kunde Schlesner2015-07-26
|\ \ \ \ \ \ \ \
| * | | | | | | | Citra: Remove dead gpu_refresh_rate option from the default ini file.Gravatar Emmanuel Gil Peyrot2015-07-26
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #986 from Lectem/better_widgetsGravatar Tony Wasserka2015-07-26
|\ \ \ \ \ \ \ \
* | | | | | | | | Videocore: Simplify variables in vertex shader interpreterGravatar Yuri Kunde Schlesner2015-07-26
* | | | | | | | | Videocore: Replace std::stack in shader interpreter with static_vectorGravatar Yuri Kunde Schlesner2015-07-26
| |/ / / / / / / |/| | | | | | |
| | | * | | | | VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-26
| |_|/ / / / / |/| | | | | |
* | | | | | | dyncom: Remove unnecessary initialization code.Gravatar Lioncash2015-07-25
* | | | | | | dyncom: Remove unnecessary abort-related cruftGravatar Lioncash2015-07-25
* | | | | | | dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
* | | | | | | dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
* | | | | | | dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
* | | | | | | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-25
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #989 from lioncash/externGravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ \ \ \
| * | | | | | armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-25
* | | | | | | loader: Remove unnecessary else usagesGravatar Lioncash2015-07-25
|/ / / / / /
| * | | | | citra-qt/command list: Enable uniform row heights and automatically resize co...Gravatar Lectem2015-07-25
| * | | | | citra-qt/command list: Split register and value columns.Gravatar Lectem2015-07-25
|/ / / / /
* | | | | Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ \ \ | |/ / / / |/| | | |
* | | | | Address error that remained in last mergeGravatar Yuri Kunde Schlesner2015-07-25
* | | | | Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #981 from Subv/checkboxesGravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ \ \ \
| | | | | * | Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Gravatar Subv2015-07-23
| | | | | * | Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2015-07-23
| * | | | | | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and cl...Gravatar Subv2015-07-23
* | | | | | | Merge pull request #983 from yuriks/null-memory-fillGravatar Yuri Kunde Schlesner2015-07-23
|\ \ \ \ \ \ \
| * | | | | | | GSP: Don't try to write memory fill registers if start address is 0Gravatar Yuri Kunde Schlesner2015-07-23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #980 from Subv/more_breakpointsGravatar Tony Wasserka2015-07-24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| | | | | | * VideoCore: Fix values of unset components in input attribute arraysGravatar Yuri Kunde Schlesner2015-07-23
| | | | | | * VideoCore: Saturate vertex colors before interpolatingGravatar Yuri Kunde Schlesner2015-07-23
| |_|_|_|_|/ |/| | | | |
| * | | | | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-23
| |/ / / /
* | | | | Merge pull request #977 from yuriks/glenable-tex2dGravatar bunnei2015-07-23
|\ \ \ \ \
* | | | | | Rasterizer/GL: Set the border color when binding a texture.Gravatar Subv2015-07-22
| |/ / / / |/| | | |
| * | | | GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsGravatar Yuri Kunde Schlesner2015-07-22