summaryrefslogtreecommitdiff
path: root/Source/Plugins
AgeCommit message (Expand)Author
2013-10-02Merge branch 'fix-field-ordering'Scott Mansell
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
2013-08-20ogl: explain why pinned memory is disabled for index bufferdegasus
2013-08-20ogl: fix the range of glDrawRangeElementsdegasus
2013-08-20ogl: use texture_2d instead of renderbuffer for realxfb + efb2ram fbodegasus
2013-08-20ogl: remove glBindFragDataLocationdegasus
2013-08-19ogl: remove glMapBuffer as it isn't in glesdegasus
2013-08-16Put the shader info log at the end of the shader log file. This fixes issue 6...Ryan Houdek
2013-08-15Revert wrong indentation of some files. sorry for that one i was really convi...Rodolfo Bogado
2013-08-15re indentation to follow emulators code rules in some files I'm modifyingRodolfo Bogado
2013-08-15Add some ifdef magic to GLFunctions.cpp to make it not directly dependant on ...Ryan Houdek
2013-08-15some fixes for point renderingRodolfo Bogado
2013-08-15[Android] Fall back to using dlsym on ourselves to pull in OpenGL Functions w...Ryan Houdek
2013-08-15merge changes from other back ends to the PerfQuery functionalityRodolfo Bogado
2013-08-15Merge branch 'master' of https://code.google.com/p/dolphin-emu into dx9-ssaa-fixRodolfo Bogado