Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | svga: Rename pipe formats. | José Fonseca | |
2009-12-07 | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe | Roland Scheidegger | |
use pointer to union instead of void pointer. gcc complained a lot, depending what the pointer originally actually was. Looks like it's in fact maybe legal to cast for instance uint pointers to union pointers as long as union contains a uint type, hence use this with some callers, other just use union util_color in the first place. | |||
2009-11-27 | svga: add DEBUG_CACHE option | Keith Whitwell | |
2009-11-17 | svga: Add svga driver | Jakob Bornecrantz | |