shl: move static_gl_* to shl_gl_*
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 15 Mar 2013 12:29:59 +0000 (13:29 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 11:12:07 +0000 (12:12 +0100)
commit924a732e7cf26c571f29ff97ba7e8089c7db54c0
treefe13adbfa5fd32fece2a0b72eff343be142c2cdc
parent9a5fcd3206a510ef1050a86d22eda86cf44b25cb
shl: move static_gl_* to shl_gl_*

No need to keep these static helpers outside of SHL. Instead, include them
in SHL to avoid any external linking.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am
configure.ac
src/shl_gl.h [moved from src/static_gl.h with 93% similarity]
src/shl_gl_math.c [moved from src/static_gl_math.c with 97% similarity]
src/shl_gl_shader.c [moved from src/static_gl_shader.c with 97% similarity]
src/text_gltex.c
src/uterm_drm3d_render.c
src/uterm_drm3d_video.c