| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Retrieve shader result from new OutputRegisters-type | 2016-05-16 | 4 | -64/+81 | ||
| * | | | | | Merge pull request #1751 from linkmauve/no-recursive-readdir | 2016-05-30 | 4 | -30/+43 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Common: Make recursive FileUtil functions take a maximum recursion | 2016-05-21 | 4 | -30/+43 | ||
| * | | | | | Merge pull request #1692 from Subv/rm_getpointer2 | 2016-05-29 | 18 | -139/+458 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ... | 2016-05-28 | 2 | -2/+60 | ||
| | * | | | | | Memory: Make ReadBlock and WriteBlock accept void pointers. | 2016-05-28 | 5 | -21/+19 | ||
| | * | | | | | SOC_U: Remove usage of GetPointer | 2016-05-28 | 1 | -27/+73 | ||
| | * | | | | | SSL_C: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -4/+3 | ||
| | * | | | | | GSP_GPU: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -33/+50 | ||
| | * | | | | | Memory: CopyBlock | 2016-05-28 | 2 | -2/+43 | ||
| | * | | | | | DSP_DSP: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+10 | ||
| | * | | | | | FS/Archive: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+14 | ||
| | * | | | | | CFG: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -6/+10 | ||
| | * | | | | | APT: Remove use of Memory::GetPointer | 2016-05-21 | 5 | -35/+36 | ||
| | * | | | | | Kernel/Thread: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | * | | | | | Applets/swkdb: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | * | | | | | Memory: ZeroBlock | 2016-05-21 | 2 | -0/+39 | ||
| | * | | | | | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlock | 2016-05-21 | 1 | -6/+6 | ||
| | * | | | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd... | 2016-05-21 | 1 | -1/+4 | ||
| | * | | | | | Memory: ReadBlock/WriteBlock | 2016-05-21 | 3 | -4/+81 | ||
| | * | | | | | Memory: IsValidVirtualAddress/IsValidPhysicalAddress | 2016-05-21 | 3 | -0/+26 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1756 from wwylele/config-cleanup | 2016-05-28 | 1 | -29/+13 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | clean up config block | 2016-05-03 | 1 | -29/+13 | ||
| * | | | | | | Merge pull request #1857 from MerryMage/rotr-rotl | 2016-05-27 | 1 | -12/+18 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | common_funcs: Provide rotr and rotl for MSVC | 2016-05-27 | 1 | -12/+18 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1568 from JayFoxRox/fix-printf | 2016-05-26 | 3 | -26/+61 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix ftoi behaviour | 2016-05-16 | 2 | -22/+53 | ||
| | * | | | | | | Respect fpscr in ftoiz | 2016-05-16 | 2 | -4/+4 | ||
| | * | | | | | | Disable VFP3 instructions | 2016-05-16 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #1810 from JayFoxRox/fix-float-exceptions | 2016-05-26 | 3 | -91/+130 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove `exceptions` parameter from `normaliseround` VFP functions | 2016-05-18 | 3 | -28/+57 | ||
| | * | | | | | | | Fix exception propagation for VFP single precision | 2016-05-18 | 2 | -33/+38 | ||
| | * | | | | | | | Fix exception propagation for VFP double precision | 2016-05-18 | 2 | -34/+39 | ||
| * | | | | | | | | Merge pull request #1846 from JayFoxRox/missing-dirty-lighting | 2016-05-26 | 4 | -43/+140 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | OpenGL: Set shader_dirty on lighting changes | 2016-05-23 | 1 | -0/+23 | ||
| | * | | | | | | | | Pica: Name LightSrc.config register | 2016-05-23 | 2 | -17/+15 | ||
| | * | | | | | | | | Pica: Name lighting.config0 and .config1 registers | 2016-05-23 | 2 | -18/+18 | ||
| | * | | | | | | | | OpenGL: Use uniforms for dist_atten_bias and dist_atten_scale | 2016-05-23 | 3 | -8/+84 | ||
| * | | | | | | | | | Merge pull request #1855 from MerryMage/memory-headers-20160526 | 2016-05-26 | 2 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Memory: Added necessary headers and removed unnecessary header | 2016-05-26 | 2 | -1/+2 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1817 from linkmauve/smdh-stuff | 2016-05-25 | 14 | -167/+229 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Loader: Split SMDH into its own header and import helpers from QGameList | 2016-05-21 | 5 | -89/+149 | ||
| | * | | | | | | | | | CitraQt: Simplify the game list loader code | 2016-05-21 | 5 | -34/+18 | ||
| | * | | | | | | | | | Loader: Add a GetFileType method to get the type of a loaded file | 2016-05-21 | 4 | -0/+30 | ||
| | * | | | | | | | | | Loader, Frontends: Refactor loader creation and game loading | 2016-05-21 | 6 | -49/+37 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | New3DS: Minor style cleanup to #1520. | 2016-05-24 | 4 | -6/+6 | ||
| * | | | | | | | | | Merge pull request #1520 from JamePeng/checknew3ds | 2016-05-24 | 11 | -14/+145 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Implement CheckNew3DS and CheckNew3DSApp | 2016-04-20 | 11 | -14/+145 | ||
| * | | | | | | | | | | Merge pull request #1733 from lioncash/vert_loader | 2016-05-23 | 3 | -11/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | vertex_loader: Correct forward declaration of InputVertex | 2016-05-08 | 1 | -1/+1 | ||