mesa: refactor: move glPixelStore function into new pixelstore.c file
[mesa.git] / src / mesa / state_tracker / st_cb_bufferobjects.c
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Brianminor clean-ups
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.