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_x64.cpp
Age
Commit message (
Expand
)
Author
2022-07-15
Remove casts to integers for texture and EFB formats
Pokechu22
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-04-02
Replace uses of cassert with Common/Assert.h
Pokechu22
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
2017-11-17
Hybrid XFB: Fix lint errors
iwubcode
2017-11-17
HybridXFB: Fix lint errors
iwubcode
2017-11-17
Add support for hybrid XFB
iwubcode
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2017-03-13
Merge pull request #4548 from stenzek/gcc-sse
Markus Wick
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-24
TextureDecoder: Use target attributes on SSSE3 decoders
Stenzek
2017-01-15
TextureDecoder: Deduplicate some utility code
hthh
2017-01-14
TextureDecoder: Fix off-by-one errors in CMPR
hthh
2017-01-10
TextureDecoder: Seperate each format into its own function
Stenzek
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-09-29
TextureDecoder_x64: Remove unnecessary commented out header
Lioncash
2015-09-29
TextureDecoder_x64: Remove clang warning suppression
Lioncash
2015-09-06
General: Replace GC_ALIGN macros with alignas
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-02-24
Clean up the intrinsics #ifdef mess
Tillmann Karras
2015-01-18
TexCache: remove PC_TexFormat
degasus
2014-11-06
Destroy OpenMP
Jasper St. Pierre
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-06
Remove unused functions in TextureDecoder.
comex
2014-09-05
Remove more dead and redundant code.
Rohit Nirmal
2014-09-04
TextureDecoder: Clean up the code style
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-15
VideoCommon: fix ifdef expression
Tillmann Karras
2014-07-14
VideoCommon: make version check easier to read
Tillmann Karras
2014-07-14
VideoCommon: fix clang version check
Tillmann Karras
2014-07-14
VideoCommon: version-check clang for workaround
Tillmann Karras
2014-07-13
Fix warnings unearthed by #579
Tillmann Karras
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-07-11
mark all local variables as static
degasus
2014-07-11
mark all local functions as static
degasus
2014-06-08
Fix the capitalization of "GameCube" throughout the project.
Paul Olszewski
[next]