aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega/vg_manager.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+7
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-3/+1
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+1
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+1
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-3/+11
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-23/+25
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* 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