summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/mask.c
Commit message (Expand)AuthorAgeFilesLines
* vega: fix for object handle leakAndreas Pokorny2012-12-171-0/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-4/+2
* st/vega: Remove unused variable.Vinson Lee2012-02-181-4/+0
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-211-2/+2
* st/vega: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
* st/vega: Move vertex transformation to shader.Chia-I Wu2010-12-031-3/+3
* st/vega: Set pipe_resource::array_size to 1.Chia-I Wu2010-12-031-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-11/+13
* st/vega: Create drawing surface mask as needed.Chia-I Wu2010-12-011-22/+16
* st/vega: Delay blend texture creation until needed.Chia-I Wu2010-12-011-2/+1
* st/vega: Remove st_inlines.h.Chia-I Wu2010-12-011-1/+0
* st/vega: Add color transformation support.Chia-I Wu2010-12-011-3/+7
* st/vega: Revive mask layer support.Chia-I Wu2010-12-011-28/+18
* st/vega: Make path_render and path_stroke take a matrix.Chia-I Wu2010-12-011-2/+2
* st/vega: Update to latest headers.Chia-I Wu2010-12-011-2/+2
* st/vega: Get rid of renderer_copy_texture.Chia-I Wu2010-12-011-10/+15
* st/vega: Use st_framebuffer for fb width/height.Chia-I Wu2010-12-011-12/+11
* st/vega: Use the renderer for vgMask.Chia-I Wu2010-12-011-189/+44
* st/vega: Masks and surfaces should share orientation.Chia-I Wu2010-11-251-15/+0
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-20/+20
* st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-191-28/+38
* vega: Rename pipe formats.José Fonseca2010-03-011-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* vega: don't enable blending if not necessaryRoland Scheidegger2010-01-251-1/+1
* vega: adapt to blend changesRoland Scheidegger2010-01-251-9/+6
* gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-16/+16
* 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-6/+6
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+690