summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_program.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-13i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao1-0/+13
2008-10-04i915: Refine the texture indirect lookup accounting.Eric Anholt1-3/+22
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-01-07i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao1-11/+27
2007-09-24Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt1-6/+0
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+515
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-499/+0
2007-02-23Update DRI drivers for new glsl compiler.Brian1-6/+6
2006-11-02Call _mesa_problem() from i915_program_error() so we get a nice error message.Brian Paul1-4/+1
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane1-17/+35
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-0/+18
2005-09-01use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul1-1/+1
2005-05-10don't be fooled into emitting padding for wpos when not usedKeith Whitwell1-1/+1
2004-06-18add missing license textsKeith Whitwell1-0/+20
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell1-0/+446