summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/vg_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
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-22st/vega: Remove unnecessary headers.Vinson Lee
2010-12-04st/vega: Fix pipe blend state for various blend modes.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
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: Remove st_inlines.h.Chia-I Wu
2010-12-01st/vega: Fix paint coordinates transformations.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: Clean up vg_context fields and functions.Chia-I Wu
2010-12-01st/vega: vg_manager should care about only the color buffer.Chia-I Wu
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu
2010-12-01st/vega: Add SCISSOR renderer state.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-21st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee
2010-06-30st/vega: s/free/FREE for matching MALLOC/CALLOCnobled
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/vega: adapt to interface changesRoland Scheidegger
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-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-11-20Fix vega compilation.Alan Hourihane
2009-05-01OpenVG 1.0 State TrackerZack Rusin