aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_readpixels.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-11/+9
* st/mesa: add some comments in glReadPixels codeBrian Paul2010-03-101-0/+7
* mesa: Rename pipe formats.José Fonseca2010-03-011-9/+9
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * st/mesa: Remove unnecessary headers from st_cb_readpixels.c.Vinson Lee2010-01-141-2/+0
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-7/+7
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-1/+1
|/
* mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+4
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-3/+3
* mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.José Fonseca2009-06-101-2/+7
* mesa: Single precision constants.José Fonseca2009-06-101-2/+2
* gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-221-0/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-15/+13
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-1/+9
* st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul2009-04-071-14/+40
* mesa: Fix orientation adjustment for reading stencil pixels.José Fonseca2009-04-061-1/+1
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-1/+1
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-1/+1
* mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca2009-03-271-0/+27
* gallium: Unify reference counting.Michel Dänzer2009-03-041-4/+4
* gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-131-4/+4
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-45/+59
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-3/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: implement a fast-path for glReadPixels for common casesBrian Paul2008-08-191-0/+126
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-5/+5
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-3/+3
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-4/+5
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-1/+1
|\
| * s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul2008-05-171-1/+1
* | gallium: fix some render to texture bugsBrian Paul2008-05-071-0/+2
* | gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-11/+23
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-2/+3
|/
* gallium: check for PIPE_FORMAT_X8Z24_UNORM formatBrian Paul2008-04-281-1/+2
* gallium: fix readback of z16 valuesBrian Paul2008-04-101-1/+1
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-2/+31
* gallium: include st_cb_bitmap.h to silence warningBrian Paul2008-04-031-0/+1
* gallium: call st_flush_bitmap_cache()Brian Paul2008-04-031-0/+2
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* Refactor PBO validate/map code.Brian2008-03-211-3/+1
* gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul2008-03-211-10/+9
* 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