summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: check GLES3 header within GLESv2 include dirsHEADmasterJan Beich2023-04-131-1/+1
* fix typosHarri Nieminen2023-03-282-3/+3
* meson: upgrade the "GLES3 not supported" message into a warningEric Engestrom2022-11-101-1/+1
* meson: replace gles version check with a header presence checkEric Engestrom2022-11-101-3/+4
* drm-common: fix return type of find_crtc_for_connector() & find_crtc_for_enco...Eric Engestrom2022-09-021-4/+4
* make GLES3 optionalEric Engestrom2022-09-022-10/+30
* texturator: Use correct GL extension headerDamian Hobson-Garcia2022-09-021-1/+1
* Returns -1 when shaders creation failsFang Tan2022-09-021-2/+9
* drm-common.c: do not use invalid modifierAlexander Kanavin2022-09-021-1/+1
* kmscube: check return value when creating GBM deviceAdrián Larumbe2022-09-021-1/+4
* drm: fix crtc not found conditionalTom Stokes2022-09-021-1/+1
* ci/latest: use image with base-devel pre-installedEric Engestrom2022-09-021-2/+1
* ci/latest: fix build as dockerhub image was renamedEric Engestrom2022-09-021-1/+1
* Revert "Multiple GL_ TRIANGLE_ STRIP draw merge."Kristian H. Kristensen2021-02-071-1/+6
* Multiple GL_ TRIANGLE_ STRIP draw merge.Fang Tan2021-02-071-6/+1
* drm: grab correct handle for plane != 0Lucas Stach2020-10-281-3/+7
* surfaceless supportRob Clark2020-09-026-20/+205
* gbm: split out helper to initialize surfaceRob Clark2020-09-021-8/+15
* texturator: Fix float to bool conversion warningFabio Estevam2020-03-311-1/+1
* texturator: Only define png variable when libpng is presentFabio Estevam2020-03-311-0/+2
* meson.build: Change c_std to gnu99Fabio Estevam2020-03-311-3/+3
* kmscube: add AMD_performance_monitor supportRob Clark2020-03-078-2/+542
* kmscube: also print final fps stat at exitRob Clark2020-03-072-0/+12
* kmscube: add option to run for specified # of framesRob Clark2020-03-076-14/+27
* add fps reportingRob Clark2020-03-074-0/+54
* atomic: allow user input to trigger exitRob Clark2020-03-071-0/+12
* add shadertoy modeRob Clark2020-03-075-4/+469
* clean up arg parsingRob Clark2020-03-071-3/+3
* fix build errorRob Clark2020-03-073-3/+3
* remove autotools buildRob Clark2020-03-074-199/+0
* texturator: Fix skipping of tests when partially offscreen.Eric Anholt2020-02-271-1/+1
* common: Re-support EGL 1.4 by using EGLImageKHR when neededAndrew F. Davis2019-09-181-0/+4
* kmscube: make fb/gl config format settable on cmdlineIlia Mirkin2019-08-304-5/+23
* drm: Find a proper modeset device, is none is providedEzequiel Garcia2019-07-302-4/+58
* texturator: add command-line selection of video modeAntonio Borneo2019-07-231-3/+23
* kmscube: add command-line selection of video modeAntonio Borneo2019-07-236-24/+62
* texturator: capture the screen to a png imageKhaled Emara2019-07-173-1/+73
* texturator: add a linear pattern to texturesKhaled Emara2019-07-171-27/+53
* meson: drop `break`Eric Engestrom2019-07-091-1/+0
* Use first preferred modeRob Clark2019-06-101-0/+1
* gitlab-ci: fix archlinux buildsEric Engestrom2019-05-051-2/+2
* Add texturatorRob Clark2019-05-044-1/+899
* drm-atomic: fix allocation sizeEric Engestrom2019-01-231-1/+1
* De-duplicate ARRAY_SIZE macroRob Clark2019-01-103-4/+2
* gitlab-ci: add missing build dependencyEric Engestrom2018-12-111-0/+2
* gitlab-ci: add meson buildEric Engestrom2018-12-111-0/+52
* meson: use `feature` option to simplify the codeEric Engestrom2018-12-112-36/+25
* meson: specify minimum supported meson versionEric Engestrom2018-12-111-0/+1
* meson: no need to turn elements into lists when adding them to listsEric Engestrom2018-12-111-2/+2
* meson: `required: true` is already the defaultEric Engestrom2018-12-111-5/+5