summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-17gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.José Fonseca
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-07var renaming: s/sws/winsys/Brian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-05s/intelDisplayBuffer/intelDisplaySurfaceBrian
2007-11-05#include clean-ups, fixesBrian
2007-11-01Start re-working SwapBuffers.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
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
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