Add coding style guide. 74/59874/1
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Fri, 19 Feb 2016 05:48:23 +0000 (14:48 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Fri, 19 Feb 2016 05:48:23 +0000 (14:48 +0900)
commitd8afad72f4e18eef49533eea543eea69af8703df
tree55cfb393c41f4b012a5cb3f6d1cdf643c8f675a3
parent7473d37a365f9ab07d9ea72272f22fd8766e8816
Add coding style guide.
Apply coding style.

Change-Id: Ie735827982a9304e161742fbc6f210c4a5d993d2
41 files changed:
coding_guide.txt [new file with mode: 0644]
include_KHR/EGL/egl.h
include_KHR/EGL/eglext.h
include_KHR/EGL/eglplatform.h
include_KHR/GLES/gl.h
include_KHR/GLES/glext.h
include_KHR/GLES2/gl2.h
include_KHR/GLES2/gl2ext.h
include_KHR/GLES3/gl3.h
include_KHR/GLES3/gl31.h
include_KHR/KHR/khrplatform.h
src/coregl.c
src/coregl_export_egl.c
src/coregl_export_gl.c
src/coregl_internal.h
src/coregl_thread_pthread.c
src/coregl_thread_pthread_and_gcc_tlv.c
src/coregl_trace.c
src/headers/gl.h
src/headers/sym.h
src/headers/sym_egl.h
src/headers/sym_gl.h
src/headers/sym_glx.h
src/modules/appopt/coregl_appopt.c
src/modules/appopt/coregl_appopt.h
src/modules/coregl_module.h
src/modules/fastpath/coregl_fastpath.c
src/modules/fastpath/coregl_fastpath.h
src/modules/fastpath/coregl_fastpath_egl.c
src/modules/fastpath/coregl_fastpath_gl.c
src/modules/fastpath/coregl_fastpath_state.h
src/modules/tracepath/coregl_tracepath.c
src/modules/tracepath/coregl_tracepath.h
src/modules/tracepath/coregl_tracepath_egl.c
src/modules/tracepath/coregl_tracepath_gl.c
src/modules/tracepath/png.h
src/modules/tracepath/pngconf.h
src/modules/tracepath/zconf.h
src/modules/tracepath/zlib.h
src/wraps/coregl_egl.c
src/wraps/coregl_gl.c