summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.c
AgeCommit message (Expand)Author
2007-11-06Remove last of core Mesa dependencies in intel_swapbuffers.cBrian
2007-11-05change includes, minor simplification in intelDisplaySurface()Brian
2007-11-05move intel_context_mesa() into intel_swapbuffers.c (the only place it's used ...Brian
2007-11-05remove intelScreenPrivate typedef and use cast wrapper function to be like in...Brian
2007-11-05comments, clean-ups, assertionsBrian
2007-11-05rewrite/simplify intelCopySubBuffer()Brian
2007-11-05rewrite/simplify intelSwapBuffers()Brian
2007-11-05replace get_color_surface() with st_get_framebuffer_surface()Brian
2007-11-05better use of intel_context() cast wrappersBrian
2007-11-05clean-up/re-org of intel_framebuffer codeBrian
2007-11-05rename intelWindowMoved() to intelUpdateWindowSize()Brian
2007-11-05pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptrBrian
2007-11-05simplify the window moved/resized code a bitBrian
2007-11-05Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().Brian
2007-11-05move intelScreenContext() to intel_swapbuffers.c and make staticBrian
2007-11-05remove dead code, unnecessary #includes, etcBrian
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
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
2007-09-18intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer
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