summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/image.c
Commit message (Expand)AuthorAgeFilesLines
* st/vega: Remove.Jose Fonseca2015-03-041-653/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-7/+3
* gallium: unify transfer functionsMarek Olšák2012-10-111-10/+13
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-211-3/+3
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/vega: remove unnecessary flushesMarek Olšák2011-03-111-8/+0
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-241-0/+2
* st/vega: Move vertex transformation to shader.Chia-I Wu2010-12-031-5/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-18/+22
* st/vega: Fix negated logic in image_draw.Chia-I Wu2010-12-011-4/+4
* st/vega: Fix paint coordinates transformations.Chia-I Wu2010-12-011-0/+8
* st/vega: Make image_draw take a matrix.Chia-I Wu2010-12-011-4/+1
* st/vega: Fix image sampler views for alpha-only formats.Chia-I Wu2010-12-011-0/+7
* st/vega: Get rid of renderer_copy_texture.Chia-I Wu2010-12-011-12/+13
* st/vega: vg_copy_texture and vg_copy_surface should share code.Chia-I Wu2010-12-011-44/+31
* st/vega: Remove unnecessary headers.Vinson Lee2010-11-021-2/+0
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* st/vega: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-16/+16
* st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-191-14/+23
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-4/+4
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-7/+6
* vega: Rename pipe formats.José Fonseca2010-03-011-5/+5
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-1/+1
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\
| * fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-8/+8
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+654