wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI
commit5528ab61c27d6da9f1194cfc2be8d328c47f2f41
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 24 Jun 2015 00:54:42 +0000 (24 00:54 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 24 Jun 2015 00:54:42 +0000 (24 00:54 +0000)
treedfaee2b7f13622f87b4dd627e644919080ffbc59
parent49955f0aff12a0af8230ae277b5189968c45b781
wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50859 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
23 files changed:
arch/all-hosted/libs/hostgl/glx_hostlib.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/glx_hostlib.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_ctx_manager.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_ctx_manager.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_funcs.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_funcs.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_gl_api.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glacreatecontext.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_gladestroycontext.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glagetconfig.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glagetcurrentcontext.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glagetopenglstatetrackerapi.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glagetprocaddress.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glamakecurrent.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glasetrast.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_glaswapbuffers.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_renderer_config.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_support.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_support.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/hostgl_types.h [new file with mode: 0644]
arch/all-hosted/libs/hostgl/mmakefile.src [new file with mode: 0644]
arch/all-hosted/libs/hostgl/x11_hostlib.c [new file with mode: 0644]
arch/all-hosted/libs/hostgl/x11_hostlib.h [new file with mode: 0644]