summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_pixel.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21[intel] Move some pixel path support from drivers to shared.Eric Anholt1-120/+1
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+120
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-524/+0
2007-07-16fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger1-0/+6
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian1-15/+19
2007-06-20Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian1-3/+15
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul1-9/+0
2006-04-07Fix some warnings on x86_64Alan Hourihane1-2/+6
2006-01-23Add Intel 945GM supportAlan Hourihane1-63/+81
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul1-3/+3
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian Paul1-2/+1
2005-05-09check for null DrawBuffer valuesKeith Whitwell1-0/+1
2004-12-27Bug #1859: Initialize 'size' before first use in intelTryReadPixels()Adam Jackson1-1/+1
2004-06-18add missing license textsKeith Whitwell1-0/+20
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell1-0/+469