egl: Move fallback routines to eglfallbacks.c.
authorChia-I Wu <olv@lunarg.com>
Fri, 22 Oct 2010 10:11:04 +0000 (18:11 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 22 Oct 2010 10:38:30 +0000 (18:38 +0800)
commit25328509c90dc205b9561b5265e478af2873438b
treefc55d141bffa10b53753b9d23fe6c1dcc285d44b
parent5664a983867038de48e71b65df89e0e254085af2
egl: Move fallback routines to eglfallbacks.c.

We do not want them to be all over the places.
17 files changed:
src/egl/main/Makefile
src/egl/main/SConscript
src/egl/main/eglcontext.c
src/egl/main/eglcontext.h
src/egl/main/egldriver.c
src/egl/main/egldriver.h
src/egl/main/eglfallbacks.c [new file with mode: 0644]
src/egl/main/eglimage.c
src/egl/main/eglimage.h
src/egl/main/eglmisc.c
src/egl/main/eglmisc.h
src/egl/main/eglscreen.c
src/egl/main/eglscreen.h
src/egl/main/eglsurface.c
src/egl/main/eglsurface.h
src/egl/main/eglsync.c
src/egl/main/eglsync.h