summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.c
AgeCommit message (Collapse)Author
2007-11-05s/intelDisplayBuffer/intelDisplaySurfaceBrian
2007-11-05simplify intelSwapBuffers()Brian
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-05replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() callBrian
2007-11-05remove some dead code, clean-upsBrian
2007-11-05more clean-up in intelDisplayBuffer()Brian
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-11-01Use new state tracker context/destroy funcs with wrap Mesa context.Brian
2007-10-03intel_winsys: Adapt to DRM changes (again).Michel Dänzer
It was decided after all to stick to 'pipes' here, even though the actual meaning is now 'planes'.
2007-09-18intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer
They don't work with private back buffers yet. This gets vsync working.
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