summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_program.c
AgeCommit message (Expand)Author
2011-02-21i915: Eliminate redundant CONSTANTS updatesChris Wilson
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-04-27i915: Provide counts in the error messages for program limits.Eric Anholt
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26i915: Fix assert.Vinson Lee
2009-10-01i915: Increase maximum program size to the hardware limits.Eric Anholt
2009-10-01i915: Update and translate the fragment program along with state updates.Eric Anholt
2009-10-01i915: Bail when the fragment program has too many total instructions.Eric Anholt
2009-10-01i915: Let i915_program_error take a format string, and don't use _mesa_problem.Eric Anholt
2008-10-13i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao
2008-10-04i915: Refine the texture indirect lookup accounting.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-07i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao
2007-09-24Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2007-02-23Update DRI drivers for new glsl compiler.Brian
2006-11-02Call _mesa_problem() from i915_program_error() so we get a nice error message.Brian Paul
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-09-01use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul
2005-05-10don't be fooled into emitting padding for wpos when not usedKeith Whitwell
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell