summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_context.h
AgeCommit message (Collapse)Author
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
Only build tested for I830 generation.
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
Also move vsync related state from context to window, so it's possible to schedule several flips ahead of time with triple buffering.
2007-02-20i915tex: 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-20i915tex: Make page flipping work again.Michel Dänzer
2007-01-23i915tex: Fix randr resizing. Rotation still broken.Thomas Hellstrom
2006-11-03Set DO_DEBUG=0Brian Paul
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell