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
/
TextureDecoder.h
Age
Commit message (
Expand
)
Author
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2022-06-26
VideoCommon: add function to check whether TextureFormat is a valid value
iwubcode
2022-01-13
Make all fmt::formatter constructors constexpr
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2019-07-14
TextureCache: Support reinterpreting formats for VRAM textures
Stenzek
2019-04-21
TextureDecoder: Move XFB decoding to Common
Stenzek
2017-11-17
Add support for hybrid XFB
iwubcode
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2017-04-12
TextureConversionShader: Consider source format of EFB for EFB2RAM
Stenzek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-12-01
Fix lens flares in Mario Kart Wii.
Scott Mansell
2015-09-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-09-06
Improve comments for texture formats enum.
Scott Mansell
2015-09-06
Move common EFB copy code into VideoCommon
Scott Mansell
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-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-18
TexCache: remove PC_TexFormat
degasus
2014-10-21
Add missing includes where headers depend on other headers having been includ...
comex
2014-09-04
TextureDecoder: Pass the TLUT address straight into the texture decoder
Jasper St. Pierre
2014-09-04
TextureDecoder: Add an enum for the TLUT formats
Jasper St. Pierre
2014-09-04
TextureDecoder: Rearrange header slightly
Jasper St. Pierre
2014-09-04
VideoCommon: Remove support for decoding to ARGB textures
Jasper St. Pierre
2014-09-04
VideoCommon: Start putting common texture decoding code in TextureDecoder_Common
Jasper St. Pierre
2014-09-04
TextureDecoder: Remove unused function
Jasper St. Pierre
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre