summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/mask.c
AgeCommit message (Expand)Author
2011-03-11st/vega: remove unnecessary flushesMarek Olšák
2010-12-03st/vega: Move vertex transformation to shader.Chia-I Wu
2010-12-03st/vega: Set pipe_resource::array_size to 1.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01st/vega: Create drawing surface mask as needed.Chia-I Wu
2010-12-01st/vega: Delay blend texture creation until needed.Chia-I Wu
2010-12-01st/vega: Remove st_inlines.h.Chia-I Wu
2010-12-01st/vega: Add color transformation support.Chia-I Wu
2010-12-01st/vega: Revive mask layer support.Chia-I Wu
2010-12-01st/vega: Make path_render and path_stroke take a matrix.Chia-I Wu
2010-12-01st/vega: Update to latest headers.Chia-I Wu
2010-12-01st/vega: Get rid of renderer_copy_texture.Chia-I Wu
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu
2010-12-01st/vega: Use the renderer for vgMask.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-06-30st/vega: s/free/FREE for matching MALLOC/CALLOCnobled
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger
2010-03-01vega: Rename pipe formats.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-25vega: don't enable blending if not necessaryRoland Scheidegger
2010-01-25vega: adapt to blend changesRoland Scheidegger
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-05-01OpenVG 1.0 State TrackerZack Rusin