summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_pixel.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove Driver.AccumMarek Olšák2015-10-031-1/+0
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+135
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-120/+1
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+120
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-524/+0
* fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger2007-07-161-0/+6
* Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian2007-06-211-15/+19
* Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian2007-06-201-3/+15
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-9/+0
* Fix some warnings on x86_64Alan Hourihane2006-04-071-2/+6
* Add Intel 945GM supportAlan Hourihane2006-01-231-63/+81
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-3/+3
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-2/+1
* check for null DrawBuffer valuesKeith Whitwell2005-05-091-0/+1
* Bug #1859: Initialize 'size' before first use in intelTryReadPixels()Adam Jackson2004-12-271-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/+469