summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/vg_context.h
AgeCommit message (Expand)Author
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu
2011-01-24vega: implement handler/pointer conversion using a hash tableBrian Paul
2011-01-24vega: replace casts with pointer/handle conversion functionsBrian Paul
2010-12-01st/vega: Initialize pipe states with renderer.Chia-I Wu
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: Fix paint coordinates transformations.Chia-I Wu
2010-12-01st/vega: Clean up vg_context fields and functions.Chia-I Wu
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-05-07st/vega: Use vgapi.Chia-I Wu
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-12st/vega: Implement st_api.h.Chia-I Wu
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-01-18st/vega: Fix window resizing with egl_g3d.Chia-I Wu
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-05-01OpenVG 1.0 State TrackerZack Rusin