Age | Commit message (Expand) | Author |
2008-02-14 | intel_winsys: Call st_notify_swapbuffers_complete() after buffer swap. | Michel Dänzer |
2007-12-07 | Eliminate struct pipe_region. | Michel Dänzer |
2007-11-29 | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer |
2007-11-06 | Remove last of core Mesa dependencies in intel_swapbuffers.c | Brian |
2007-11-05 | change includes, minor simplification in intelDisplaySurface() | Brian |
2007-11-05 | move intel_context_mesa() into intel_swapbuffers.c (the only place it's used ... | Brian |
2007-11-05 | remove intelScreenPrivate typedef and use cast wrapper function to be like in... | Brian |
2007-11-05 | comments, clean-ups, assertions | Brian |
2007-11-05 | rewrite/simplify intelCopySubBuffer() | Brian |
2007-11-05 | rewrite/simplify intelSwapBuffers() | Brian |
2007-11-05 | replace get_color_surface() with st_get_framebuffer_surface() | Brian |
2007-11-05 | better use of intel_context() cast wrappers | Brian |
2007-11-05 | clean-up/re-org of intel_framebuffer code | Brian |
2007-11-05 | rename intelWindowMoved() to intelUpdateWindowSize() | Brian |
2007-11-05 | pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptr | Brian |
2007-11-05 | simplify the window moved/resized code a bit | Brian |
2007-11-05 | Remove intelUpdateFramebufferSize(), use st_resize_framebuffer(). | Brian |
2007-11-05 | move intelScreenContext() to intel_swapbuffers.c and make static | Brian |
2007-11-05 | remove dead code, unnecessary #includes, etc | Brian |
2007-11-05 | s/intelDisplayBuffer/intelDisplaySurface | Brian |
2007-11-05 | simplify intelSwapBuffers() | Brian |
2007-11-05 | remove disabled vblank/sync code | Brian |
2007-11-05 | disable vblank/sync code | Brian |
2007-11-05 | remove dead pageflip code | Brian |
2007-11-05 | disable page flip code | Brian |
2007-11-05 | replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() call | Brian |
2007-11-05 | remove some dead code, clean-ups | Brian |
2007-11-05 | more clean-up in intelDisplayBuffer() | Brian |
2007-11-01 | Start re-working SwapBuffers. | Brian |
2007-11-01 | Use new state tracker context/destroy funcs with wrap Mesa context. | Brian |
2007-10-03 | intel_winsys: Adapt to DRM changes (again). | Michel Dänzer |
2007-09-18 | intel_winsys: Disable scheduled buffer swaps for now. | Michel Dänzer |
2007-09-14 | intel_winsys: Adapt to recent drm changes (s/pipes/planes/). | Michel Daenzer |
2007-08-11 | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] | Keith Whitwell |