summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-21Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka
Pica/Shader: Add geometry shader definitions.
2015-07-21Merge pull request #964 from lioncash/svcLioncash
dyncom: Pass SVC immediates directly.
2015-07-21Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner
2015-07-21dyncom: Pass SVC immediates directly.Lioncash
Previously it would just re-read the already decoded instruction and extract the immediate value.
2015-07-21Merge pull request #959 from Subv/homeSebastian Valle
Services/CFG: Added some missing functions to cfg:s
2015-07-20Merge pull request #930 from neobrain/copypaste_commandlistYuri Kunde Schlesner
citra-qt: Add support for copying the command list contents to clipboard.
2015-07-20Services/CFG: Added some missing functions to cfg:sSubv
2015-07-20Merge pull request #939 from Subv/queryprocmembunnei
Kernel/SVC: Implemented svcQueryProcessMemory
2015-07-19Merge pull request #951 from Subv/bit5bunnei
GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
2015-07-19Merge pull request #944 from Subv/spambunnei
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.
2015-07-19Merge pull request #946 from archshift/update-frdubunnei
Add more frd:u unknown service commands from 3dbrew
2015-07-19GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Subv
It tells the GPU to not swizzle/de-swizzle the input during the transfer.
2015-07-19Merge pull request #950 from lioncash/bxLioncash
dyncom: Properly retrieve the PC value in BX if used.
2015-07-19dyncom: Properly retrieve the PC value in BX if used.Lioncash
2015-07-20Merge pull request #949 from yuriks/fix-stTony Wasserka
Pica: Correct switched S/T texture wrapping registers.
2015-07-19Pica: Correct switched S/T texture wrapping registersYuri Kunde Schlesner
This was found and hwtested by Lectem
2015-07-20Merge pull request #948 from yuriks/fix-dp3Tony Wasserka
Pica/VertexShader: Fix DP3 instruction, which wasn't assigning to the w component.
2015-07-19Pica: Fix DP3 instruction, which wasn't assigning to the w componentYuri Kunde Schlesner
2015-07-19Merge pull request #947 from archshift/hex-logYuri Kunde Schlesner
Change trace/unimplemented service call logs to use hex
2015-07-19Change trace/unimplemented service call logs to use hexarchshift
Changes the log to use hex in the parameter list instead of decimal.
2015-07-19Add more frd:u unknown service commands from 3dbrewarchshift
2015-07-19GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ↵Subv
exist.
2015-07-19Merge pull request #943 from Subv/ia4Tony Wasserka
Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.
2015-07-19Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Subv
real stride. Also added its name to the texture viewer widget
2015-07-18Merge pull request #941 from citra-emu/armv6-thumb-movYuri Kunde Schlesner
Dyncom: Support for a new ARMv6 Thumb MOV encoding
2015-07-18Merge pull request #942 from linkmauve/masterTony Wasserka
Remove the unused and commented GetThemeDir prototype from FileUtil
2015-07-18Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Emmanuel Gil Peyrot
2015-07-18Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner
2015-07-17Kernel/SVC: Implemented svcQueryProcessMemorySubv
2015-07-17Merge pull request #938 from Subv/querymemYuri Kunde Schlesner
Kernel/SVC: Implemented svcQueryMemory.
2015-07-17Kernel/SVC: Implemented svcQueryMemory.Subv
2015-07-17Merge pull request #937 from yuriks/codeset-leakbunnei
Ensure all kernel objects are released during shutdown
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
2015-07-16Merge pull request #936 from archshift/kill-sourceforgearchshift
Update homebrew before building, which no longer uses SourceForge
2015-07-16Update homebrew before building, which no longer uses SourceForgearchshift
2015-07-16Merge pull request #935 from lioncash/smlawYuri Kunde Schlesner
arm_dyncom_interpreter: Simplify assignment in SMLAW
2015-07-16arm_dyncom_interpreter: Simplify assignment in SMLAWLioncash
Also a side-benefit of not having implementation-defined behavior.
2015-07-16Remove webchat link from readmeYuri Kunde Schlesner
Hopefully this should reduce the amount of drive-by spam and annoying support requests in the channel.
2015-07-16Merge pull request #918 from yuriks/romfsbunnei
Do not load entire RomFS to memory, read from the file as needed instead (rebased)
2015-07-15citra-qt: Add support for copying the command list contents to clipboard.Tony Wasserka
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-07-15Merge pull request #931 from neobrain/move_default_attr_handlerTony Wasserka
Pica/CommandProcessor: Move default attribute setup to the proper position.
2015-07-15Pica/CommandProcessor: Move default attribute setup to the proper position.Tony Wasserka
2015-07-15Merge pull request #932 from neobrain/proper_triangle_countTony Wasserka
Pica/Clipper: Output proper number of triangles in debugging logs.
2015-07-15Pica/Clipper: Output proper number of triangles in debugging logs.Tony Wasserka
2015-07-14Merge pull request #928 from JSFernandes/masterTony Wasserka
Fix permissions in pre-commit hook.
2015-07-14Merge pull request #767 from Lectem/DOT3_RGBYuri Kunde Schlesner
2015-07-14VideoCore: Implement the DOT3_RGB combinerLectem
2015-07-13Merge pull request #904 from aroulin/y2r-narrowing-warningarchshift
Y2R: Fix narrowing warning
2015-07-13Fix uploading of builds by adding exec bit to .travis-upload.sharchshift
Fixes regression introduced by 6fc605a