revive opengl module
authormunkyu.im <munkyu.im@samsung.com>
Thu, 2 Jun 2011 14:20:56 +0000 (23:20 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Thu, 2 Jun 2011 14:20:56 +0000 (23:20 +0900)
commit25277d0c237bd80d77c5398afb0dab8ced14cbba
treef5f3cd41192596e708cf03deeb9c7af8e79b3a78
parent3c9ebe1af604891647f2c6dc3e5a7b90e7a35063
revive opengl module
28 files changed:
Makefile.target
target-i386/exec.h
target-i386/gl_func_perso.h [new file with mode: 0644]
target-i386/glgetv_cst.h [new file with mode: 0644]
target-i386/helper.h
target-i386/helper_opengl.c [new file with mode: 0755]
target-i386/helper_opengl.h [new file with mode: 0644]
target-i386/machine.c
target-i386/mesa_enums.c [new file with mode: 0644]
target-i386/mesa_get.c [new file with mode: 0644]
target-i386/mesa_gl.h [new file with mode: 0644]
target-i386/mesa_glext.h [new file with mode: 0644]
target-i386/mesa_glu.h [new file with mode: 0644]
target-i386/mesa_glx.h [new file with mode: 0644]
target-i386/mesa_glxext.h [new file with mode: 0644]
target-i386/mesa_mipmap.c [new file with mode: 0644]
target-i386/op_helper.c
target-i386/opengl32.def [new file with mode: 0755]
target-i386/opengl_client.c [new file with mode: 0644]
target-i386/opengl_client_xfonts.c [new file with mode: 0644]
target-i386/opengl_exec.c [new file with mode: 0644]
target-i386/opengl_func.h [new file with mode: 0644]
target-i386/opengl_player.c [new file with mode: 0644]
target-i386/opengl_server.c [new file with mode: 0644]
target-i386/opengl_utils.h [new file with mode: 0644]
target-i386/parse_gl_h.c [new file with mode: 0644]
target-i386/parse_mesa_get_c.c [new file with mode: 0644]
target-i386/translate.c