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
/
i915tex
/
intel_screen.c
Age
Commit message (
Expand
)
Author
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-08-16
Convert TTM code to require the server provide buffers for front/back/depth.
Eric Anholt
2007-07-25
Add notes about bufmgr initialization failures.
Eric Anholt
2007-07-05
Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...
Eric Anholt
2007-06-21
Merge branch 'origin' into i915-unification
Eric Anholt
2007-06-18
Test for TTM presence initially rather than test for lack of classic aperture.
Eric Anholt
2007-06-05
Add PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
2007-05-31
Add buffer manager destroy function.
Eric Anholt
2007-05-31
i915tex: Add support for 945GME
Wang Zhenyu
2007-05-24
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-22
i915tex: Implement SetTexOffset hook.
Michel Dänzer
2007-05-18
Merge branch 'master' into i915-unification
Eric Anholt
2007-05-18
Ratchet required version down to 1.5 (pre-TTM).
Eric Anholt
2007-05-17
Convert i915tex to the new interface and make it compile.
Eric Anholt
2007-04-17
Defer buffer pool creation to the first context creation.
Thomas Hellstrom
2007-04-16
Make sure we are locked when creating drm buffer objects.
Thomas Hellstrom
2007-03-26
i915tex: Make sure renderbuffers don't get deleted when flipping them.
Michel Dänzer
2007-03-10
Merge branch 'i915tex-pageflip'
Michel Dänzer
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
fix for bug#10182
Xiang, Haihao
2007-02-22
i915tex: Schedule flips when possible.
Michel Dänzer
2007-02-20
i915tex: Triple buffering support, only effective with page flipping so far.
Michel Dänzer
2007-02-20
i915tex: Support page flipping on both CRTCs independently.
Michel Dänzer
2006-12-31
fix issue with i915tex advertising visuals it can't support
Dave Airlie
2006-11-01
disable debug printfs
Brian Paul
2006-11-01
Import texmem i915 driver to its new location as i915tex.
Keith Whitwell