summaryrefslogtreecommitdiff
path: root/src/uterm_video.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann1-1/+1
2013-02-06build: major cleanupDavid Herrmann1-0/+46
2013-01-24uterm: drm: rename to drm3dDavid Herrmann1-1/+1
2013-01-24uterm: rename drm-dumb backend into drm2d moduleDavid Herrmann1-1/+1
2013-01-23uterm: video: print debug messages on wakeup/sleepDavid Herrmann1-0/+4
2013-01-14uterm: video: return buffer information on display_use()David Herrmann1-2/+2
2013-01-14uterm: video: return information for all buffers on get_buffers()David Herrmann1-4/+4
2013-01-13uterm: video: add uterm_display_get_buffer()David Herrmann1-0/+11
2013-01-13uterm: video: add support for immediate buffer-swapsDavid Herrmann1-2/+2
2013-01-13shl: hook: add 'oneshot' flagDavid Herrmann1-2/+2
2013-01-12uterm: remove uterm_video_use()David Herrmann1-8/+0
2013-01-12uterm: video: use shl_dlist for linked listsDavid Herrmann1-43/+97
2013-01-11uterm: video: modularize video backendsDavid Herrmann1-51/+12
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-1/+1
2013-01-07uterm: move uterm_video.h to uterm_video_internal.hDavid Herrmann1-1/+1
2012-11-26uterm: video: add uterm_display_is_swapping() helperDavid Herrmann1-0/+8
2012-11-26uterm: video: remove uterm_screen APIDavid Herrmann1-122/+1
2012-10-28uterm: add uterm_video_available() helperDavid Herrmann1-0/+23
2012-10-15uterm: video: use generic timer if vblank events are not availableDavid Herrmann1-3/+58
2012-10-15uterm: video: add display callbacksDavid Herrmann1-1/+26
2012-10-13uterm: video: add display_fill/blit helpersDavid Herrmann1-0/+22
2012-09-18shl: move kmscon_hook_* to shlDavid Herrmann1-6/+6
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+1
2012-09-12uterm: video: add *_display_fake_blend(v) requestsDavid Herrmann1-0/+35
2012-09-12uterm: add *_swap() and *_use() helpers for displaysDavid Herrmann1-0/+16
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann1-1/+0
2012-09-11uterm: move internal video-helpers to uterm_video.hDavid Herrmann1-0/+1
2012-08-31uterm: video: add vectorized blendingDavid Herrmann1-0/+10
2012-07-31uterm: video: add blend() helperDavid Herrmann1-0/+13
2012-07-31uterm: video: add fill() helperDavid Herrmann1-0/+12
2012-07-31uterm: video: change blit'ting logicDavid Herrmann1-3/+2
2012-07-01uterm: add dumb-drm backendDavid Herrmann1-0/+7
2012-06-29uterm: remove libudev.h includes if not neededDavid Herrmann1-1/+0
2012-06-24static: move statically linked subsystems to static_*David Herrmann1-1/+1
2012-06-24uterm: video: add blitting supportDavid Herrmann1-0/+12
2012-06-24uterm: add WAKEUP and SLEEP signalsDavid Herrmann1-1/+9
2012-06-23uterm: video: return -EOPNOTSUPP when opengl is not supportedDavid Herrmann1-1/+1
2012-05-05uterm_video: remove hotplug awarenessDavid Herrmann1-77/+16
2012-05-03uterm_video: add udev device parameter to video_new()David Herrmann1-1/+1
2012-04-25uterm_video: allow explicitely activating GL ctxDavid Herrmann1-0/+8
2012-03-25hook: delete by callback *and* data argumentDavid Herrmann1-2/+3
2012-03-24uterm_video: add callbackDavid Herrmann1-1/+26
2012-03-23uterm_video: add *_screen_height/width() helpersDavid Herrmann1-0/+16
2012-03-23uterm_video: take ref-cnt of display in screen objectDavid Herrmann1-0/+2
2012-03-23uterm: new video backendDavid Herrmann1-0/+524