uterm: drm: rename to drm3d
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 15:42:03 +0000 (16:42 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 15:42:03 +0000 (16:42 +0100)
commit0f206cc5b58685c4b4cb9e17374f6265b56cc038
tree2e25fe1e915492c1624eaba425ee7440eaf3eeab
parentf289349ef9a0a14566c50d666e698c4c97912e76
uterm: drm: rename to drm3d

This renames the video-drm backend to drm3d (which was already used
internally). This is a pure rename, the code-logic stays the same.

This also puts the drm3d backend into a module so we can more easily
load it during runtime.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
configure.ac
src/kmscon_conf.c
src/kmscon_main.c
src/uterm_drm3d_internal.h [new file with mode: 0644]
src/uterm_drm3d_render.c [new file with mode: 0644]
src/uterm_drm3d_video.c [moved from src/uterm_video_drm.c with 54% similarity]
src/uterm_video.c
src/uterm_video.h
src/uterm_video_internal.h
tests/test_output.c