summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D/FramebufferManager.cpp
AgeCommit message (Collapse)Author
2015-07-31Fix code to comply with coding styleunknown
2015-07-31Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ↵mirrorbender
ratios and VI scaling.
2015-07-26Video: Trying to fix D3D/XFB disabled regressionbooto
2015-07-25Video: respect stride of efb copies to xfbbooto
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-16Revert "D3D: Use a 32-bit floating point depth buffer."Jules Blok
This reverts commit a224c604a37d712364cbb0a876ce12e0653855c2.
2015-05-08D3D: Use a 32-bit floating point depth buffer.Jules Blok
2015-02-21D3D: Use the correct format when resolving the EFB depth texture.Jules Blok
2014-12-25FramebufferManagerBase: Remove obsolete parameters.Jules Blok
2014-12-25FramebufferManager: Return framebuffer target size in GetTargetSize().Jules Blok
2014-12-24D3D: Support stereoscopic XFB blit to screen.Jules Blok
2014-12-24FramebufferManager: Copy all EFB layers to the XFB.Jules Blok
2014-12-24FramebufferManagerBase: Only allocate one layer for Real XFB.Jules Blok
2014-12-19FramebufferManager: Support resolving a multi-layered EFB in D3D.Jules Blok
2014-12-19FramebufferManager: Return the depth texture instead of the color texture in ↵Jules Blok
GetResolvedEFBDepthTexture() when AA is enabled.
2014-12-14TextureCache: Add stereoscopy support for EFB to texture copies.Jules Blok
2014-12-14D3D: Use common GetEFBLayers() instead of GetEFBSlices().Jules Blok
2014-12-14D3D: Add geometry shader stereoscopy support.Jules Blok
2014-12-14D3D: Use two slices for most of our textures.Jules Blok
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-18Convert all includes to relative paths.Lioncash
2014-01-26BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ↵crudelios
in Mickey's Magical Mirror. This change fixes the glitches in both games. Also fixed some compiler warnings.
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre