gallium: add winsys interface for viewport changes to support DRI2
authorAlan Hourihane <alanh@vmware.com>
Thu, 19 Feb 2009 18:33:15 +0000 (18:33 +0000)
committerAlan Hourihane <alanh@vmware.com>
Mon, 23 Feb 2009 20:28:55 +0000 (20:28 +0000)
commit6b722272709abed5468428da5d2c8951c84867d2
treed825e69a0c9ce2ab16f7f102ccdaba5ba4343879
parent65562453fba69e862d5e3b381d18db9c40d9353c
gallium: add winsys interface for viewport changes to support DRI2
src/gallium/include/pipe/internal/p_winsys_screen.h
src/mesa/sources.mak
src/mesa/state_tracker/st_cb_viewport.c [new file with mode: 0644]
src/mesa/state_tracker/st_cb_viewport.h [new file with mode: 0644]
src/mesa/state_tracker/st_context.c