summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D
AgeCommit message (Expand)Author
2014-07-07D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]ShaderLioncash
2014-07-02FPS counter cleanupLioncash
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-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-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-15Remove EmuWindow.Armada
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-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-10D3D: Don't pass D3D10_SHADER_WARNINGS_ARE_ERRORS to the compiler in debug bui...Shawn Hoffman
2014-04-27Merge pull request #236 from magumagu/d3d11-fix-peekzTony Wasserka
2014-04-15D3D11 backend: fix rounding in texture encoder.magumagu
2014-04-11VideoBackend: remove unused config vars.magumagu
2014-04-11D3DBackend: Don't recompute ID3D11Layout.magumagu
2014-03-30D3D11: Use appropriate shader for PEEK_Z.magumagu
2014-03-25BPMemory: Make use of BitField in a number of structures.Tony Wasserka
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-17.gitignore: fix the build directory patternTillmann Karras
2014-03-17More range-based loops and overridesTillmann Karras
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-01Fix the Windows build (broken in 315a8ba)Tillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Merge pull request #82 from lioncash/vertical-alignmentRyan Houdek
2014-02-16Fix some vertical alignmentsLioncash
2014-02-16Merge pull request #37 from degasus/VideoCommonApiFixesTony Wasserka
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
2014-02-15inline SetViewport into VertexShaderManagerdegasus
2014-02-15merge some common parts of Swap() into VideoCommondegasus
2014-02-15use EFBRectangle for scissor rectdegasus
2014-02-15move perfquery enable checks into videocommon (caller side)degasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-02-15move shared parts from VertexManager::vFlush into VideoCommondegasus
2014-02-15Kill off some usages of the ArraySize macro.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-01-31Merge pull request #11 from degasus/VertexLoaderCleanupTony Wasserka