| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | shader: Handle non-CALL opcodes with a break | 2016-04-25 | 1 | -0/+2 | ||
| * | | | | | | | | shader: Format string must be provided inline and not as a variable | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | am: title_id is long long uint | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | assert: Allow UNREACHABLE_MSG to have just one argument | 2016-04-24 | 1 | -1/+1 | ||
| * | | | | | | | | CMakeLists: Use imported version of Threads::Threads | 2016-04-24 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1576 from smspillaz/fix-build-errors-03272016 | 2016-04-24 | 7 | -6/+19 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED | 2016-04-23 | 1 | -0/+2 | ||
| | * | | | | | | | pica: Handle default lighting case | 2016-04-23 | 1 | -1/+6 | ||
| | * | | | | | | | ncch: Use correct format specifier (for long long uint) | 2016-04-23 | 1 | -1/+1 | ||
| | * | | | | | | | fs: Fix what appears to be a typo (filename_size / file_size) | 2016-04-23 | 1 | -1/+1 | ||
| | * | | | | | | | gdbstub: Don't check if unsigned int is > 0 | 2016-04-23 | 1 | -2/+2 | ||
| | * | | | | | | | debugger: Warn if we reach an unreachable format | 2016-04-23 | 1 | -0/+6 | ||
| | * | | | | | | | CMakeLists: Use CMAKE_THREAD_LIBS_INIT | 2016-04-23 | 1 | -1/+1 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Protect use of std::is_trivially_copyable to compile with GCC 4.9 | 2016-04-23 | 1 | -0/+4 | ||
| |/ / / / / / | ||||||
| * | | | | | | HWRasterizer: reorder declarations to match defs | 2016-04-22 | 1 | -9/+9 | ||
| * | | | | | | HWRasterizer: sync specular uniform for new shaders | 2016-04-22 | 1 | -0/+2 | ||
| * | | | | | | Merge pull request #1436 from tfarley/hw-tex-forwarding | 2016-04-22 | 29 | -941/+1739 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | HWRasterizer: Texture forwarding | 2016-04-21 | 20 | -940/+1719 | ||
| | * | | | | | | Config: Add scaled resolution option | 2016-04-21 | 9 | -1/+20 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1655 from JayFoxRox/hw-dot3 | 2016-04-21 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | OpenGL: Implement color combiner Operation::Dot3_RGB | 2016-04-10 | 1 | -0/+3 | ||
| * | | | | | | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | 2016-04-20 | 1 | -9/+20 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #1672 from wwylele/win-driver-fix | 2016-04-19 | 1 | -3/+12 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | fix driver root identification on Windows | 2016-04-15 | 1 | -3/+12 | ||
| * | | | | | | Merge pull request #1612 from ObsidianX/get-set-sockopt | 2016-04-18 | 1 | -3/+97 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rework sockopt translation to match the error translation code already in place | 2016-04-01 | 1 | -22/+30 | ||
| | * | | | | | | Code style | 2016-03-30 | 1 | -2/+2 | ||
| | * | | | | | | Added GetSockOptName | 2016-03-30 | 1 | -15/+58 | ||
| | * | | | | | | Derp: win32: typedef int socklen_t; | 2016-03-29 | 1 | -4/+0 | ||
| | * | | | | | | But of course, Windows uses 'int' while Linux uses 'socklen_t' | 2016-03-29 | 1 | -0/+4 | ||
| | * | | | | | | Compiling on Windows now | 2016-03-29 | 1 | -3/+3 | ||
| | * | | | | | | Formatting... | 2016-03-29 | 1 | -1/+1 | ||
| | * | | | | | | Addressing PR comments | 2016-03-29 | 1 | -4/+4 | ||
| | * | | | | | | SOC Updates | 2016-03-28 | 1 | -3/+46 | ||
| * | | | | | | | Merge pull request #1625 from JayFoxRox/sw-blend-func | 2016-04-17 | 1 | -57/+42 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Rasterizer: Allow all blend factors for alpha blend-func | 2016-04-17 | 1 | -57/+42 | ||
| * | | | | | | | core: Clean out some unnecessary header includes | 2016-04-16 | 3 | -14/+1 | ||
| * | | | | | | | Merge pull request #1667 from wwylele/ncch-loader-fix | 2016-04-15 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ncch:only decompress .code section | 2016-04-14 | 1 | -2/+2 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1673 from MerryMage/config-minimumSize | 2016-04-15 | 1 | -12/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Configure Dialog: Remove minimumSize property | 2016-04-15 | 1 | -12/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1671 from lioncash/mem | 2016-04-15 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | debug_utils: use std::make_unique for initializing PicaTrace | 2016-04-14 | 1 | -1/+1 | ||
| * | | | | | | | | Y2R: num_tiles should be allowed when its value is 128 (#1669) | 2016-04-14 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #1666 from MerryMage/barrier | 2016-04-14 | 1 | -24/+22 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Thread: Make Barrier reusable | 2016-04-14 | 1 | -5/+5 | ||
| | * | | | | | | | common/thread: Correct code style | 2016-04-14 | 1 | -21/+19 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1665 from lioncash/file | 2016-04-14 | 3 | -48/+38 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | file_util: In-class initialize data members | 2016-04-13 | 2 | -6/+4 | ||
| | * | | | | | | | file_util: const qualify IOFile's Tell and GetSize functions | 2016-04-13 | 2 | -8/+8 | ||