From 75143ef05576ee9f25ee176bc28c3c4d03705bf5 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 16 Apr 2010 18:12:37 +0800 Subject: st/vega: Use vgapi. Rename vgFooBar to vegaFooBar and use vgapi as the dispatcher. This makes sure there is always a current context when the internal functions are called. And eglGetProcAddress is finally supported. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4f37e16e3f..dd5581a21d 100644 --- a/configure.ac +++ b/configure.ac @@ -1315,6 +1315,9 @@ yes) # mesa/es is required to build es state tracker CORE_DIRS="$CORE_DIRS mesa/es" ;; + vega) + CORE_DIRS="$CORE_DIRS mapi/vgapi" + ;; esac done GALLIUM_STATE_TRACKERS_DIRS="$state_trackers" -- cgit v1.2.3