Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / state_tracker / st_cb_readpixels.c
2008-02-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-13 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-02-13 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-01-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2007-12-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
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-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-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