summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-31meson.build: Change c_std to gnu99Fabio Estevam1-3/+3
2020-03-07kmscube: add AMD_performance_monitor supportRob Clark8-2/+542
2020-03-07kmscube: also print final fps stat at exitRob Clark2-0/+12
2020-03-07kmscube: add option to run for specified # of framesRob Clark6-14/+27
2020-03-07add fps reportingRob Clark4-0/+54
2020-03-07atomic: allow user input to trigger exitRob Clark1-0/+12
2020-03-07add shadertoy modeRob Clark5-4/+469
2020-03-07clean up arg parsingRob Clark1-3/+3
2020-03-07fix build errorRob Clark3-3/+3
2020-03-07remove autotools buildRob Clark4-199/+0
2020-02-27texturator: Fix skipping of tests when partially offscreen.Eric Anholt1-1/+1
2019-09-18common: Re-support EGL 1.4 by using EGLImageKHR when neededAndrew F. Davis1-0/+4
2019-08-30kmscube: make fb/gl config format settable on cmdlineIlia Mirkin4-5/+23
2019-07-30drm: Find a proper modeset device, is none is providedEzequiel Garcia2-4/+58
2019-07-23texturator: add command-line selection of video modeAntonio Borneo1-3/+23
2019-07-23kmscube: add command-line selection of video modeAntonio Borneo6-24/+62
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