VIGS: Refactoring for DRI2
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 26 Apr 2013 10:00:23 +0000 (14:00 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Fri, 26 Apr 2013 10:00:23 +0000 (14:00 +0400)
commitb51a3f3685ef38f98e13d697bc6aa5e1c5fef730
tree2ea1ccf9d44d5afa0fc356eb68a142b45d9eff1e
parent46a0125a112a1e01398f32e7b29d8005ed859d68
VIGS: Refactoring for DRI2

Since we're going to support DRI2 we no longer need vigs_resource and related. All
resource management is going to be on target.
Also, we've temporary disabled YaGL onscreen backend and VIGS software backend,
we'll enable them again once DRI2 is implemented in a basic form
21 files changed:
Makefile.target
hw/vigs_backend.h
hw/vigs_comm.c
hw/vigs_comm.h
hw/vigs_device.c
hw/vigs_gl_backend.c
hw/vigs_gl_backend.h
hw/vigs_gl_backend_glx.c
hw/vigs_gl_backend_wgl.c
hw/vigs_id_gen.c [deleted file]
hw/vigs_id_gen.h [deleted file]
hw/vigs_protocol.h
hw/vigs_resource.c [deleted file]
hw/vigs_resource.h [deleted file]
hw/vigs_server.c
hw/vigs_server.h
hw/vigs_surface.c
hw/vigs_surface.h
hw/winsys.h
hw/winsys_gl.h
hw/yagl_device.c