| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | PICA: Implement scissor test | 2016-06-27 | 5 | -3/+105 | ||
| * | | | | Merge pull request #1869 from wwylele/dont-be-lazy | 2016-06-28 | 1 | -2/+6 | ||
| |\ \ \ \ | ||||||
| | * | | | | Switch context on the same thread if necessary | 2016-05-30 | 1 | -2/+6 | ||
| * | | | | | Merge pull request #1867 from mailwl/srv-update | 2016-06-28 | 2 | -15/+125 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix parameter name in EnableNotification | 2016-05-31 | 2 | -2/+6 | ||
| | * | | | | Fix mistakes, add output header codes | 2016-05-31 | 1 | -8/+24 | ||
| | * | | | | remove ugly function | 2016-05-31 | 1 | -35/+3 | ||
| | * | | | | srv: Update according 3dbrew | 2016-05-31 | 1 | -15/+137 | ||
| * | | | | | Remove superfluous std::move in return std::move(local_var) | 2016-06-25 | 2 | -2/+2 | ||
| * | | | | | Merge pull request #1923 from yuriks/fix-recursive | 2016-06-22 | 3 | -22/+15 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix recursive scanning of directories | 2016-06-19 | 3 | -22/+15 | ||
| * | | | | | | Qt: Fix MicroProfile dpi scaling | 2016-06-18 | 1 | -7/+6 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1877 from wwylele/wait-fix-timeout | 2016-06-18 | 1 | -0/+49 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Thread: update timeout when rerunning WaitSynch | 2016-06-04 | 1 | -0/+49 | ||
| * | | | | | | Merge pull request #1898 from archshift/interpreter-split-take2 | 2016-06-16 | 5 | -2727/+2729 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make arm_dyncom_trans* into a fully fledged compilation unit | 2016-06-12 | 4 | -53/+73 | ||
| | * | | | | | | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | 2016-06-12 | 1 | -15/+15 | ||
| | * | | | | | | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | 2016-06-10 | 2 | -39/+19 | ||
| | * | | | | | | arm_dyncom_interpreter: rename operation functions to fit style guide | 2016-06-10 | 2 | -34/+34 | ||
| | * | | | | | | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | 2016-06-10 | 4 | -166/+164 | ||
| | * | | | | | | arm_dyncom_interpreter.cpp: #include translation info from inc files | 2016-06-10 | 3 | -2648/+2652 | ||
| * | | | | | | | Merge pull request #1875 from JayFoxRox/fog | 2016-06-15 | 9 | -48/+253 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | OpenGL: Implement fog | 2016-06-07 | 5 | -7/+124 | ||
| | * | | | | | | Rasterizer: Implement fog | 2016-06-07 | 1 | -21/+52 | ||
| | * | | | | | | Pica: Add fog state | 2016-06-07 | 3 | -14/+69 | ||
| | * | | | | | | OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE | 2016-06-07 | 2 | -6/+8 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1842 from Subv/ports | 2016-06-11 | 8 | -3/+178 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Kernel/SVC: Implemented svcCreatePort. | 2016-06-11 | 6 | -3/+41 | ||
| | * | | | | | | Kernel: Added ClientPort and ServerPort classes. | 2016-06-05 | 6 | -2/+139 | ||
| * | | | | | | | hid: add missing header | 2016-06-11 | 1 | -0/+2 | ||
| * | | | | | | | Merge pull request #1897 from linkmauve/sdl2-config-fix | 2016-06-10 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb06... | 2016-06-11 | 1 | -1/+5 | ||
| * | | | | | | | | Merge pull request #1789 from wwylele/input-refactor | 2016-06-10 | 12 | -75/+315 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | fixup! fixup! Refactor input system | 2016-05-15 | 3 | -8/+8 | ||
| | * | | | | | | | fixup! Refactor input system | 2016-05-15 | 2 | -20/+24 | ||
| | * | | | | | | | implement circle pad modifier | 2016-05-15 | 6 | -5/+37 | ||
| | * | | | | | | | Refactor input subsystem | 2016-05-15 | 12 | -75/+279 | ||
| * | | | | | | | | Revert "Split huge interpreter source file into translation info and interpre... | 2016-06-10 | 5 | -2731/+2727 | ||
| * | | | | | | | | arm_dyncom_interpreter: rename operation functions to fit style guide | 2016-06-08 | 2 | -42/+42 | ||
| * | | | | | | | | arm_dyncom_interpreter.cpp: Split by translation and interpreter logic | 2016-06-08 | 5 | -2727/+2731 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | gdbstub: E0 should be E00 | 2016-06-08 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | 2016-06-07 | 9 | -583/+876 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | 2016-05-07 | 9 | -583/+876 | ||
| * | | | | | | | Merge pull request #1873 from archshift/remove-config | 2016-06-06 | 6 | -671/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove unused and bitrotted "controller config" files | 2016-06-01 | 6 | -671/+0 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | service: Add other DLP services | 2016-06-04 | 10 | -23/+150 | ||
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1863 from mailwl/gpu-threadid-reset | 2016-06-02 | 3 | -16/+23 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | 2016-06-01 | 3 | -16/+23 | ||
| * | | | | | | AddFstEntriesToGameList - prevent loading a directory | 2016-06-01 | 1 | -3/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1812 from JayFoxRox/refactor-shader | 2016-05-31 | 4 | -64/+81 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||