[Title] virtio-gl source code added.
authorsangjin3.kim <sangjin3.kim@samsung.com>
Fri, 16 Mar 2012 07:58:44 +0000 (16:58 +0900)
committersangjin3.kim <sangjin3.kim@samsung.com>
Fri, 16 Mar 2012 07:58:44 +0000 (16:58 +0900)
commit38f41a099381d18b3ed7296ba0405e17c35636d7
treef1bb6505df643bbae10cff515841d9a3b200150b
parenta2797243c1792ac90c6bc52f8a4fa7e1c16e9f52
[Title] virtio-gl source code added.
[Type] Feature
[Module] opengl-es
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
42 files changed:
configure
hw/pci.h
hw/virtio-pci.c
hw/virtio.h
qemu-options.hx
target-i386/glgetv_cst.h [deleted file]
target-i386/helper_opengl.c [deleted file]
target-i386/helper_opengl.h [deleted file]
target-i386/mesa_glx.h [deleted file]
target-i386/mesa_glxext.h [deleted file]
target-i386/opengl_client.c [deleted file]
target-i386/opengl_client_xfonts.c [deleted file]
target-i386/opengl_exec.c [deleted file]
target-i386/opengl_func.h [deleted file]
target-i386/opengl_server.c [deleted file]
target-i386/opengl_server.h [deleted file]
target-i386/opengl_utils.h [deleted file]
tizen/qemu_configure.sh
tizen/src/Makefile.tizen
tizen/src/hw/beginend_funcs.sh [new file with mode: 0755]
tizen/src/hw/gl_func_perso.h [moved from target-i386/gl_func_perso.h with 87% similarity]
tizen/src/hw/gloffscreen.h [new file with mode: 0755]
tizen/src/hw/gloffscreen_common.c [new file with mode: 0755]
tizen/src/hw/gloffscreen_glx.c [new file with mode: 0755]
tizen/src/hw/gloffscreen_test.c [new file with mode: 0755]
tizen/src/hw/gloffscreen_wgl.c [new file with mode: 0755]
tizen/src/hw/gloffscreen_xcomposite.c [new file with mode: 0755]
tizen/src/hw/helper_opengl.c [new file with mode: 0755]
tizen/src/hw/mesa_gl.h [moved from target-i386/mesa_gl.h with 99% similarity]
tizen/src/hw/mesa_glext.h [moved from target-i386/mesa_glext.h with 99% similarity]
tizen/src/hw/mesa_glu.h [moved from target-i386/mesa_glu.h with 98% similarity]
tizen/src/hw/mesa_mipmap.c [moved from target-i386/mesa_mipmap.c with 99% similarity]
tizen/src/hw/mesa_mipmap.h [new file with mode: 0755]
tizen/src/hw/op_helper.c [new file with mode: 0755]
tizen/src/hw/opengl_exec.c [new file with mode: 0755]
tizen/src/hw/opengl_exec.h [new file with mode: 0755]
tizen/src/hw/opengl_func.h [new file with mode: 0755]
tizen/src/hw/opengl_process.h [new file with mode: 0755]
tizen/src/hw/parse_gl_h.c [moved from target-i386/parse_gl_h.c with 97% similarity]
tizen/src/hw/range_alloc.h [new file with mode: 0755]
tizen/src/hw/virtio-gl.c [new file with mode: 0755]
vl.c