index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
/
i915_texstate.c
Age
Commit message (
Expand
)
Author
2007-12-25
i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.
Xiang, Haihao
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-08-13
i915: satisfy certain alignment restrictions for small
Xiang, Haihao
2007-06-05
Add PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
2007-05-31
i915: Add support for 945GME chip
Wang Zhenyu
2007-05-19
fix small s3tc mipmaps (#10968)
Roland Scheidegger
2006-04-06
update a couple MESA_FORMAT_Zxxx occurances
Brian Paul
2006-01-23
Add Intel 945GM support
Alan Hourihane
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-09-09
remove the redundant textureSize field, use tex.size instead, it's always the...
Brian Paul
2005-05-31
Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)
Alan Hourihane
2005-01-06
Add Intel i915GM support, and these extensions.
Alan Hourihane
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-07-15
fix up heights for i830/i915 texture compression
Dave Airlie
2004-07-15
enable FXT1 texture compression for ixxx chipsets
Dave Airlie
2004-06-18
add missing license texts
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell