Add output subsystem
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 19 Nov 2011 23:09:39 +0000 (00:09 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 19 Nov 2011 23:09:39 +0000 (00:09 +0100)
commit85d7391cda99e5b3c5c96f85a552877ccadce94b
tree38a427c0e958dfac318cfe564f5813aa449fbe6b
parentfca8681dfc32b7db3a71fa6b63c4ac89aff0341b
Add output subsystem

The output subsystem manages the connected monitors, provides framebuffers and
OpenGL contexts and handles all DRM/DRI/KMS related functionality.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/output.c [new file with mode: 0644]
src/output.h [new file with mode: 0644]