summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+1074
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-1080/+0
* Fix-up #includes to remove some -I options.Brian2007-09-111-5/+6
* fix cos/sin range reduction for i915 driver tooRoland Scheidegger2007-07-291-4/+4
* i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger2007-05-221-8/+0
* Update DRI drivers for new glsl compiler.Brian2007-02-231-4/+2
* Fix fragment program fog problems found with Glean.Brian Paul2006-11-021-1/+12
* fix compiler warningsKeith Whitwell2006-11-011-0/+1
* Patch from <[email protected]> -- pass program stringKeith Whitwell2006-11-011-0/+2
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-101-0/+11
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-8/+8
* Use correct enums for program output variables. FixesKeith Whitwell2005-11-221-2/+2
* s/Saturate/SaturateMode/Brian Paul2005-11-201-1/+1
* Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul2005-11-201-1/+1
* remove #include arbfragparse.h, s/PI/M_PI/Brian Paul2005-11-191-9/+4
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-5/+5
* s/TexSrcIdx/TexSrcTarget/Brian Paul2005-11-051-2/+2
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-40/+40
* 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