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_Generic.cpp
Age
Commit message (
Expand
)
Author
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2024-04-15
Remove defined-out code
Dentomologist
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-04-21
TextureDecoder: Move XFB decoding to Common
Stenzek
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-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-18
TexCache: remove PC_TexFormat
degasus
2014-09-19
Fix build failing when disabling precompiled headers.
Rohit Nirmal
2014-09-08
Include CommonTypes.h instead of Common.h.
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
TextureDecoder: Add some statics to some of our helper functions
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-09-04
TextureDecoder: Fix a RGBA/BGRA copy/paste typo
Jasper St. Pierre
2014-08-30
VideoCommon: Clean up brace placements
Lioncash
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-06-08
Fix the capitalization of "GameCube" throughout the project.
Paul Olszewski
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-17
Clang 3.4 exposes some warnings on Android.
Ryan Houdek
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre