Skip to content

Commit

Permalink
Remove unused vnd-glapi files
Browse files Browse the repository at this point in the history
This removes the following unused files from src/GLdispatch/vnd-glapi:

- Some unused MESA scons, makefile build infrastructure
- various glapi source-code generation scripts in mapi/glapi/gen
- vnd-glapi/mapi/{shared-gl,es1,es2,vg}api
- vnd-glapi/tests
- vnd-glapi/mapi/glapi/glapi_*.c
- vnd-glapi/mapi/glapi/tests
- vnd-glapi/mapi/mapi.c

With this change, the only consumer of vnd-glapi/mapi/makefile.sources is
vnd-glapi/Makefile.am, so move MAPI_{GLAPI,UTIL}_FILES definitions to
that file and delete this file as well.

Signed-off-by: Brian Nguyen <[email protected]>
  • Loading branch information
brnguyen2 committed Nov 25, 2013
1 parent f03ceb6 commit d039e0a
Show file tree
Hide file tree
Showing 54 changed files with 11 additions and 12,183 deletions.
12 changes: 11 additions & 1 deletion src/GLdispatch/vnd-glapi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ EXTRA_DIST = mapi

TOP = $(top_srcdir)
GLAPI = $(top_srcdir)/$(MAPI_PREFIX)/glapi
include $(srcdir)/mapi/Makefile.sources

noinst_LTLIBRARIES = libglapi.la

MAPI_UTIL_FILES = \
$(TOP)/$(MAPI_PREFIX)/u_current.c \
$(TOP)/$(MAPI_PREFIX)/u_execmem.c

MAPI_GLAPI_FILES = \
$(TOP)/$(MAPI_PREFIX)/entry.c \
$(TOP)/$(MAPI_PREFIX)/mapi_glapi.c \
$(TOP)/$(MAPI_PREFIX)/stub.c \
$(TOP)/$(MAPI_PREFIX)/table.c \
$(MAPI_UTIL_FILES)

libglapi_la_SOURCES = \
$(MAPI_GLAPI_FILES) \
g_glapi_inittable.c
Expand Down
121 changes: 0 additions & 121 deletions src/GLdispatch/vnd-glapi/SConscript

This file was deleted.

78 changes: 0 additions & 78 deletions src/GLdispatch/vnd-glapi/mapi/Android.mk

This file was deleted.

46 changes: 0 additions & 46 deletions src/GLdispatch/vnd-glapi/mapi/Makefile.am

This file was deleted.

36 changes: 0 additions & 36 deletions src/GLdispatch/vnd-glapi/mapi/Makefile.sources

This file was deleted.

Loading

0 comments on commit d039e0a

Please sign in to comment.