summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | y2r_u: Cleanup some formatting.Gravatar bunnei2016-04-261-52/+89
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1447 from JamePeng/update-y2r-serviceGravatar bunnei2016-04-262-32/+357
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update the code of service y2r!Gravatar JamePeng2016-04-202-32/+357
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1720 from linkmauve/fix-qtGravatar linkmauve2016-04-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Gravatar Emmanuel Gil Peyrot2016-04-261-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #1710 from hrydgard/optimize-event-breakpointsGravatar bunnei2016-04-253-9/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace std::map with std::array for graphics event breakpoints, and allow th...Gravatar Henrik Rydgard2016-04-243-9/+16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1714 from smspillaz/fix-1711Gravatar bunnei2016-04-256-10/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | travis: Install cmake 3.1Gravatar Sam Spilsbury2016-04-251-2/+3
| * | | | | | | shader: Shader size is long uint, not uint.Gravatar Sam Spilsbury2016-04-251-1/+1
| * | | | | | | 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-242-4/+6
|/ / / / / / /
* | | | | | | Merge pull request #1576 from smspillaz/fix-build-errors-03272016Gravatar bunnei2016-04-249-9/+29
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | microprofileui: Use correct printf specifierGravatar Sam Spilsbury2016-04-231-0/+5
| * | | | | | | microprofile: Use std::absGravatar Sam Spilsbury2016-04-231-1/+1
| * | | | | | | CMakeLists: Use CMAKE_THREAD_LIBS_INITGravatar Sam Spilsbury2016-04-232-3/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1705 from LittleWhite-tb/compat_gcc49Gravatar bunnei2016-04-231-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Protect use of std::is_trivially_copyable to compile with GCC 4.9Gravatar LittleWhite2016-04-231-0/+4
|/ / / / / /
* | | | | | Merge pull request #1697 from tfarley/hw-lighting-syncGravatar bunnei2016-04-222-9/+11
|\ \ \ \ \ \
| * | | | | | 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-2230-941/+1739
|\ \ \ \ \ \
| * | | | | | HWRasterizer: Texture forwardingGravatar tfarley2016-04-2120-940/+1719
| * | | | | | Config: Add scaled resolution optionGravatar tfarley2016-04-219-1/+20
| * | | | | | Update to ext-boost with interval_mapGravatar tfarley2016-04-211-0/+0
| | |/ / / / | |/| | | |
* | | | | | 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
* | | | | | Merge pull request #1691 from linkmauve/improve-sdl-optionsGravatar bunnei2016-04-201-9/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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