summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | shader: Handle non-CALL opcodes with a breakGravatar Sam Spilsbury2016-04-251-0/+2
* | | | | | | | shader: Format string must be provided inline and not as a variableGravatar Sam Spilsbury2016-04-241-1/+1
* | | | | | | | am: title_id is long long uintGravatar Sam Spilsbury2016-04-241-1/+1
* | | | | | | | assert: Allow UNREACHABLE_MSG to have just one argumentGravatar Sam Spilsbury2016-04-241-1/+1
* | | | | | | | CMakeLists: Use imported version of Threads::ThreadsGravatar Sam Spilsbury2016-04-241-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1576 from smspillaz/fix-build-errors-03272016Gravatar bunnei2016-04-247-6/+19
|\ \ \ \ \ \ \
| * | | | | | | assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTEDGravatar Sam Spilsbury2016-04-231-0/+2
| * | | | | | | pica: Handle default lighting caseGravatar Sam Spilsbury2016-04-231-1/+6
| * | | | | | | ncch: Use correct format specifier (for long long uint)Gravatar Sam Spilsbury2016-04-231-1/+1
| * | | | | | | fs: Fix what appears to be a typo (filename_size / file_size)Gravatar Sam Spilsbury2016-04-231-1/+1
| * | | | | | | gdbstub: Don't check if unsigned int is > 0Gravatar Sam Spilsbury2016-04-231-2/+2
| * | | | | | | debugger: Warn if we reach an unreachable formatGravatar Sam Spilsbury2016-04-231-0/+6
| * | | | | | | CMakeLists: Use CMAKE_THREAD_LIBS_INITGravatar Sam Spilsbury2016-04-231-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | Protect use of std::is_trivially_copyable to compile with GCC 4.9Gravatar LittleWhite2016-04-231-0/+4
|/ / / / / /
* | | | | | HWRasterizer: reorder declarations to match defsGravatar tfarley2016-04-221-9/+9
* | | | | | HWRasterizer: sync specular uniform for new shadersGravatar tfarley2016-04-221-0/+2
* | | | | | Merge pull request #1436 from tfarley/hw-tex-forwardingGravatar bunnei2016-04-2229-941/+1739
|\ \ \ \ \ \
| * | | | | | HWRasterizer: Texture forwardingGravatar tfarley2016-04-2120-940/+1719
| * | | | | | Config: Add scaled resolution optionGravatar tfarley2016-04-219-1/+20
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1655 from JayFoxRox/hw-dot3Gravatar bunnei2016-04-211-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | OpenGL: Implement color combiner Operation::Dot3_RGBGravatar Jannik Vogel2016-04-101-0/+3
* | | | | | SDL2 Frontend: Use argv[0], add a --version, and reorder options.Gravatar Emmanuel Gil Peyrot2016-04-201-9/+20
| |/ / / / |/| | | |
* | | | | Merge pull request #1672 from wwylele/win-driver-fixGravatar bunnei2016-04-191-3/+12
|\ \ \ \ \
| * | | | | fix driver root identification on WindowsGravatar wwylele2016-04-151-3/+12
* | | | | | Merge pull request #1612 from ObsidianX/get-set-sockoptGravatar bunnei2016-04-181-3/+97
|\ \ \ \ \ \
| * | | | | | Rework sockopt translation to match the error translation code already in placeGravatar Ryan Loebs2016-04-011-22/+30
| * | | | | | Code styleGravatar Ryan Loebs2016-03-301-2/+2
| * | | | | | Added GetSockOptNameGravatar Ryan Loebs2016-03-301-15/+58
| * | | | | | Derp: win32: typedef int socklen_t;Gravatar Ryan Loebs2016-03-291-4/+0
| * | | | | | But of course, Windows uses 'int' while Linux uses 'socklen_t'Gravatar Ryan Loebs2016-03-291-0/+4
| * | | | | | Compiling on Windows nowGravatar Ryan Loebs2016-03-291-3/+3
| * | | | | | Formatting...Gravatar Ryan Loebs2016-03-291-1/+1
| * | | | | | Addressing PR commentsGravatar Ryan Loebs2016-03-291-4/+4
| * | | | | | SOC UpdatesGravatar Ryan Loebs2016-03-281-3/+46
* | | | | | | Merge pull request #1625 from JayFoxRox/sw-blend-funcGravatar bunnei2016-04-171-57/+42
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Rasterizer: Allow all blend factors for alpha blend-funcGravatar Jannik Vogel2016-04-171-57/+42
* | | | | | | core: Clean out some unnecessary header includesGravatar Lioncash2016-04-163-14/+1
* | | | | | | Merge pull request #1667 from wwylele/ncch-loader-fixGravatar bunnei2016-04-151-2/+2
|\ \ \ \ \ \ \
| * | | | | | | ncch:only decompress .code sectionGravatar wwylele2016-04-141-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1673 from MerryMage/config-minimumSizeGravatar bunnei2016-04-151-12/+0
|\ \ \ \ \ \ \
| * | | | | | | Configure Dialog: Remove minimumSize propertyGravatar MerryMage2016-04-151-12/+0
| |/ / / / / /
* | | | | | | Merge pull request #1671 from lioncash/memGravatar Mathew Maidment2016-04-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | debug_utils: use std::make_unique for initializing PicaTraceGravatar Lioncash2016-04-141-1/+1
* | | | | | | | Y2R: num_tiles should be allowed when its value is 128 (#1669)Gravatar JamePeng2016-04-141-1/+1
* | | | | | | | Merge pull request #1666 from MerryMage/barrierGravatar bunnei2016-04-141-24/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Thread: Make Barrier reusableGravatar MerryMage2016-04-141-5/+5
| * | | | | | | common/thread: Correct code styleGravatar MerryMage2016-04-141-21/+19
| |/ / / / / /
* | | | | | | Merge pull request #1665 from lioncash/fileGravatar bunnei2016-04-143-48/+38
|\ \ \ \ \ \ \
| * | | | | | | file_util: In-class initialize data membersGravatar Lioncash2016-04-132-6/+4
| * | | | | | | file_util: const qualify IOFile's Tell and GetSize functionsGravatar Lioncash2016-04-132-8/+8