summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_texstate.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-24In i915/i830_update_tex_unit() get the firstImage pointer _after_ we've calledBrian Paul1-1/+6
2006-03-01Get basic texturing and stencil workingKeith Whitwell1-9/+11
2006-03-01Port the i830 driver to the texture manager. Compiles but not tested.Keith Whitwell1-352/+191
2006-02-22Introduce fixup/relocation lists for dma buffers.Keith Whitwell1-2/+2
2006-01-24Checkpoint of texture manager rework for i915.Keith Whitwell1-15/+7
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-2/+2
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul1-1/+1
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+19
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick1-40/+137
2004-07-15fix up heights for i830/i915 texture compressionDave Airlie1-1/+9
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie1-0/+6
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/+333