summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_program.c
Commit message (Expand)AuthorAgeFilesLines
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-121-1/+1
* i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* Revert "i915: Eliminate redundant CONSTANTS updates"Stéphane Marchesin2011-07-071-26/+25
* i915: Eliminate redundant CONSTANTS updatesChris Wilson2011-02-211-25/+26
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i915: Provide counts in the error messages for program limits.Eric Anholt2010-04-271-7/+15
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-1/+1
|\
| * i915: Fix assert.Vinson Lee2009-12-261-1/+1
* | 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