aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_tnl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-3/+3
|\
| * Various warning fixes for i965 driver.Keith Packard2007-01-061-2/+2
| * Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.Keith Whitwell2006-11-211-4/+5
| * Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-1/+1
* | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-21/+19
|/
* Make sure instructions are zero'd out before use.Keith Whitwell2006-10-131-0/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-1/+1
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-13/+21
* Dynamically allocate instruction store for tnl programs according toKeith Whitwell2006-09-051-15/+21
* Fixes for calculating point attenuationKeith Whitwell2006-09-041-9/+14
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+1663