summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_screen.h
AgeCommit message (Collapse)Author
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer
Pending flips are tracked per renderbuffer and the colour renderbuffer attachments of window framebuffer objects are rotated on flips to avoid stalling the pipeline for pending flips unnecessarily.
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell