summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_program.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-10-01i915: Update and translate the fragment program along with state updates.Eric Anholt
2009-10-01i915: Let i915_program_error take a format string, and don't use _mesa_problem.Eric Anholt
2008-01-07i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao
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
2005-09-01use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell