summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2014-07-07D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]ShaderLioncash
2014-07-04Change the comments to be more detailed.Justin Chadwick
2014-07-03Place pinned memory as top priorityJustin Chadwick
2014-07-02FPS counter cleanupLioncash
2014-06-27Statistics: Reformat stats stringdegasus
2014-06-27VideoCommon: remove unused statsdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-22Merge pull request #500 from lioncash/iniPierre Bourdon
2014-06-21Merge pull request #501 from magumagu/sw-cp-structsTony Wasserka
2014-06-21VideoSoftware: remove duplicated CommandProcessor structures.magumagu
2014-06-21Merge pull request #439 from degasus/lighting-fixTony Wasserka
2014-06-20Make the common "Failed to enumerate outputs" message much more useful.Paul Olszewski
2014-06-19LightingShader: hard code const variabledegasus
2014-06-19PixelShader: use the vertex const buffer for ppldegasus
2014-06-19VideoCommon: use the Light struct in XF memorydegasus
2014-06-19Merge pull request #497 from Armada651/osd-scalingTony Wasserka
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-06-16D3D: Reset viewport before drawing the OSD.Jules Blok
2014-06-16Use only section-based ini reading.Lioncash
2014-06-15Merge pull request #492 from Armada651/masterPierre Bourdon
2014-06-15Remove EmuWindow.Armada
2014-06-13Merge pull request #445 from magumagu/video-dead-codeTony Wasserka
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-06Fix OpenGL ES version detection.Ryan Houdek
2014-06-05OGL: speed up the EFB cachedegasus
2014-06-05OGL-StreamBuffer: replace size_t with u32degasus
2014-06-05OGL-StreamBuffer: move alignment to callerdegasus
2014-06-05OGL-StreamBuffer: make the SLOT calculation much easierdegasus
2014-06-05OGL-StreamBuffer: allocate fences in StreamBuffer directlydegasus
2014-06-05OGL-StreamBuffer: don't use coherent mappingdegasus
2014-06-01Video backends: remove dead code.magumagu
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-29Merge pull request #421 from CarlKenner/MissingSpaceshuffle2
2014-05-27Fix error message when D3D11 HResults fail.CarlKenner
2014-05-25Use strings instead of arbitrary buffers for video statisticsLioncash
2014-05-22Merge pull request #370 from Sonicadvance1/remove_specialized_memcmpshuffle2
2014-05-19ogl: pixel format shader without resolvingdegasus
2014-05-19ogl: use ARB_texture_multisample for msaadegasus
2014-05-19ogl: add ARB_texture_multisampledegasus
2014-05-19ogl: drop NV_framebuffer_multisample_coveragedegasus
2014-05-19ogl: drop csaa supportdegasus
2014-05-18Merge pull request #355 from magumagu/gx-missing-opcodeTony Wasserka
2014-05-17Removes ZeroFrog's "optimized" memcpy and memcmp functions.Ryan Houdek
2014-05-17Merge pull request #360 from magumagu/lighting-roundingTony Wasserka
2014-05-17Video backends: warn on usage of GL_DRAW_QUADS_2.magumagu
2014-05-17Merge pull request #269 from magumagu/swbackend-xfregistersTony Wasserka
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu