summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-26kmscube: Fix incorrect modifier check in create_framebuffer functionHEADmasterChristopher Michael1-9/+7
2023-09-26kmscube: Add gears modeScott Moreau4-3/+797
2023-09-26es: Update to prepare for gears modeScott Moreau2-51/+87
2023-09-26ci: enable MR pipelinesEric Engestrom1-0/+8
2023-08-02Revert "ci: use gitlab proxy to avoid hitting dockerhub every time"Eric Engestrom1-2/+2
2023-07-26kmscube: Add [-n N] option to specify connector IDRalph Campbell6-22/+51
2023-07-12kmscube: add offscreen rendering supportDmitry Baryshkov5-3/+200
2023-07-08ci: use gitlab proxy to avoid hitting dockerhub every timeEric Engestrom1-2/+2
2023-07-07ci: stop using the deprecated implicit `setup` commandEric Engestrom1-1/+1
2023-07-07ci: extend from a common job instead of using a bunch of yaml anchorsEric Engestrom1-15/+11
2023-07-07ci: bump meson to 0.48Eric Engestrom1-1/+1
2023-07-07ci: force installation of python packagesEric Engestrom1-1/+1
2023-07-07ci: drop wheel & setuptools install now that they are includedEric Engestrom1-1/+0
2023-05-19perfcntrs.c: remove include GLES3/gl3.hErico Nunes1-2/+0
2023-04-13meson: check GLES3 header within GLESv2 include dirsJan Beich1-1/+1
2023-03-28fix typosHarri Nieminen2-3/+3
2022-11-10meson: upgrade the "GLES3 not supported" message into a warningEric Engestrom1-1/+1
2022-11-10meson: replace gles version check with a header presence checkEric Engestrom1-3/+4
2022-09-02drm-common: fix return type of find_crtc_for_connector() & find_crtc_for_enco...Eric Engestrom1-4/+4
2022-09-02make GLES3 optionalEric Engestrom2-10/+30
2022-09-02texturator: Use correct GL extension headerDamian Hobson-Garcia1-1/+1
2022-09-02Returns -1 when shaders creation failsFang Tan1-2/+9
2022-09-02drm-common.c: do not use invalid modifierAlexander Kanavin1-1/+1
2022-09-02kmscube: check return value when creating GBM deviceAdrián Larumbe1-1/+4
2022-09-02drm: fix crtc not found conditionalTom Stokes1-1/+1
2022-09-02ci/latest: use image with base-devel pre-installedEric Engestrom1-2/+1
2022-09-02ci/latest: fix build as dockerhub image was renamedEric Engestrom1-1/+1
2021-02-07Revert "Multiple GL_ TRIANGLE_ STRIP draw merge."Kristian H. Kristensen1-1/+6
2021-02-07Multiple GL_ TRIANGLE_ STRIP draw merge.Fang Tan1-6/+1
2020-10-28drm: grab correct handle for plane != 0Lucas Stach1-3/+7
2020-09-02surfaceless supportRob Clark6-20/+205
2020-09-02gbm: split out helper to initialize surfaceRob Clark1-8/+15
2020-03-31texturator: Fix float to bool conversion warningFabio Estevam1-1/+1
2020-03-31texturator: Only define png variable when libpng is presentFabio Estevam1-0/+2
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