summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2016-06-22Merge pull request #3904 from dhustkoder/masterChris Burgener
2016-06-19_DEFAULT_SOURCE flag added, and clang check for IsTriviallyCopyable macrodhust
2016-06-19analytics: Disable ALPN only on Windows.Pierre Bourdon
2016-06-19Add an Analytics reporting system.Pierre Bourdon
2016-06-18scmrev: Add "distributor" option.Pierre Bourdon
2016-06-18StringUtil: Add a HexDump function.Pierre Bourdon
2016-05-29EGL: specify version firstKarol Herbst
2016-05-25Fix builds when using newest version of NDKsigmabeta
2016-05-22Merge pull request #3794 from EmptyChaos/frame-advance-raceMat M
2016-05-18GLExtensions: Fix OpenGL ES 3.2 handling.degasus
2016-05-13Core/Movie: Add ability to run code in Host contextEmptyChaos
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2016-05-05SCM: Use std::string.degasus
2016-05-01Merge pull request #3730 from lioncash/noncopyMatthew Parlane
2016-04-25make DeleteDirRecursively clean up correctly after failure.Scott Mansell
2016-04-14ChunkFile: Handle bool in a stable way across platformsLioncash
2016-04-03MathUtilTest: Fix tests on MSVC - Document compiler bugLioncash
2016-03-14Merge pull request #3668 from RisingFog/wii_movie_sysconfPierre Bourdon
2016-03-12NonCopyable: Remove private access specifierLioncash
2016-03-12NonCopyable: Specify const in copy constructor/assignment signaturesLioncash
2016-03-04JitArm64: Implement mulhwxdegasus
2016-03-02Merge pull request #3655 from jcowgill/spelling-fixesMathew Maidment
2016-03-01EGL: Also check for higher GL versions.degasus
2016-02-28Move SetData logic to within SysConf.cppChris Burgener
2016-02-26Merge pull request #3432 from stenzek/bba-tap-winPierre Bourdon
2016-02-19Fix some very minor spelling mistakesJames Cowgill
2016-02-16Merge pull request #3640 from Sonicadvance1/glextensions_workaround_trashPierre Bourdon
2016-02-15Add missing include, this was previously masked by PCH usagehdcmeta
2016-02-15Make sure to get the right function pointer for DSA+buffer_storageRyan Houdek
2016-02-15Disable a few OpenGL 4.5 functions that AMD fails to expose.Ryan Houdek
2016-02-14Add support for GL 4.3Ryan Houdek
2016-02-14Add support for GL 4.4Ryan Houdek
2016-02-14Add support for GL 4.5Ryan Houdek
2016-02-14Change GL 4.2 defines over to the proper naming convention.Ryan Houdek
2016-02-05CMakeLists cleanup and enable Android headless building.Ryan Houdek
2016-02-05Rearrange GLInterface interface generation.Ryan Houdek
2016-02-05Fix a bug in the Common CMakeLists fileRyan Houdek
2016-02-05Fix a few missing includesRyan Houdek
2016-01-31Common: Use C++ random generator for generating MAC addressesStenzek
2016-01-30Merge pull request #3572 from Sonicadvance1/egl_support_headlessRyan Houdek
2016-01-29Merge pull request #3550 from Sonicadvance1/egl_support_core_profileRyan Houdek
2016-01-29Merge pull request #3546 from Sonicadvance1/egl_shared_contextRyan Houdek
2016-01-29Merge pull request #3573 from degasus/fifoplayerRyan Houdek
2016-01-27Support a headless EGL option.Ryan Houdek
2016-01-27Include the EGL defines we need for KHR_create_context ourselves.Ryan Houdek
2016-01-27Support the OpenGL core profile in EGL.Ryan Houdek
2016-01-27Implement support for GL 4.2 in GLExtensionsRyan Houdek
2016-01-27Implement shared contexts in the EGL context.Ryan Houdek
2016-01-27Thread: Limit thread name to 15 bytes on linux.degasus
2016-01-21A few more asterisks, mostly castsmathieui