summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blit.c
AgeCommit message (Expand)Author
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
2010-05-26util: Remove unnecessary headers.Vinson Lee
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-04-19gallium/util: specify binding type for blit src textureBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger
2010-03-15util: Fix nil pointer reference.Michal Krol
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger
2010-02-25util: Fix blitter vertex and viewport setup.Michal Krol
2010-02-24util: Reset clip state when doing blitting.Michal Krol
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca
2010-01-21gallium: adapt util code to blend changesRoland Scheidegger
2010-01-19util/blit: document params to util_blit_pixels_writemask()Brian Paul
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-15util: add new fragment shaders to simple_shadersMarek Olšák
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-07util: do some more util_blit_pixels cases without temporariesKeith Whitwell
2009-09-03util: add version of u_blit_pixels which takes a writemaskKeith Whitwell
2009-08-07util: fix incorrect assertionBrian Paul
2009-08-07util: include u_surface.h, added commentBrian Paul
2009-08-07util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-05util: added comment/question about blit clippingBrian Paul
2009-08-05util: added util_blit_pixels() overlap testBrian Paul
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul
2009-08-05util: reformatting and commentsBrian Paul
2009-04-20util: don't set unused blend stateKeith Whitwell
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-11-14util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul
2008-09-04gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca