summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* meson: files should be tracked using `files()`Eric Engestrom2018-12-111-3/+3
* meson: `-Wextra` is `warning_level=2`Eric Engestrom2018-12-111-9/+2
* meson: `-Wall` is always enabled in mesonEric Engestrom2018-12-111-1/+0
* Merge branch 'pull/meson' into 'master'Rob Clark2018-12-102-0/+112
|\
| * Add meson supportLyude Paul2018-12-092-0/+112
|/
* add missing headerEric Engestrom2018-10-191-0/+1
* Merge branch 'fd_close' into 'master'Eric Engestrom2018-10-191-0/+5
|\
| * cube-tex: close the fd after EGLImage creation.Dongseong Hwang2018-08-131-0/+5
* | gst-decoder: fix cleanup loopEric Engestrom2018-10-191-1/+1
* | configure.ac: fix repo urlEric Engestrom2018-10-191-1/+1
* | Merge branch 'fix/memleak' into 'master'Eric Engestrom2018-10-191-0/+3
|\ \
| * | common: free temporary log bufferEric Engestrom2018-10-191-0/+3
* | | Merge branch 'gitlab-ci' into 'master'Eric Engestrom2018-10-191-0/+53
|\ \ \ | |/ / |/| |
| * | add a trivial build-test ciEric Engestrom2018-10-191-0/+53
|/ /
* | Add README.mdDaniel Vetter2018-10-031-0/+9
|/
* add MSAARob Clark2018-06-196-17/+24
* gbm: fix fallback for drivers that don't support modifiersRob Clark2018-06-191-1/+4
* cube-tex: make use of modifiersChristian Gmeiner2018-04-033-12/+106
* Use weak functions to handle lack of gbm modifiersEmil Velikov2018-04-024-44/+55
* Rework default modifier handlingEmil Velikov2018-04-022-22/+3
* formats: use weston's egl config matching logic, centralize formatIlia Mirkin2018-02-163-8/+78
* drm-legacy: fix poll for flip event, actually exit on user inputIlia Mirkin2018-02-061-5/+5
* video: fencing to avoid passing frame back to decoder too earlyRob Clark2017-05-081-1/+14
* helper to check for egl entrypointsRob Clark2017-05-085-9/+24
* drm-atomic: Fix the slashes, dammitBen Widawsky2017-05-021-22/+21
* drm-atomic: Fix print type for modifiersBen Widawsky2017-05-021-1/+2
* drm-atomic: check for valid GBM BOLucas Stach2017-05-021-0/+4
* atomic: Use normal rendering loop for modesetDaniel Stone2017-05-021-20/+10
* atomic: Use CPU-side KMS fence synchronisationDaniel Stone2017-05-023-1/+22
* common: Check for extensions before resolving symbolsDaniel Stone2017-05-021-12/+51
* configure: check for "enable_gbm_modifier"Sinclair Yeh2017-04-291-1/+1
* gst-decoder.c: improve buffer_to_image() functionCarlos Rafael Giani2017-04-291-77/+119
* configure.ac: Make GStreamer 1.6.0 the minimum requirement for cube-videoCarlos Rafael Giani2017-04-291-1/+1
* gst-decoder.c: advertise support for GstVideoMetaNicolas Dufresne2017-04-291-0/+25
* gst-decoder.c: Improve synchronicity of video outputNicolas Dufresne2017-04-291-0/+4
* gst-decoder.c: minor cleanupCarlos Rafael Giani2017-04-291-4/+9
* gst-decoder.c: add bus watchCarlos Rafael Giani2017-04-291-0/+103
* gst-decoder.c: Use element factory name to detect V4L2 video decoderCarlos Rafael Giani2017-04-291-3/+12
* gst-decoder.c: look at the caps event instead of the allocation queryCarlos Rafael Giani2017-04-291-7/+6
* gst-decoder.c: add support for YUY2 pixel formatCarlos Rafael Giani2017-04-291-0/+3
* add "kmscube" GStreamer debug categoryCarlos Rafael Giani2017-04-292-1/+6
* output more and improved information about EGL and OpenGL ES 2.xCarlos Rafael Giani2017-04-291-4/+13
* common: use %llx to print modifierLucas Stach2017-04-291-1/+1
* drm-atomic: init out_fence_fd to -1Lucas Stach2017-04-291-2/+3
* common: Give cmdline parameter for forcing modifiersBen Widawsky2017-04-143-10/+32
* common: use drmModeAddFB2* API over the legacy drmModeAddFB oneBen Widawsky2017-04-143-11/+41
* common: Use the create with modifiers interfaceBen Widawsky2017-04-141-0/+22
* configure: Check for the GBM modifiersBen Widawsky2017-04-141-0/+16
* drm: Provide a failure path when getting the fbBen Widawsky2017-04-142-0/+17
* usage: Add missing -V to usage() (trivial)Ben Widawsky2017-04-131-1/+1