Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-28 | i915tex: Check that intel_rb is valid before trying to add it to an fbo. | Michel Dänzer | |
2007-02-20 | i915tex: 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. | |||
2007-02-20 | i915tex: Support page flipping on both CRTCs independently. | Michel Dänzer | |
No longer track page flipping state per context but per window, via struct intel_framebuffer which wraps struct gl_framebuffer for windows. | |||
2007-02-20 | i915tex: Make page flipping work again. | Michel Dänzer | |
2006-11-01 | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell | |