summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
AgeCommit message (Expand)Author
2008-09-04mesa: Silence compiler warnings on Windows.Michal Krol
2008-08-28mesa: remove debug codeBrian Paul
2008-08-28mesa: dynamically grow the fixed function vertex program as neededBrian Paul
2008-08-28mesa: bump MAX_INSN to 300Brian Paul
2008-06-28mesa: check FEATURE_point_size_arrayBrian Paul
2008-06-25mesa: point size arraysBrian Paul
2008-06-12mesa: restore and fix Keith's "further degenerate the special case lit substi...Brian Paul
2008-06-11Revert "mesa: further degenerate the special case lit substitute"Brian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell
2008-05-23mesa: save a temp on normalizesKeith Whitwell
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell
2008-05-23mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell
2008-05-06mesa: comments, whitespaceBrian
2008-03-14mesa: clamp point size in vertex program when computing attenuated sizeBrian Paul
2008-01-18use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...Brian
2008-01-01fix mem leak (free key)Brian
2007-10-31Lift fixed function vertex program generation up from tnl module.Brian