summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D
AgeCommit message (Expand)Author
2015-08-15Revert "VideoCommon: Clamp integer conversions."Jules Blok
2015-08-06OGL: Move copy_image variable into backend.degasus
2015-07-31Fix code to comply with coding styleunknown
2015-07-31Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios...mirrorbender
2015-07-30Remove unnecessary virtual keywordsLioncash
2015-07-26Video: Trying to fix D3D/XFB disabled regressionbooto
2015-07-25Video: stride in bytes rather than pixelsbooto
2015-07-25Video: respect stride of efb copies to xfbbooto
2015-07-02Implement scaled partial texture updatesRodolfo Bogado
2015-06-28Use emplace() instead of insert() where applicable for maps.Lioncash
2015-06-25Merge branch 'stable'Jules Blok
2015-06-24D3D: Cosmetics.Jules Blok
2015-06-24Merge pull request #2602 from mimimi085181/partial-texture-updates2Markus Wick
2015-06-23Merge branch 'stable'Jules Blok
2015-06-21Support partial texture updates via efb copiesmimimi085181
2015-06-19Fix aniso filtering on d3d to not set aniso filter when using 1xMatthew Parlane
2015-06-13Merge branch 'stable'Jules Blok
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-10Anisotropic Filtering option is now correct in D3DMatthew Parlane
2015-06-07D3D: Implement Z pokes.Jules Blok
2015-06-07D3D: Set the viewport to the full target size when doing EFB pokes.Jules Blok
2015-06-06VideoBackends: Allow the viewport to use the full depth range.Jules Blok
2015-06-04Use PanicAlertT instead of PanicAlert when appropriateJosJuice
2015-05-26D3D: Invert initial depth buffer clear.Jules Blok
2015-05-26D3D: Depth range inversion.galop1n
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Add missing license headersTillmann Karras
2015-05-22OGL: Depth range inversion.Jules Blok
2015-05-22VertexShaderGen: Use correct depth output when glClipControl is supported.Jules Blok
2015-05-20OGL: Use floating point arithmetic to scale the depth value.Jules Blok
2015-05-19Merge pull request #2414 from Armada651/depth-clampMarkus Wick
2015-05-18VideoBackends: Clamp depth to uint24 range.Jules Blok
2015-05-16Revert "D3D: Use a 32-bit floating point depth buffer."Jules Blok
2015-05-08D3D: Use a 32-bit floating point depth buffer.Jules Blok
2015-05-08VideoBackends: Use the new divisor when clearing the depth buffer.Jules Blok
2015-05-08VideoBackends: Clamp Z peek values.Jules Blok
2015-05-08VideoCommon: Clamp integer conversions.Jules Blok
2015-05-08VideoBackends: Floor depth values in depth copy shaders.Jules Blok
2015-05-08VideoBackends: Use proper floating point depth precision.Jules Blok
2015-05-07Merge pull request #2026 from mrgreywater/d3d-debugbreakshuffle2
2015-05-06PixelShaderCache: Fix MSAA depth copy shader.Jules Blok
2015-05-05VideoBackends: Implement depth copy shaders with integer math.Jules Blok
2015-05-03D3D: Replaced explicit _BitScanForward with LeastSignificantSetBitYuriy O'Donnell
2015-04-29D3D: StateManager::Apply no longer iterates through every texture and sampler...Yuriy O'Donnell
2015-04-16Merge pull request #2301 from lioncash/constLioncash
2015-04-15PerfQueryBase: Move common implementation variables into base classLioncash
2015-04-15General: Apply the const specifier where applicableLioncash
2015-04-14D3D: Remove dependency on wxWidgetsLioncash
2015-03-15quiet some warnings which appear on vs2015.Shawn Hoffman