aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_tnl.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Fix potential segfaults from bad realloc.Eric Anholt2008-01-171-1/+4
* [965] Fix inversion of SLT/SGE results in vertex programs.Eric Anholt2008-01-161-1/+1
* Merge branch '965-glsl'Zou Nan hai2007-10-261-1/+1
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into...Zou Nan hai2007-07-041-8/+14
| |\
| * | Initial 965 GLSL supportZou Nan hai2007-04-121-1/+1
* | | i965: fix an error in brw_vs_tnl.cXiang, Haihao2007-09-201-1/+2
* | | i965: Correct build_lighting in i965 driver according toXiang, Haihao2007-09-011-2/+4
* | | i965: Calculate the positional light in homogeneous coordinates.Xiang, Haihao2007-08-311-0/+5
| |/ |/|
* | fog: fix potential issues with generated vp using fogRoland Scheidegger2007-05-221-8/+14
|/
* merge from masterBrian2007-03-211-18/+22
|\
| * fix copy and paste bug from last commit in fog generation code for GL_LINEAR fogRoland Scheidegger2007-03-211-2/+2
| * sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger2007-03-131-15/+12
| * fix for bug#10196Xiang, Haihao2007-03-111-1/+8
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-38/+37
|/
* 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