aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blit.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-2/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-33/+37
* auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu2010-11-251-0/+2
* util: implement depth blitting in u_blitMarek Olšák2010-08-221-17/+43
* auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri2010-08-201-17/+50
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+2
* gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-031-1/+3
* util: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-58/+72
|\
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-58/+72
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-2/+1
* | util: Remove unnecessary headers.Vinson Lee2010-05-041-1/+0
|/
* gallium/util: specify binding type for blit src textureBrian Paul2010-04-191-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+16
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-10/+12
* util: Fix nil pointer reference.Michal Krol2010-03-151-5/+5
* gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-151-6/+22
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+16
|\
| * util: adapt blitter code to new vertex element csoRoland Scheidegger2010-03-011-0/+16
* | util: Fix blitter vertex and viewport setup.Michal Krol2010-02-251-6/+21
* | util: Reset clip state when doing blitting.Michal Krol2010-02-241-1/+7
* | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-2/+13
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-1/+1
|\
| * gallium: adapt util code to blend changesRoland Scheidegger2010-01-211-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+2
|\ \ | |/ |/|
| * util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca2010-01-211-2/+2
* | util/blit: document params to util_blit_pixels_writemask()Brian Paul2010-01-191-0/+4
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-3/+5
|\ \
| * | util: add new fragment shaders to simple_shadersMarek Olšák2009-12-151-2/+5
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* / gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-13/+13
|/
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-5/+14
* util: do some more util_blit_pixels cases without temporariesKeith Whitwell2009-10-071-90/+73
* util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-031-13/+42
* util: fix incorrect assertionBrian Paul2009-08-071-1/+1
* util: include u_surface.h, added commentBrian Paul2009-08-071-0/+2
* util: use util_same_surface() to compare surface pointersBrian Paul2009-08-071-3/+3
* util: added comment/question about blit clippingBrian Paul2009-08-051-0/+1
* util: added util_blit_pixels() overlap testBrian Paul2009-08-051-2/+34
* util: fix util_blit_pixels() test for surface_copy() pathBrian Paul2009-08-051-16/+24
* util: reformatting and commentsBrian Paul2009-08-051-3/+10
* util: don't set unused blend stateKeith Whitwell2009-04-201-4/+0
* gallium: remove unneeded compressed=0 assignmentBrian Paul2009-04-091-1/+0
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-19/+5
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-8/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-2/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-8/+9