uterm: rename drm-dumb backend into drm2d module
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 13:42:54 +0000 (14:42 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 13:42:54 +0000 (14:42 +0100)
commitf289349ef9a0a14566c50d666e698c4c97912e76
treefa2befe8545be7dad0d52cc11e4a9bd937ba42bd
parentae25adc34fd835569e28b713408e0fea1bfdd3d1
uterm: rename drm-dumb backend into drm2d module

This moves all the drm-dumb code into a new module that is now called
drm2d (which was already used internally before).

No conceptual changes, just renames and moves.

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