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
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
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-28
Fix various warnings reported by clang
Tillmann Karras
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre