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
/
VideoBackends
/
D3D
/
TextureCache.cpp
Age
Commit message (
Expand
)
Author
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-15
quiet some warnings which appear on vs2015.
Shawn Hoffman
2015-02-24
VideoCommon: rename efb2tex and efb2ram
degasus
2015-02-19
Decode EFB copies used as paletted textures.
magumagu
2015-01-27
Fix D3D regression from PR1948.
magumagu
2015-01-23
Remove EFB to RAM cache, and simplify code.
magumagu
2015-01-18
TexCache: merge texture and rendertarget factory function
degasus
2015-01-18
TexCache: remove PC_TexFormat
degasus
2015-01-11
TexCache: create a const Config struct
degasus
2015-01-11
Merge pull request #1501 from degasus/texture_creation
Markus Wick
2015-01-10
Update size_in_bytes of texture cache entries when copying efb to ram
mimimi085181
2015-01-10
TexCache: remove expanded_width
degasus
2015-01-10
TexCache: don't load tex level 0 on creation
degasus
2014-12-21
PixelShaderCache: Support stereoscopic EFB format changes.
Jules Blok
2014-12-18
Merge pull request #1689 from kayru/d3d_efb_copy_fix
shuffle2
2014-12-17
D3D: Moved setting texture by slot mask into StateManager
Yuriy O'Donnell
2014-12-14
TextureCache: Add stereoscopy support for EFB to texture copies.
Jules Blok
2014-12-14
D3D: Use common GetEFBLayers() instead of GetEFBSlices().
Jules Blok
2014-12-14
D3D: Use two slices for most of our textures.
Jules Blok
2014-12-13
D3D: Fixed D3D validation error during EFB to texture copy
Yuriy O'Donnell
2014-12-07
D3D: Fixed StateManager member function name case
Yuriy O'Donnell
2014-12-07
D3D: Removed cull mode changes for lines and points
Yuriy O'Donnell
2014-12-07
D3D: Implemented context state caching
Yuriy O'Donnell
2014-03-25
BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...
Tony Wasserka
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-01
Fix the Windows build (broken in 315a8ba)
Tillmann Karras
2014-02-20
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre