Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-22 | i915tex: 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-20 | intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests. | Michel Dänzer | |
intel_get_rb_region already takes the current page into account. This would result in broken rendering when multiple 3D windows are visible and the pages are reversed. | |||
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-21 | blend, logicop changes for intelEmitCopyBlit backported to i915 | Keith Whitwell | |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul | |
2006-11-01 | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul | |
after locking. Next: remove the params altogether. | |||
2006-11-01 | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell | |