aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_readpixels.c
Commit message (Expand)AuthorAgeFilesLines
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian2008-02-121-21/+78
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-1/+2
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-4/+0
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-1/+1
* Replace "duplicate" formatsBrian2007-12-071-2/+2
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-7/+6
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-3/+3
* initial support for PIPE_FORMAT_Z24_S8Brian2007-11-201-0/+9
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-1/+1
* fix function nameBrian2007-10-181-1/+1
* make read_stencil_pixels() non-staticBrian2007-10-181-5/+5
* fix addressing error in read_stencil_pixels()Brian2007-10-171-2/+2
* GL_STENCIL_INDEX supportBrian2007-10-131-1/+77
* get_tile() of Z surfaces returns floats nowBrian2007-10-131-13/+1
* basic support for reading GL_DEPTH_COMPONENTBrian2007-10-031-3/+34
* Added st_fb_orientation() function to determine the up/down orientation of th...Brian2007-08-131-4/+12
* flush pipe before reading imageBrian2007-08-131-1/+9
* readpixels handles any format/type/packing/transfer ops nowBrian2007-08-101-10/+56
* glReadPixelsBrian2007-08-101-0/+75