st/vega: Do not rely on st_resize_framebuffer.
authorChia-I Wu <olv@lunarg.com>
Mon, 12 Apr 2010 08:36:24 +0000 (16:36 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 13 Apr 2010 07:15:43 +0000 (15:15 +0800)
commit76708c665c393c8316fff8592ee55a5be0d13d14
tree77c0a7064ddb7812357e75ff0ae086a4a476bdfb
parent50409dd71b5ec3a0c318f5c69dd3e0f568129711
st/vega: Do not rely on st_resize_framebuffer.

Add vg_context_update_draw_buffer (and helpers) that duplicates the
logic of st_resize_framebuffer.  Use the new function instead of
st_resize_framebuffer in vg_manager.c.
src/gallium/state_trackers/vega/vg_manager.c