summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2015-08-27Merge pull request #2913 from Tilka/fix_warning_fixflacs
2015-08-26Jit64: some byte-swapping changesTillmann Karras
2015-08-24Merge pull request #2895 from Sonicadvance1/qualcomm_workaround_gles31Ryan Houdek
2015-08-22Merge pull request #2883 from degasus/masterRyan Houdek
2015-08-22Disable OpenGL ES 3.1 on all Qualcomm Adreno devices.Ryan Houdek
2015-08-22Fix the shader overrunning our max shader size.Ryan Houdek
2015-08-21AVIDump: fix -Wsign-compare warningTillmann Karras
2015-08-20Profiler: Sort output by total timedegasus
2015-08-20Merge pull request #2874 from barat/masterMarkus Wick
2015-08-19VideoCommon: Allow more Ram for HiresTexture if system memory is over 4GBBartosz TelesiƄski
2015-08-19Fix some compilation warningsDominic Chen
2015-08-17Merge pull request #2861 from lioncash/paramMarkus Wick
2015-08-16TextureConversionShader: Remove an unused parameterLioncash
2015-08-16VertexShaderManager: Remove unused parameterLioncash
2015-08-15Revert "VideoCommon: Clamp integer conversions."Jules Blok
2015-08-06DriverDetails: Disable GL_ARB_copy_image on mesa.degasus
2015-08-06OGL: Move copy_image variable into backend.degasus
2015-08-01Widescreen Heuristic: Cleanup code.Scott Mansell
2015-08-01Make the GameCube game widescreen heuristic smarter.Scott Mansell
2015-07-31Fix code to comply with coding styleunknown
2015-07-31Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios...mirrorbender
2015-07-29Merge pull request #2769 from phire/autodetect_widescreenScott Mansell
2015-07-27VideoCommon: reduce level of debug outputbooto
2015-07-27Heuristic to detect if a gamecube game is rendering 16:9 widescreen.Scott Mansell
2015-07-26Video: Trying to fix D3D/XFB disabled regressionbooto
2015-07-25Video: stride in bytes rather than pixelsbooto
2015-07-25RealXFB sizes don't get scaled by IRbooto
2015-07-25Video: respect stride of efb copies to xfbbooto
2015-07-22Merge pull request #2759 from Sonicadvance1/pvr_workaround2Ryan Houdek
2015-07-22Merge pull request #2757 from Sonicadvance1/pvr_workaroundRyan Houdek
2015-07-22Merge pull request #2679 from Tinob/masterMarkus Wick
2015-07-20Work around PowerVR's shader compiler.Ryan Houdek
2015-07-20Work around slow glBufferSubData on PowerVR.Ryan Houdek
2015-07-08Disables assert messages that seem to be invalid.Justin Chadwick
2015-07-08Merge pull request #2722 from lioncash/statementMarkus Wick
2015-07-08VertexLoader: avoid empty lines in perf-$pid.mapTillmann Karras
2015-07-07VertexLoaderBase: Adjust the scope of a boolean variableLioncash
2015-07-02Implement scaled partial texture updatesRodolfo Bogado
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-06-25Merge branch 'stable'Jules Blok
2015-06-24Merge pull request #2624 from sigmabeta/android-save-screenshotRyan Houdek
2015-06-24D3D: Cosmetics.Jules Blok
2015-06-24Merge branch 'stable'Jules Blok
2015-06-24Quick fix for an invalid iteratormimimi085181
2015-06-24Merge pull request #2602 from mimimi085181/partial-texture-updates2Markus Wick
2015-06-23Android: Save screenshot at end of an emulation session.sigmabeta
2015-06-22Revert "GeometryShaderGen: Don't use `centroid in` for input variables."degasus
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-06-20[AArch64] Fix a couple of bugs in the vertex loaderRyan Houdek
2015-06-21Merge pull request #2629 from lioncash/vertexloader-ifdefflacs