summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/DriverDetails.cpp
AgeCommit message (Expand)Author
2016-08-15DriverDetails: Add bug for broken gl_ClipDistance on i965.Jules Blok
2016-07-17Add an OpenBSD driver identifier.Anthony J. Bentley
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-19OGL: Work around slowdown of glMapBufferRange with SSBO on NVIDIA driversStenzek
2016-05-11OGL: Use coherent mapping on Qualcomm devices.degasus
2016-05-11DriverDetails: Drop BUG_BROKENALPHATEST.degasus
2016-05-11OGL: Drop QC ES3.1 workaround.degasus
2016-03-04Mark Mesa Intel Sandy Bridge geometry shaders not broken in Mesa 11.2Ryan Houdek
2016-02-12Geometry shader bug isn't fixed in 11.1.2 for Intel Sandy BridgeRyan Houdek
2016-02-11Both Intel and Radeon Mesa geometry shader bugs are fixed in 11.1.2Ryan Houdek
2016-01-20Blacklist Sandy Bridge on mesa from using geometry shaders.Ryan Houdek
2016-01-09Disable geometry shaders on mesa AMD/ATI drivers.Ryan Houdek
2015-12-31Add a comment to DriverDetails about Qualcomm failing our alpha tests.Ryan Houdek
2015-09-04Remove all of our workarounds for Qualcomm devices we don't support anymore.Ryan Houdek
2015-08-28[Android] Workaround Mali driver issue on the Samsung Galaxy S6.Ryan Houdek
2015-08-22Disable OpenGL ES 3.1 on all Qualcomm Adreno devices.Ryan Houdek
2015-08-06DriverDetails: Disable GL_ARB_copy_image on mesa.degasus
2015-07-20Work around slow glBufferSubData on PowerVR.Ryan Houdek
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-06-13Fix FreeBSD buildJeffrey Pfau
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-23Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes.Dwayne Slater
2014-12-28DriverDetails: Remove Intel Structs bug since it doesn't affect us anymore.Jules Blok
2014-12-28DriverDetails: Update Intel bug description.Jules Blok
2014-12-19OGL: Disable geometry shaders on Intel's Windows drivers due to broken interf...Jules Blok
2014-12-19Minor changes to DriverDetailsRyan Houdek
2014-12-19Fixes Adreno 400 slow performance.Ryan Houdek
2014-12-03Works around broken Intel Windows video drivers.Ryan Houdek
2014-10-29Adds a DriverDetails bug to track Qualcomm attributeless rendering.Ryan Houdek
2014-10-29Removes Qualcomm's rotated framebuffer bug from DriverDetails.Ryan Houdek
2014-10-18Change driver details to reflect Qualcomm's changes with their v95 driver.Ryan Houdek
2014-10-16DriverDetails: mark intel buffer_storage bug as fixeddegasus
2014-09-04Work around Intel's failings with with buffer_storageSonicadvance1
2014-08-18Qualcomm fixed screen rotation in their latest v66 development drivers.Ryan Houdek
2014-07-11mark all local variables as staticdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-05-05Enables usage of GLSL textureSize on Qualcomm v66.Ryan Houdek
2014-04-18Change to ARM's naming convention in DriverDetails.Ryan Houdek
2014-04-11Support checking for the Mali-T7xx line of GPUs.Ryan Houdek
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-01-29[Android] Fix Adreno v53 development drivers rotating framebufferRyan Houdek
2014-01-28OGL: remove version check for buffer_storage on windowsdegasus
2014-01-26BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...crudelios
2014-01-26OSX: don't avoid unsync mapping on nvida gpus just because the windows driver...degasus
2014-01-16enable buffer_storage on nvidia 331.38 on linuxdegasus
2014-01-09Enable buffer_storage for Nvidia drivers 332.21 and above.Ryan Houdek