summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.h
AgeCommit message (Collapse)Author
2007-11-05remove some GL types, mesa includesBrian
2007-11-05clean-up/re-org of intel_framebuffer codeBrian
2007-11-05move intelCopySubBuffer() declBrian
2007-11-05rename intelWindowMoved() to intelUpdateWindowSize()Brian
2007-11-05pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptrBrian
2007-11-05remove some struct declsBrian
2007-11-05s/intelDisplayBuffer/intelDisplaySurfaceBrian
2007-11-05remove disabled vblank/sync codeBrian
2007-11-05disable vblank/sync codeBrian
2007-11-05remove dead pageflip codeBrian
2007-11-05disable page flip codeBrian
2007-11-01Start re-working SwapBuffers.Brian
intelCopyBuffer() is now intelDisplayBuffer(): it displays the given surface in the on-screen window. Added a pipe_surface parameter to winsys->flush_frontbuffer(). Front buffer rendering/flushing actually works now. But, we should only allocate the front surface on demand...
2007-09-14intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer
2007-08-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell