summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell1-3/+40
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom1-0/+2
2009-04-20gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer1-0/+2
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom1-24/+18
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-2/+6
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul1-3/+2
2009-04-07st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul1-28/+54
2009-04-03mesa: ensure pbo stencil buffers are mapped before useAlan Hourihane1-0/+5
2009-03-27mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca1-0/+21
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-1/+0
2009-03-09st: remove unused DrawPixels codeBrian Paul1-124/+4
2009-03-04gallium: Unify reference counting.Michel Dänzer1-6/+6
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-5/+5
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca1-4/+1
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell1-6/+6
2009-02-13gallium: Various coordinate fixups for texture transfers.Michel Dänzer1-2/+2
2009-02-12gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer1-1/+1
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul1-6/+6
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-50/+52
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell1-1/+1
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul1-0/+6
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-4/+4
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-18gallium: fix vertex program output translation/mapping bugBrian Paul1-1/+1
2008-07-19gallium: Finer grained is_format_supported.José Fonseca1-3/+6
2008-07-15st: Silence compiler warnings on Windows.Michal Krol1-6/+6
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca1-4/+4
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-4/+7
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca1-12/+12
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca1-9/+9
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-12/+27
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul1-12/+27
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-2/+2
2008-05-17s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul1-2/+2
2008-05-08gallium: replace pipe_buffer_destroy() call with pipe_buffer_reference(NULL)Brian Paul1-4/+5
2008-05-08gallium: clean-up, minor fixBrian Paul1-7/+3
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul1-5/+28
2008-05-06gallium: Make sure to release texture surfaces (at the right time).Michel Dänzer1-1/+2
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell1-2/+4
2008-05-01gallium: tex surface checkpointKeith Whitwell1-23/+33
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul1-8/+5
2008-04-28gallium: replace some code with a call to st_choose_format()Brian Paul1-16/+2
2008-04-25gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul1-5/+2
2008-04-25gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul1-2/+2
2008-04-25gallium: consolidate quad drawing codeBrian Paul1-142/+90
2008-04-25gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()Brian Paul1-24/+70
2008-04-21use cso fs/vs handle functionsKeith Whitwell1-2/+2
2008-04-21gallium: Use CSO cache for shaders.Michel Dänzer1-6/+6
2008-04-18gallium: get rid of unnecessary surface mappingBrian Paul1-7/+5
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul1-1/+12