summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/vg_context.c
Commit message (Expand)AuthorAgeFilesLines
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-211-10/+8
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-301-2/+3
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-241-1/+10
* vega: replace casts with pointer/handle conversion functionsBrian Paul2011-01-241-5/+6
* 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/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-24/+25
* st/vega: Initialize pipe states with renderer.Chia-I Wu2010-12-011-1/+1
* st/vega: Create drawing surface mask as needed.Chia-I Wu2010-12-011-12/+19
* st/vega: Delay blend texture creation until needed.Chia-I Wu2010-12-011-48/+28
* st/vega: Remove st_inlines.h.Chia-I Wu2010-12-011-1/+0
* st/vega: Fix paint coordinates transformations.Chia-I Wu2010-12-011-0/+25
* st/vega: Add color transformation support.Chia-I Wu2010-12-011-0/+1
* st/vega: Revive mask layer support.Chia-I Wu2010-12-011-3/+2
* st/vega: Clean up vg_context fields and functions.Chia-I Wu2010-12-011-84/+0
* st/vega: vg_manager should care about only the color buffer.Chia-I Wu2010-12-011-0/+184
* st/vega: Move g3d states to renderer.Chia-I Wu2010-12-011-184/+3
* st/vega: Use st_framebuffer for fb width/height.Chia-I Wu2010-12-011-5/+5
* st/vega: Delay fb state update to vg_validate_state.Chia-I Wu2010-12-011-8/+26
* st/vega: Add SCISSOR renderer state.Chia-I Wu2010-12-011-49/+25
* st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu2010-11-251-3/+2
* st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu2010-11-211-0/+2
* st/vega: Remove unnecessary headers.Vinson Lee2010-11-021-1/+0
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-0/+30
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-4/+2
|\
| * st/vega: adapt to interface changesRoland Scheidegger2010-05-171-4/+2
* | st/vega: Use vgapi.Chia-I Wu2010-05-071-0/+6
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-11/+13
* st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-191-4/+12
* st/vega: Implement st_api.h.Chia-I Wu2010-03-121-0/+3
* vega: adapt to new vertex element csoRoland Scheidegger2010-03-011-0/+8
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* vega: don't enable blending if not necessaryRoland Scheidegger2010-01-251-4/+2
* vega: adapt to blend changesRoland Scheidegger2010-01-251-35/+35
* gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-12/+12
* Fix vega compilation.Alan Hourihane2009-11-201-1/+3
* OpenVG 1.0 State TrackerZack Rusin2009-05-011-0/+543