summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/paint.c
Commit message (Expand)AuthorAgeFilesLines
* st/vega: Fix broken assertChris Forbes2013-11-171-1/+1
* vega: fix for object handle leakAndreas Pokorny2012-12-171-1/+3
* gallium: unify transfer functionsMarek Olšák2012-10-111-5/+5
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-211-2/+2
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-301-0/+7
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
* st/vega: Remove st_inlines.h.Chia-I Wu2010-12-011-2/+1
* st/vega: Fix degenerate paints.Chia-I Wu2010-12-011-8/+58
* st/vega: Fix paint coordinates transformations.Chia-I Wu2010-12-011-35/+18
* st/vega: Remove unnecessary headers.Vinson Lee2010-11-021-2/+0
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+10
* st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-191-20/+42
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-3/+3
* st/vega: Fix OpenVG demo segfaults.Chia-I Wu2010-03-081-3/+0
* vega: Rename pipe formats.José Fonseca2010-03-011-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-1/+2
* 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-5/+5
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+699