Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell | |
2008-04-30 | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | |
2008-04-28 | gallium: add cases for PIPE_FORMAT_X8Z24_UNORM | Brian Paul | |
2008-04-24 | gallium: 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-04 | gallium: make msvc less unhappy | Keith Whitwell | |
2008-04-03 | gallium: implement ycbcr->rgba tile conversion | Brian | |
2008-02-29 | gallium: added pipe_get/put_tile_z() functions | Brian Paul | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |