summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_tex.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-192/+1
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+192
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-879/+0
2007-08-13i915: satisfy certain alignment restrictions for smallXiang, Haihao1-2/+4
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu1-1/+4
2007-05-31i915: Add support for 945GME chipWang Zhenyu1-1/+2
2007-05-19fix copy & paste bug of previous commit, breaking dxt5 formatsRoland Scheidegger1-0/+1
2007-05-19fix small s3tc mipmaps (#10968)Roland Scheidegger1-17/+18
2006-04-07Fix some warnings on x86_64Alan Hourihane1-1/+2
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-1/+1
2006-01-23Add Intel 945GM supportAlan Hourihane1-0/+40
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-4/+3
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul1-1/+1
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul1-1/+1
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane1-5/+11
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+29
2004-07-15add debugging for compresssed texturesDave Airlie1-0/+7
2004-07-15use a switch statement makes integrating the s3tc patch easierDave Airlie1-1/+7
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie1-0/+98
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/+665