summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage/savage_xmesa.c
Commit message (Expand)AuthorAgeFilesLines
* Missing in last commit.Felix Kuehling2004-03-241-0/+4
* ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling2004-03-211-2/+2
* Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling2004-03-211-12/+34
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Fixed two small problems in the vertex setup.Felix Kuehling2004-03-071-0/+5
* Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling2004-02-291-1/+2
* Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.Felix Kuehling2004-02-261-0/+2
* Converted vertex setup to use t_vertex.[ch].Felix Kuehling2004-02-261-5/+0
* Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)Felix Kuehling2004-02-251-0/+2
* Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling2004-02-221-0/+800