Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / state_tracker / st_cb_readpixels.c
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 BrianReplace "duplicate" formats
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-20 Ben SkeggsAdd support for Z24_S8 to GL state tracker.
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