mesa: Move api_exec_es*.c into mesa/main
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 23 Apr 2010 00:26:51 +0000 (20:26 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 27 Apr 2010 23:27:49 +0000 (19:27 -0400)
commitea0c7e71638a4a72a4eae962e6cc471bd33a5605
tree5229269112efc701323ffe1ed500d22583bea63b
parent1741ddb747ca0be284315adb4b6fe67ddf292d03
mesa: Move api_exec_es*.c into mesa/main

This requires renaming a few functions to have unique names so that
they can all live within the same driver.
17 files changed:
src/mesa/Makefile
src/mesa/es/Makefile
src/mesa/es/main/APIspec.dtd [deleted file]
src/mesa/es/main/APIspec.py [deleted file]
src/mesa/es/main/APIspec.xml [deleted file]
src/mesa/es/main/APIspecutil.py [deleted file]
src/mesa/es/main/es_generator.py [deleted file]
src/mesa/es/sources.mak
src/mesa/main/APIspec.dtd [new file with mode: 0644]
src/mesa/main/APIspec.py [new file with mode: 0644]
src/mesa/main/APIspec.xml [new file with mode: 0644]
src/mesa/main/APIspecutil.py [new file with mode: 0644]
src/mesa/main/api_exec.h
src/mesa/main/context.c
src/mesa/main/es_generator.py [new file with mode: 0644]
src/mesa/main/remap.h
src/mesa/sources.mak