summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/p_tile.c
AgeCommit message (Collapse)Author
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-28gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer
Also clarify that RGB formats with no (used) alpha component are treated as having alpha = 1.0.
2008-04-04gallium: make msvc less unhappyKeith Whitwell
2008-04-03gallium: implement ycbcr->rgba tile conversionBrian
2008-02-29gallium: added pipe_get/put_tile_z() functionsBrian Paul
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)