diff options
author | Alan Hourihane <[email protected]> | 2009-02-19 18:33:15 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2009-02-23 20:28:55 +0000 |
commit | 6b722272709abed5468428da5d2c8951c84867d2 (patch) | |
tree | d825e69a0c9ce2ab16f7f102ccdaba5ba4343879 /src/mesa/state_tracker/st_context.c | |
parent | 65562453fba69e862d5e3b381d18db9c40d9353c (diff) |
gallium: add winsys interface for viewport changes to support DRI2
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 6d6c9f43329..916cf2f64cb 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -320,6 +320,7 @@ void st_init_driver_functions(struct dd_function_table *functions) st_init_texture_functions(functions); st_init_flush_functions(functions); st_init_string_functions(functions); + st_init_viewport_functions(functions); functions->UpdateState = st_invalidate_state; } |