Adapt for winsys interface changes.
[mesa.git] / src / mesa / state_tracker / st_cb_readpixels.c
2007-12-07 BrianReplace "duplicate" formats
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-18 Brianfix function name
2007-10-18 Brianmake read_stencil_pixels() non-static
2007-10-17 Brianfix addressing error in read_stencil_pixels()
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 Brianget_tile() of Z surfaces returns floats now
2007-10-03 Brianbasic support for reading GL_DEPTH_COMPONENT
2007-08-14 BrianAdded st_fb_orientation() function to determine the...
2007-08-13 Brianflush pipe before reading image
2007-08-10 Brianreadpixels handles any format/type/packing/transfer...
2007-08-10 BrianglReadPixels