aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* Treat NegateBase as a bitfield, not a boolean.Keith Whitwell2005-09-081-1/+5
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-101-1/+1
* get fog working with _TexEnvProgramKeith Whitwell2005-05-101-5/+17
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-2/+2
* Fallback (rather than fail) on unknown program targets.Keith Whitwell2005-05-091-3/+3
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-19/+19
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell2004-08-311-2/+2
* add missing license textsKeith Whitwell2004-06-181-0/+20
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+1033