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_Common.cpp
Age
Commit message (
Expand
)
Author
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaële
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2023-02-09
TextureDecoder: Fix warning: array subscript has type ‘char’ [-Wchar-subs...
Pokechu22
2022-07-16
Add notes about precision of YUV->RGB conversion factors for XFB
Pokechu22
2022-07-15
Use fmt::to_string for texture format overlay
Pokechu22
2022-07-15
Remove casts to integers for texture and EFB formats
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-04-21
TextureDecoder: Move XFB decoding to Common
Stenzek
2018-04-12
Reformat all the things!
spycrab
2017-11-17
HybridXFB: Fix lint errors
iwubcode
2017-11-17
Remove TODOs
iwubcode
2017-11-17
Add support for hybrid XFB
iwubcode
2017-08-21
VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder)
N.E.C
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-15
TextureDecoder: Deduplicate some utility code
hthh
2017-01-14
TextureDecoder: Fix off-by-one errors in CMPR
hthh
2016-12-19
VideoCommon: Use avg(color1, color2) for color3 in CMPR textures
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-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-09-06
Move common EFB copy code into VideoCommon
Scott Mansell
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-27
TextureDecoder_Common: Add missing algorithm include
Lioncash
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-18
TexCache: remove PC_TexFormat
degasus
2014-12-11
Silence some -Wswitch-default warnings.
Rohit Nirmal
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-04
TextureDecoder: Clean up the code style
Jasper St. Pierre
2014-09-04
TextureDecoder: Simplify how the reference texture decoder works
Jasper St. Pierre
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
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