Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-03 | gallium: streamline viewport/raster/shader state for clearing with quads | Brian Paul | |
Move init of these items to new st_init_clear(). | |||
2008-03-20 | gallium: use the utility pasthrough shaders | Brian | |
This avoids the Mesa->TGSI translation step. | |||
2007-08-06 | New st_init_*_functions() to initialize the driver functions table. | Brian | |
We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects. | |||
2007-08-02 | New header file. | Brian | |