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. --- src/gallium/state_trackers/vega/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/vega/Makefile') diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile index b871990cd9..f6c80899ff 100644 --- a/src/gallium/state_trackers/vega/Makefile +++ b/src/gallium/state_trackers/vega/Makefile @@ -13,6 +13,7 @@ VG_TINY = 0 ### Lists of source files, included by Makefiles VG_SOURCES = \ + api.c \ api_context.c \ api_filters.c \ api_images.c \ @@ -42,13 +43,14 @@ VG_SOURCES = \ VG_OBJECTS = $(VG_SOURCES:.c=.o) -VG_LIBS = $(GALLIUM_AUXILIARIES) +VG_LIBS = $(GALLIUM_AUXILIARIES) $(TOP)/src/mapi/vgapi/libvgapi.a VG_LIB_DEPS = $(EXTRA_LIB_PATH) -lm ### Include directories INCLUDE_DIRS = \ -I$(TOP)/include \ + -I$(TOP)/src/mapi \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary -- cgit v1.2.3