aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_texblend.c
Commit message (Expand)AuthorAgeFilesLines
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* i915: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* i915: Fix GL_DOT3_RGBA a bitVille Syrjälä2014-11-131-2/+3
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* i915: Redo texture unit walking on i830.Eric Anholt2014-04-301-10/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-6/+6
* i915: don't include texstore.hBrian Paul2011-10-031-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-9/+8
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+463
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-465/+0
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-8/+0
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-703/+98
* 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/+1058