summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/polygon.c
AgeCommit message (Collapse)Author
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead.
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-25vega: adapt to blend changesRoland Scheidegger
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu
2009-05-01OpenVG 1.0 State TrackerZack Rusin
Import of the OpenVG 1.0 state tracker for Gallium.