summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
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-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
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2016-01-15Merge pull request #3512 from jloehr/Fix-SCMRevGenshuffle2
2016-01-14Run system native CScriptJulian Löhr
2016-01-13IniFile: Initialize with default value if key does not exist.Jules Blok
2016-01-10Add support to EGL to on the fly destroy the resulting surfaceRyan Houdek
2016-01-09Fix typo in GLExtensionsRyan Houdek
2016-01-06VideoConfig: Don't give warnings for per-game stereoscopy parameters.Jules Blok
2016-01-06Merge pull request #3428 from Sonicadvance1/proper_glextensionsRyan Houdek
2016-01-04Merge pull request #3431 from stenzek/shadercacheMathew Maidment
2016-01-04Merge pull request #3433 from lioncash/glMarkus Wick
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2016-01-02GLInterface: Make GLInterfaceMode an enum classLioncash
2016-01-02GLInterfaceBase: In-class initialize protected membersLioncash
2016-01-02WGL: Make class member privateLioncash
2016-01-02GLInterface: Add missing override specifiersLioncash