summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs_tnl.c
AgeCommit message (Expand)Author
2007-05-22fog: fix potential issues with generated vp using fogRoland Scheidegger
2007-03-21merge from masterBrian
2007-03-21fix copy and paste bug from last commit in fog generation code for GL_LINEAR fogRoland Scheidegger
2007-03-13sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger
2007-03-11fix for bug#10196Xiang, Haihao
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-06Various warning fixes for i965 driver.Keith Packard
2006-11-21Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.Keith Whitwell
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul
2006-10-31cleanup code, compiles with vbo changesKeith Whitwell
2006-10-13Make sure instructions are zero'd out before use.Keith Whitwell
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell
2006-09-06Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell
2006-09-05Dynamically allocate instruction store for tnl programs according toKeith Whitwell
2006-09-04Fixes for calculating point attenuationKeith Whitwell
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt