summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_winsys_i915.c
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-17Fix typoJosé Fonseca
2007-11-17Proper fence reference counting.José Fonseca
2007-11-15Include fences in the i915simple winsys interface.José Fonseca
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe()Brian
2007-11-05commentsBrian
2007-11-05#include clean-ups, fixesBrian
2007-10-26Actually move region_alloc() and region_release() to intel_winsys.José Fonseca
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-08-11remove intel_ioctl.ckeithw
2007-08-10move dri_bo() to a header filekeithw
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell