summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blit.c
AgeCommit message (Expand)Author
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu
2010-08-22util: implement depth blitting in u_blitMarek Olšák
2010-08-20auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
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