summaryrefslogtreecommitdiff
path: root/src/output.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-05output: drop drm-master on open() to avoid Xserver bugsDavid Herrmann1-0/+1
2012-01-24log: move log_warning to log_warnDavid Herrmann1-9/+9
2012-01-18output: add function to retrieve contextDavid Herrmann1-0/+9
2012-01-16output: move EGL/GL calls into separate headerDavid Herrmann1-170/+61
2012-01-11output: remove *_get_fdDavid Herrmann1-14/+0
2012-01-11output: replace "DRI" with "DRM" in commentsDavid Herrmann1-2/+2
2012-01-09Fix compiler sign-mismatch warningsRan Benita1-2/+2
2011-12-30output: add debug and error messagesDavid Herrmann1-9/+50
2011-12-30output: allow kmscon_compositor_use to be called when asleepDavid Herrmann1-5/+4
2011-12-30output: fix dropping master priviledges on wakeupDavid Herrmann1-7/+2
2011-12-26output: add helper to check whether output is awakeDavid Herrmann1-0/+11
2011-12-03Output: Correctly acquire/release DRM masterDavid Herrmann1-3/+10
2011-12-02Output: Choose sane default modeDavid Herrmann1-1/+20
2011-12-02Change license to MIT licenseDavid Herrmann1-1/+22
2011-12-01output: save and restore crtc upon (de)activationRan Benita1-7/+27
2011-12-01Output: Fix warning -Wall complains aboutRan Benita1-1/+1
2011-11-20Add output subsystemDavid Herrmann1-0/+1072