aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-28Add shim implementations of wl_{compositor,shell}Drew DeVault
2017-06-28Move example -> examplesDrew DeVault
2017-06-28Remove wlr_compositorDrew DeVault
2017-06-26Add wlr_wl_compositor and remove wlr_wl_shmDrew DeVault
2017-06-23Remove endian.hDrew DeVault
2017-06-23Support wl_shm pixel formats in gles2 rendererDrew DeVault
2017-06-23Add wlcore/wl_shm (WIP)Drew DeVault
2017-06-23Manually transpose matricies in shaderDrew DeVault
2017-06-23Switch to GLES2Drew DeVault
2017-06-22Add wl_output globals for wlr_outputsDrew DeVault
2017-06-22Merge pull request #19 from nyorain/wayland-inputDrew DeVault
2017-06-22Fix pointer example for wayland backendnyorain
2017-06-22Improve wayland backend pointer error loggingnyorain
2017-06-22Store wayland backend axis sourcenyorain
2017-06-22Implement absolute motion events for waylandnyorain
2017-06-22Merge branch 'master' into wayland-inputnyorain
2017-06-22Fix issues with projection on drm backendDrew DeVault
2017-06-22Use wl_display_run and refactor example keyboardsDrew DeVault
2017-06-22Fix pointer motion coordsnyorain
2017-06-22Implement wayland backend input eventsnyorain
2017-06-22Add wayland input listener skeletonsnyorain
2017-06-21Create WAYLAND_DISPLAY socketDrew DeVault
2017-06-21Utilize wlr_log in example loggingDrew DeVault
2017-06-21Make event names consistentDrew DeVault
2017-06-21Reorganize wlr-commonDrew DeVault
2017-06-21Update everyone to use new headersDrew DeVault
2017-06-21Split out types.h and wlr/types.hDrew DeVault
2017-06-21Merge pull request #18 from ascent12/sessionDrew DeVault
2017-06-21Added VT switching to every exampleScott Anderson
2017-06-21Removed excessive debug loggingScott Anderson
2017-06-21Fixed VT switchingScott Anderson
2017-06-21Changed session signal to only emit on DRM changesScott Anderson
2017-06-20Actually make a2x optionalDrew DeVault
2017-06-20Support multiple wl backend outputsDrew DeVault
2017-06-20Implement output_transform for wl backendDrew DeVault
2017-06-20Merge pull request #17 from nyorain/wayland-backendDrew DeVault
2017-06-20Add dynamic output resizing for Wayland backendDrew DeVault
2017-06-20Clean up Wayland backend GL context and suchDrew DeVault
2017-06-20Cleanup some leaks/incorrect destructionsnyorain
2017-06-20Merge branch 'master'nyorain
2017-06-20Fix egl workaround; Test with westonnyorain
2017-06-20Implement wayland backend outputnyorain
2017-06-20Make egl_error function part of the egl interfacenyorain
2017-06-20Change from C99 to C11.Scott Anderson
2017-06-19Adapt codestylenyorain
2017-06-19Rework wayland backend output implementationnyorain
2017-06-19Merge branch 'master' into wayland-backendnyorain
2017-06-19Merge pull request #16 from nyorain/masterDrew DeVault
2017-06-19Merge pull request #11 from SirCmpwn/libinputDrew DeVault
2017-06-19Implement keyboard LEDsDrew DeVault