summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_readpixels.c
AgeCommit message (Expand)Author
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-06-10mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.José Fonseca
2009-06-10mesa: Single precision constants.José Fonseca
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-07st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul
2009-04-06mesa: Fix orientation adjustment for reading stencil pixels.José Fonseca
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-27mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-13gallium: Various coordinate fixups for texture transfers.Michel Dänzer
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-19gallium: implement a fast-path for glReadPixels for common casesBrian Paul
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-17s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul
2008-05-07gallium: fix some render to texture bugsBrian Paul
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-28gallium: check for PIPE_FORMAT_X8Z24_UNORM formatBrian Paul
2008-04-10gallium: fix readback of z16 valuesBrian Paul
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
2008-04-03gallium: include st_cb_bitmap.h to silence warningBrian Paul
2008-04-03gallium: call st_flush_bitmap_cache()Brian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul
2008-02-15Code reorganization: update build.José Fonseca
2008-02-12gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell
2007-12-07Replace "duplicate" formatsBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-20initial support for PIPE_FORMAT_Z24_S8Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-18fix function nameBrian
2007-10-18make read_stencil_pixels() non-staticBrian
2007-10-17fix addressing error in read_stencil_pixels()Brian
2007-10-13GL_STENCIL_INDEX supportBrian
2007-10-13get_tile() of Z surfaces returns floats nowBrian
2007-10-03basic support for reading GL_DEPTH_COMPONENTBrian
2007-08-13Added st_fb_orientation() function to determine the up/down orientation of th...Brian