summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2015-09-29OGL: Remove unnecesary FPSCounter include from Render.cppLioncash
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-27OGL: Use SplitPath() instead of std::regex.waddlesplash
2015-09-27FileSearch: Don't use RegExs, just do string comparisons.waddlesplash
2015-09-27Merge pull request #3093 from lioncash/header_shuffleflacs
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-26Common: Move NonCopyable to its own headerLioncash
2015-09-26Merge pull request #3035 from aserna3/SSAAImprovementsRyan Houdek
2015-09-25Improved D3D and OGL AA option UIAnthony Serna
2015-09-22VideoBackend: Video config filename is now exposed in VideoBackends.ghost
2015-09-22EGL: Don't depend on VideoCommon or CoreScott Mansell
2015-09-22WGL: Don't depend on Core/VideoCommonScott Mansell
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell
2015-09-20VideoSW: Don't raise a PanicAlert because of indicesdegasus
2015-09-19GLInterface: Fix VideoSW on linux + OSX (v2)degasus
2015-09-18Revert "GLInterface: Fix VideoSW on linux + OSX"Markus Wick
2015-09-17VideoSW: Remove unused functiondegasus
2015-09-17Merge pull request #3054 from degasus/masterflacs
2015-09-17VideoSW: Drop SW bbox codedegasus
2015-09-17VideoSW: Drop HwRasterizerdegasus
2015-09-17GLInterface: Fix VideoSW on linux + OSXdegasus
2015-09-17Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFaceLioncash
2015-09-17Remove segfault from DX11 backend.Scott Mansell
2015-09-12Merge pull request #3026 from lioncash/constexprRyan Houdek
2015-09-12Merge pull request #3018 from Armada651/ogl-tabRyan Houdek
2015-09-12Merge pull request #3002 from degasus/masterRyan Houdek
2015-09-12MathUtil: Convert Clamp into a constexpr functionLioncash
2015-09-10OGL: Invert Top-and-Bottom mode.Jules Blok
2015-09-10Merge pull request #3012 from degasus/destAlphaRyan Houdek
2015-09-10Split OpenGL errors into a separate logtype from Video errors.Scott Mansell
2015-09-09VideoCommon: Drop "Disable destAlpha" hackdegasus
2015-09-09Drop DEBUG_SEVERITY_NOTIFICATION messages down to DEBUG_LOGScott Mansell
2015-09-07OGL: reimplement SSAA based on ARB_gpu_shader5degasus
2015-09-07[GLES] Enable bounding box support.Ryan Houdek
2015-09-07Merge pull request #2960 from phire/improve_efb2texScott Mansell
2015-09-06VideoBackends: Reimplement SSAA, now for D3D + OGLdegasus
2015-09-07Make efb2tex behave more like efb2ram.Scott Mansell
2015-09-07Merge pull request #2957 from phire/unify_efbcopyScott Mansell
2015-09-06Fix palette conversions for 4 bit efb copies.Scott Mansell
2015-09-06Move common EFB copy code into VideoCommonScott Mansell
2015-09-05Merge pull request #2977 from lioncash/unusedcomex
2015-09-05General: Remove unimplemented function prototypesLioncash
2015-09-05Cleanup and unify handling of efb copy stride.Scott Mansell
2015-09-05OGL: remove unused variableTillmann Karras
2015-09-05Properly support MSAA and SSAA as separate features(+GLES)Ryan Houdek
2015-09-04Remove all of our workarounds for Qualcomm devices we don't support anymore.Ryan Houdek
2015-09-05Merge pull request #2967 from Sonicadvance1/GLES_blend_func_extendedMarkus Wick
2015-09-04Support EXT_blend_func_extended in GLES.Ryan Houdek
2015-09-04Implement ClearCurrent on the EGL GLInterfaceRyan Houdek
2015-09-03BitField: Enable ifdef'd out code for WindowsLioncash