summaryrefslogtreecommitdiff
path: root/Source/Plugins
AgeCommit message (Expand)Author
2013-10-07Put Plugins/ in Core/, rename to VideoBackendsJasper St. Pierre
2013-10-06[Android] Missed a few things for PowerVR544MP3 'support.' It doesn't actuall...Ryan Houdek
2013-10-06Shader generators: Remove any references to D3D9 and cleanup the affected code.Tony Wasserka
2013-10-06Rename the Direct3D11 backend to Direct3D. The new short name is D3D.Tony Wasserka
2013-10-06Remove D3D9 related files.Lioncash
2013-10-06[Android] Tegra 4 'support.' This brings up the OpenGL backend to support Teg...Ryan Houdek
2013-09-28Support a gcm revision-specific game ini for cheats + partially fix gecko cod...comex
2013-09-24Merge branch 'fix-field-ordering'Scott Mansell
2013-09-24D3D11: Set proper border color for Real XFB YUY2 texture. Fixes issue 6483.TheCow
2013-09-23Remove all refrences of field ordering from video backends.Scott Mansell
2013-09-23Fixed issues with feild ordering.Scott Mansell
2013-09-22ogl: drop glsl120 supportdegasus
2013-09-22Pull in the glRenderbufferStorageMultisample function pointer at run time.Ryan Houdek
2013-09-22Allow GLES3 hardware to support FSAA. Need a GUI option for this on Android d...Ryan Houdek
2013-09-22D3D11: Create temp EFB texture with correct multisample mode. Fixes issue 6482.TheCow
2013-09-22D3D11: Fix various MSAA related issues.NeoBrainX
2013-09-18ogl: don't PanicAlert on shader compiler warningsdegasus
2013-09-18[ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has br...Ryan Houdek
2013-09-18Revert "ogl: change the default buffer upload on osx+nvidia"degasus
2013-09-16[GLES3] Enable support for primitive restart.Ryan Houdek
2013-09-16Prevent an error message from erroneously displaying when dumping frames in d...Rachel Bryk
2013-09-16D3D11: Fix screenshot aspect ratio.Tony Wasserka
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Overlay the user Shaders/ over the shared one to avoid copying filesPierre Bourdon
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...Jordan Woyak
2013-09-11ogl: change the default buffer upload on osx+nvidiadegasus
2013-09-09ogl: also restore logic op for util shadersdegasus
2013-09-07Move the creation of the GLInterface (and hence the video backendGlenn Rice
2013-09-03ogl: remove obsolete codedegasus
2013-09-03ogl: disable revision 737df2a68cd5 for desktop ogldegasus
2013-09-02ogl: reorder driver extensions checksdegasus
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-02Fix Non-GLES run path in videosoftware for the previous commit.Ryan Houdek
2013-09-02[Android] Make texture loading/deleting/drawing backend non-specific by makin...Ryan Houdek
2013-09-01A few more warnings.comex
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-08-29ogl: only free use fencesdegasus
2013-08-29ogl: fix vertex stream detectiondegasus
2013-08-27ogl: warn on osd if not supported features are enableddegasus
2013-08-26ogl: reset api state for blittingdegasus
2013-08-26ogl driverdetails: add flag to disable hacked and pinned memorydegasus
2013-08-23Merge remote-tracking branch 'remotes/origin/dx9-ssaa-fix'Rodolfo Bogado
2013-08-24Simplify a few OSD::AddMessage calls now that this function accepts std::stri...Pierre Bourdon
2013-08-24Add an OSD message when taking screenshots in D3D9/D3D11Pierre Bourdon
2013-08-23ogl: fix ubo workarounddegasus
2013-08-23ogl: rework DriverDetails framework + detect UBO mesa bugdegasus
2013-08-21Typo + Add Lima to the driverdetails.Ryan Houdek
2013-08-21Make us capable of supporting driver specific issues(OSS versus official)Ryan Houdek
2013-08-21ogl: enable glsl extension ARB_shader_image_load_store for early-zdegasus