summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_readpixels.c
AgeCommit message (Expand)Author
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2010-12-02st/mesa: avoid large stack allocations in readpixels codeBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-08-22st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul
2010-08-22st/mesa: clean-up pipe_get_transfer() callsBrian Paul
2010-05-17st/mesa: call st_flush_bitmap_cache() from st_readpixels()Brian Paul
2010-05-11st/mesa: Remove unnecessary header.Vinson Lee
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-13st/mesa: Validate the state in st_readpixels.Chia-I Wu
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10st/mesa: add some comments in glReadPixels codeBrian Paul
2010-03-01mesa: Rename pipe formats.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-14st/mesa: Remove unnecessary headers from st_cb_readpixels.c.Vinson Lee
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
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