summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-17texturator: capture the screen to a png imageKhaled Emara3-1/+73
2019-07-17texturator: add a linear pattern to texturesKhaled Emara1-27/+53
2019-07-09meson: drop `break`Eric Engestrom1-1/+0
2019-06-10Use first preferred modeRob Clark1-0/+1
2019-05-05gitlab-ci: fix archlinux buildsEric Engestrom1-2/+2
2019-05-04Add texturatorRob Clark4-1/+899
2019-01-23drm-atomic: fix allocation sizeEric Engestrom1-1/+1
2019-01-10De-duplicate ARRAY_SIZE macroRob Clark3-4/+2
2018-12-11gitlab-ci: add missing build dependencyEric Engestrom1-0/+2
2018-12-11gitlab-ci: add meson buildEric Engestrom1-0/+52
2018-12-11meson: use `feature` option to simplify the codeEric Engestrom2-36/+25
2018-12-11meson: specify minimum supported meson versionEric Engestrom1-0/+1
2018-12-11meson: no need to turn elements into lists when adding them to listsEric Engestrom1-2/+2
2018-12-11meson: `required: true` is already the defaultEric Engestrom1-5/+5
2018-12-11meson: files should be tracked using `files()`Eric Engestrom1-3/+3
2018-12-11meson: `-Wextra` is `warning_level=2`Eric Engestrom1-9/+2
2018-12-11meson: `-Wall` is always enabled in mesonEric Engestrom1-1/+0
2018-12-10Merge branch 'pull/meson' into 'master'Rob Clark2-0/+112
2018-12-09Add meson supportLyude Paul2-0/+112
2018-10-19add missing headerEric Engestrom1-0/+1
2018-10-19Merge branch 'fd_close' into 'master'Eric Engestrom1-0/+5
2018-10-19gst-decoder: fix cleanup loopEric Engestrom1-1/+1
2018-10-19configure.ac: fix repo urlEric Engestrom1-1/+1
2018-10-19Merge branch 'fix/memleak' into 'master'Eric Engestrom1-0/+3
2018-10-19Merge branch 'gitlab-ci' into 'master'Eric Engestrom1-0/+53
2018-10-19add a trivial build-test ciEric Engestrom1-0/+53
2018-10-19common: free temporary log bufferEric Engestrom1-0/+3
2018-10-03Add README.mdDaniel Vetter1-0/+9
2018-08-13cube-tex: close the fd after EGLImage creation.Dongseong Hwang1-0/+5
2018-06-19add MSAARob Clark6-17/+24
2018-06-19gbm: fix fallback for drivers that don't support modifiersRob Clark1-1/+4
2018-04-03cube-tex: make use of modifiersChristian Gmeiner3-12/+106
2018-04-02Use weak functions to handle lack of gbm modifiersEmil Velikov4-44/+55
2018-04-02Rework default modifier handlingEmil Velikov2-22/+3
2018-02-16formats: use weston's egl config matching logic, centralize formatIlia Mirkin3-8/+78
2018-02-06drm-legacy: fix poll for flip event, actually exit on user inputIlia Mirkin1-5/+5
2017-05-08video: fencing to avoid passing frame back to decoder too earlyRob Clark1-1/+14
2017-05-08helper to check for egl entrypointsRob Clark5-9/+24
2017-05-02drm-atomic: Fix the slashes, dammitBen Widawsky1-22/+21
2017-05-02drm-atomic: Fix print type for modifiersBen Widawsky1-1/+2
2017-05-02drm-atomic: check for valid GBM BOLucas Stach1-0/+4
2017-05-02atomic: Use normal rendering loop for modesetDaniel Stone1-20/+10
2017-05-02atomic: Use CPU-side KMS fence synchronisationDaniel Stone3-1/+22
2017-05-02common: Check for extensions before resolving symbolsDaniel Stone1-12/+51
2017-04-29configure: check for "enable_gbm_modifier"Sinclair Yeh1-1/+1
2017-04-29gst-decoder.c: improve buffer_to_image() functionCarlos Rafael Giani1-77/+119
2017-04-29configure.ac: Make GStreamer 1.6.0 the minimum requirement for cube-videoCarlos Rafael Giani1-1/+1
2017-04-29gst-decoder.c: advertise support for GstVideoMetaNicolas Dufresne1-0/+25
2017-04-29gst-decoder.c: Improve synchronicity of video outputNicolas Dufresne1-0/+4
2017-04-29gst-decoder.c: minor cleanupCarlos Rafael Giani1-4/+9