aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-3/+9
* mesa: Remove dead code.José Fonseca2009-06-111-3/+0
* mesa: Only do read write when we don't have a depth value to writeJakob Bornecrantz2009-06-111-1/+1
* mesa: Take the format from the right structure.José Fonseca2009-06-111-1/+1
* meas: Use a read/write transfer when writing stencil component, but not touch...José Fonseca2009-06-111-2/+23
* mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.José Fonseca2009-06-101-1/+1
* mesa/st: keep surface_copy arguments positiveKeith Whitwell2009-05-081-3/+40
* gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-221-0/+2
* gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer2009-04-201-0/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-24/+18
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-2/+6
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-3/+2
* st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul2009-04-071-28/+54
* mesa: ensure pbo stencil buffers are mapped before useAlan Hourihane2009-04-031-0/+5
* mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca2009-03-271-0/+21
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* st: remove unused DrawPixels codeBrian Paul2009-03-091-124/+4
* gallium: Unify reference counting.Michel Dänzer2009-03-041-6/+6
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-5/+5
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-241-4/+1
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-6/+6
|\
| * mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-6/+6
* | gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-131-2/+2
* | gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer2009-02-121-1/+1
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-50/+52
|/
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-1/+1
* mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-101-0/+6
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-4/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: fix vertex program output translation/mapping bugBrian Paul2008-08-181-1/+1
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-3/+6
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-6/+6
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-4/+4
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-4/+7
* mesa: More signed/unsigned float/integer fixes.José Fonseca2008-06-241-12/+12
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-9/+9
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-12/+27
|\
| * gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul2008-05-201-12/+27
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-2/+2
|\|
| * s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul2008-05-171-2/+2
* | gallium: replace pipe_buffer_destroy() call with pipe_buffer_reference(NULL)Brian Paul2008-05-081-4/+5
* | gallium: clean-up, minor fixBrian Paul2008-05-081-7/+3
* | gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-5/+28
* | gallium: Make sure to release texture surfaces (at the right time).Michel Dänzer2008-05-061-1/+2
* | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-2/+4
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-23/+33
|/
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-8/+5
* gallium: replace some code with a call to st_choose_format()Brian Paul2008-04-281-16/+2
* gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul2008-04-251-5/+2
* gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul2008-04-251-2/+2