index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
FramebufferManagerBase.cpp
Age
Commit message (
Expand
)
Author
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-08
D3D12: Implement XFB encoding/decoding (support Real XFB)
Stenzek
2015-12-22
Render: Get rid of explicit new and delete
Lioncash
2015-12-21
FramebufferManagerBase: Get rid of explicit delete and new
Lioncash
2015-11-24
FramebufferManager: check for g_framebuffer_manager
degasus
2015-11-24
FramebufferManager: Allow CreateXFBSource to return nullptr
degasus
2015-09-01
FramebufferManagerBase: Compress a loop into a find_if
Lioncash
2015-07-25
Video: stride in bytes rather than pixels
booto
2015-07-25
Video: respect stride of efb copies to xfb
booto
2015-05-25
Add missing license headers
Tillmann Karras
2015-02-04
Use emplace_* functions where in-place construction is preferable
Lioncash
2014-12-25
FramebufferManagerBase: Remove obsolete parameters.
Jules Blok
2014-12-24
D3D: Support stereoscopic XFB blit to screen.
Jules Blok
2014-12-24
FramebufferManagerBase: Only allocate one layer for Real XFB.
Jules Blok
2014-11-23
TextureCache: Ensure that all render target textures have as many layers as t...
Jules Blok
2014-10-02
Change a bunch of reference function arguments to pointers.
comex
2014-09-20
VideoCommon: Fix function casing in FrameBufferManagerBase
Lioncash
2014-07-26
Remove the 3D Vision hack.
Jules Blok
2014-05-05
VideoCommon: recreate XFB texture when the XFB size changes.
magumagu
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre