aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_program.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao2008-01-071-11/+27
* Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt2007-09-241-6/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+515
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-499/+0
* Update DRI drivers for new glsl compiler.Brian2007-02-231-6/+6
* Call _mesa_problem() from i915_program_error() so we get a nice error message.Brian Paul2006-11-021-4/+1
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-17/+35
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-0/+18
* use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul2005-09-011-1/+1
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-101-1/+1
* 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/+446