glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
This commit is contained in:
Chia-I Wu
2010-04-26 12:56:44 +08:00
parent 73ded0624d
commit 296adbd545
120 changed files with 282 additions and 163 deletions

View File

@@ -17,6 +17,7 @@ if env['dri']:
env = env.Clone()
env.Append(CPPPATH = [
'#/src/mapi',
'#/src/mesa',
'#/src/mesa/main',
'#src/gallium/state_trackers/glx/xlib',