aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-6/+6
* 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
* gallium: consolidate quad drawing codeBrian Paul2008-04-251-142/+90
* gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()Brian Paul2008-04-251-24/+70
* use cso fs/vs handle functionsKeith Whitwell2008-04-211-2/+2
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-6/+6
* gallium: get rid of unnecessary surface mappingBrian Paul2008-04-181-7/+5
* gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul2008-04-161-1/+12
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-1/+1
* gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul2008-04-091-5/+1
* gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul2008-04-041-0/+1
* gallium: set gl_rasterization_rulesBrian Paul2008-04-031-0/+1
* gallium: use cso_save/restore_sampler_textures() functionsBrian2008-03-311-9/+5
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-2/+2
* gallium: added some debug code (disable)Brian Paul2008-03-251-0/+6
* gallium: save/restore samplers in draw_textured_quad()Brian2008-03-241-3/+2
* Refactor PBO validate/map code.Brian2008-03-211-3/+1
* gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul2008-03-211-9/+13
* gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian2008-03-201-288/+7
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-0/+3
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-15/+10
* gallium: rework CSO-related code in state trackerBrian2008-03-111-28/+36
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-5/+6
* gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul2008-02-291-2/+1
* gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is neededBrian Paul2008-02-291-1/+8
* gallium: fix surface/texture format conversion in st_CopyPixelsBrian Paul2008-02-281-5/+35