summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_program.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Increase maximum program size to the hardware limits.Eric Anholt2009-10-011-2/+6
* i915: Update and translate the fragment program along with state updates.Eric Anholt2009-10-011-2/+0
* i915: Bail when the fragment program has too many total instructions.Eric Anholt2009-10-011-0/+10
* i915: Let i915_program_error take a format string, and don't use _mesa_problem.Eric Anholt2009-10-011-4/+13
* i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao2008-10-131-0/+13
* i915: Refine the texture indirect lookup accounting.Eric Anholt2008-10-041-3/+22
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* 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