summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/image.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-7/+3
2012-10-11gallium: unify transfer functionsMarek Olšák1-10/+13
2011-09-21st/vega: fix vg_context_is_object_valid()Chia-I Wu1-3/+3
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-03-11st/vega: remove unnecessary flushesMarek Olšák1-8/+0
2011-01-24vega: implement handler/pointer conversion using a hash tableBrian Paul1-0/+2
2010-12-03st/vega: Move vertex transformation to shader.Chia-I Wu1-5/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-18/+22
2010-12-01st/vega: Fix negated logic in image_draw.Chia-I Wu1-4/+4
2010-12-01st/vega: Fix paint coordinates transformations.Chia-I Wu1-0/+8
2010-12-01st/vega: Make image_draw take a matrix.Chia-I Wu1-4/+1
2010-12-01st/vega: Fix image sampler views for alpha-only formats.Chia-I Wu1-0/+7
2010-12-01st/vega: Get rid of renderer_copy_texture.Chia-I Wu1-12/+13
2010-12-01st/vega: vg_copy_texture and vg_copy_surface should share code.Chia-I Wu1-44/+31
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee1-2/+0
2010-06-30st/vega: s/free/FREE for matching MALLOC/CALLOCnobled1-1/+1
2010-05-17st/vega: adapt to interface changesRoland Scheidegger1-3/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-16/+16
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger1-14/+23
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-4/+4
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-7/+6
2010-03-01vega: Rename pipe formats.José Fonseca1-5/+5
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-1/+1
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-1/+0
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+2
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-1/+0
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-8/+8
2009-05-01OpenVG 1.0 State TrackerZack Rusin1-0/+654