summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_surface.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri
2010-08-23util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger
2010-06-07util: implement util_clear_depth_stencil fallbackRoland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29util: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-18util: fix some leftover util_surface_fill/copy callsRoland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-01util: Rename pipe formats.José Fonseca
2010-03-01util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-27util: Remove unnecessary header.Vinson Lee
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-11gallium/util: added util_unreference_framebuffer_state()Brian Paul
2009-12-11gallium/util: simplify util_framebuffer_state_equal()Brian Paul
2009-12-10gallium/util: added framebuffer compare, copy util funcsBrian Paul
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-04-15util: Fix surface usageJakob Bornecrantz
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul