| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-21 | GPU: Added registers for min and mag texture filters and implemented them in ↵ | Subv | |
| the hw renderer. | |||
| 2015-07-21 | Merge pull request #966 from Subv/log | bunnei | |
| Services/Logging: Log more useful information when some operations fail. | |||
| 2015-07-21 | Services/Logging: Log more useful information when some operations fail. | Subv | |
| Namely OpenFileDirectly, OpenDirectory and OpenArchive | |||
| 2015-07-21 | Merge pull request #957 from Subv/hwtest_crash | bunnei | |
| Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | |||
| 2015-07-21 | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | |
| Pica/Shader: Add geometry shader definitions. | |||
| 2015-07-21 | Merge pull request #964 from lioncash/svc | Lioncash | |
| dyncom: Pass SVC immediates directly. | |||
| 2015-07-21 | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | |
| 2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | |
| Previously it would just re-read the already decoded instruction and extract the immediate value. | |||
| 2015-07-21 | Merge pull request #959 from Subv/home | Sebastian Valle | |
| Services/CFG: Added some missing functions to cfg:s | |||
| 2015-07-21 | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | Subv | |
| Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver | |||
| 2015-07-20 | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | |
| citra-qt: Add support for copying the command list contents to clipboard. | |||
| 2015-07-20 | Services/CFG: Added some missing functions to cfg:s | Subv | |
| 2015-07-20 | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | |
| They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending) | |||
| 2015-07-20 | Merge pull request #939 from Subv/queryprocmem | bunnei | |
| Kernel/SVC: Implemented svcQueryProcessMemory | |||
| 2015-07-19 | Merge pull request #951 from Subv/bit5 | bunnei | |
| GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. | |||
| 2015-07-19 | Merge pull request #944 from Subv/spam | bunnei | |
| GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist. | |||
| 2015-07-19 | Merge pull request #946 from archshift/update-frdu | bunnei | |
| Add more frd:u unknown service commands from 3dbrew | |||
| 2015-07-19 | SOC:U : Update deprecated function gethostbyname() to getaddrinfo() | zawata | |
| 2015-07-19 | GPU/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-19 | Merge pull request #950 from lioncash/bx | Lioncash | |
| dyncom: Properly retrieve the PC value in BX if used. | |||
| 2015-07-19 | dyncom: Properly retrieve the PC value in BX if used. | Lioncash | |
| 2015-07-20 | Merge pull request #949 from yuriks/fix-st | Tony Wasserka | |
| Pica: Correct switched S/T texture wrapping registers. | |||
| 2015-07-19 | Pica: Correct switched S/T texture wrapping registers | Yuri Kunde Schlesner | |
| This was found and hwtested by Lectem | |||
| 2015-07-20 | Merge pull request #948 from yuriks/fix-dp3 | Tony Wasserka | |
| Pica/VertexShader: Fix DP3 instruction, which wasn't assigning to the w component. | |||
| 2015-07-19 | Pica: Fix DP3 instruction, which wasn't assigning to the w component | Yuri Kunde Schlesner | |
| 2015-07-19 | Merge pull request #947 from archshift/hex-log | Yuri Kunde Schlesner | |
| Change trace/unimplemented service call logs to use hex | |||
| 2015-07-19 | Change trace/unimplemented service call logs to use hex | archshift | |
| Changes the log to use hex in the parameter list instead of decimal. | |||
| 2015-07-19 | Add more frd:u unknown service commands from 3dbrew | archshift | |
| 2015-07-19 | GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ↵ | Subv | |
| exist. | |||
| 2015-07-19 | Merge pull request #943 from Subv/ia4 | Tony Wasserka | |
| Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. | |||
| 2015-07-19 | Rasterizer/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-19 | Vertex Shader : Undo casting | zawata | |
| 2015-07-19 | Video_Core : Type fixes | zawata | |
| 2015-07-19 | Core : Change variable type | zawata | |
| and fix various warnings | |||
| 2015-07-19 | Video_Core: Finally fix pesky warning | zawata | |
| 2015-07-19 | Citra_QT : Another Conversion Warning Fix | zawata | |
| 2015-07-19 | Video_Core : Change Tabs to Spaces | zawata | |
| This really should be universalized, I keep getting errors creating commits because lines I've edited use tabs instead of spaces(and yes I did read the contributing guide and i know they are supposed to be spaces) | |||
| 2015-07-19 | Video_Core : Fix Conversion Warnings | zawata | |
| 2015-07-19 | Core : Fix Conversion Warnings | zawata | |
| 2015-07-19 | Common : Fix Conversion Warnings | zawata | |
| 2015-07-19 | Citra_QT : Fix Conversion Warnings | zawata | |
| 2015-07-18 | Merge pull request #941 from citra-emu/armv6-thumb-mov | Yuri Kunde Schlesner | |
| Dyncom: Support for a new ARMv6 Thumb MOV encoding | |||
| 2015-07-18 | Merge pull request #942 from linkmauve/master | Tony Wasserka | |
| Remove the unused and commented GetThemeDir prototype from FileUtil | |||
| 2015-07-18 | Common: Remove the unused and commented GetThemeDir prototype from FileUtil. | Emmanuel Gil Peyrot | |
| 2015-07-18 | Dyncom: Support for a missing ARMv6 Thumb MOV encoding | Yuri Kunde Schlesner | |
| 2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | |
| 2015-07-17 | Merge pull request #938 from Subv/querymem | Yuri Kunde Schlesner | |
| Kernel/SVC: Implemented svcQueryMemory. | |||
| 2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv | |
| 2015-07-17 | Merge pull request #937 from yuriks/codeset-leak | bunnei | |
| Ensure all kernel objects are released during shutdown | |||
| 2015-07-17 | Core\HLE : Fix Warning | zawata | |
| "signed/unsigned mismatch" | |||
