summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/shader.c
Commit message (Expand)AuthorAgeFilesLines
* st/vega: Remove.Jose Fonseca2015-03-041-414/+0
* st/vega: fix drawing images with alpha channelChia-I Wu2011-09-211-12/+20
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-301-0/+2
* st/vega: Remove unnecessary headers.Vinson Lee2010-12-221-2/+0
* st/vega: Fix pipe blend state for various blend modes.Chia-I Wu2010-12-041-0/+7
* st/vega: Add blend shaders for all blend modes.Chia-I Wu2010-12-041-21/+39
* st/vega: Add support for per-channel alpha.Chia-I Wu2010-12-041-7/+33
* st/vega: Move masking after blending.Chia-I Wu2010-12-041-3/+3
* st/vega: Move vertex transformation to shader.Chia-I Wu2010-12-031-0/+11
* st/vega: Delay blend texture creation until needed.Chia-I Wu2010-12-011-5/+1
* st/vega: Fix degenerate paints.Chia-I Wu2010-12-011-0/+3
* st/vega: Fix paint coordinates transformations.Chia-I Wu2010-12-011-1/+20
* st/vega: Add color transformation support.Chia-I Wu2010-12-011-2/+27
* st/vega: Make shader_bind call into the renderer.Chia-I Wu2010-12-011-31/+21
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+5
* st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-191-17/+17
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+2
|\
| * vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira2010-01-251-2/+2
* | gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-8/+8
|/
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+310