aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/vg_manager.c
Commit message (Expand)AuthorAgeFilesLines
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-241-0/+4
* st/vega: Remove unnecessary headers.Vinson Lee2010-12-221-2/+0
* st/vega: Destroy the pipe context with vg_context.Chia-I Wu2010-12-021-0/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-3/+10
* st/vega: vg_manager should care about only the color buffer.Chia-I Wu2010-12-011-182/+0
* st/vega: Delay fb state update to vg_validate_state.Chia-I Wu2010-12-011-54/+45
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+1
* st/vega: Fix version check in context creation.Chia-I Wu2010-10-071-1/+1
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+10
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-5/+5
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-12/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-28/+18
|\
| * st/vega: adapt to interface changesRoland Scheidegger2010-05-171-28/+18
* | gallium: Add egl-apis target.Chia-I Wu2010-05-081-5/+5
* | st/vega: Use vgapi.Chia-I Wu2010-05-071-2/+2
|/
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-21/+12
* st/vega: Drop st_public support.Chia-I Wu2010-04-131-18/+0
* st/vega: Do not rely on st_resize_framebuffer.Chia-I Wu2010-04-131-24/+239
* st/vega: Require both depth and stencil.Chia-I Wu2010-04-111-4/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+7
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/vega: Implement st_api.h.Chia-I Wu2010-03-121-0/+373