summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
AgeCommit message (Collapse)Author
2007-11-05s/intelDisplayBuffer/intelDisplaySurfaceBrian
2007-11-05#include clean-ups, fixesBrian
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-10-26surface_alloc() is now a winsys function.Brian
This allows surfaces to be allocated without a rendering context. A few loose ends to resolve, but in working condition.
2007-10-26Actually move region_alloc() and region_release() to intel_winsys.José Fonseca
2007-10-11implement intel_user_buffer_create()Brian
2007-09-14intel_winsys: Fix intel_buffer_reference.Michel Daenzer
Correctly clear the pointer to the old buffer (not sure how this could build at all before...) and only reference the new one when its pointer is non-NULL.
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-08-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell
2007-08-11remove intel_ioctl.ckeithw
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10add missing printfkeithw
2007-08-10move dri_bo() to a header filekeithw
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell