summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-241-14/+4
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+0
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-26/+62
* util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul2008-11-141-0/+1
* gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-11/+11
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+3
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-4/+8
* gallium: Don't forget to get overllaping blits working again.José Fonseca2008-07-031-0/+1
* gallium: Use surface_copy for 1:1 blits.José Fonseca2008-07-031-0/+10
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-1/+1
* gallium: Fix whole source being used in u_blitJakob Bornecrantz2008-06-241-16/+54
* util: Blit can now copy from texture to surfaceJakob Bornecrantz2008-06-231-0/+101
* util: Use pf_get_size().Michal Krol2008-06-141-1/+1
* gallium: fix build after mergeKeith Whitwell2008-05-021-3/+3
* Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-0/+2
|\