summaryrefslogtreecommitdiff
path: root/common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26kmscube: Fix incorrect modifier check in create_framebuffer functionHEADmasterChristopher Michael1-9/+7
2022-09-02Returns -1 when shaders creation failsFang Tan1-2/+9
2022-09-02kmscube: check return value when creating GBM deviceAdrián Larumbe1-1/+4
2020-09-02surfaceless supportRob Clark1-6/+148
2020-09-02gbm: split out helper to initialize surfaceRob Clark1-8/+15
2020-03-07kmscube: add AMD_performance_monitor supportRob Clark1-0/+12
2020-03-07add fps reportingRob Clark1-0/+8
2019-08-30kmscube: make fb/gl config format settable on cmdlineIlia Mirkin1-2/+2
2018-10-19common: free temporary log bufferEric Engestrom1-0/+3
2018-06-19add MSAARob Clark1-2/+3
2018-06-19gbm: fix fallback for drivers that don't support modifiersRob Clark1-1/+4
2018-04-03cube-tex: make use of modifiersChristian Gmeiner1-0/+3
2018-04-02Use weak functions to handle lack of gbm modifiersEmil Velikov1-11/+21
2018-04-02Rework default modifier handlingEmil Velikov1-21/+2
2018-02-16formats: use weston's egl config matching logic, centralize formatIlia Mirkin1-5/+73
2017-05-02atomic: Use CPU-side KMS fence synchronisationDaniel Stone1-0/+1
2017-05-02common: Check for extensions before resolving symbolsDaniel Stone1-12/+51
2017-04-29output more and improved information about EGL and OpenGL ES 2.xCarlos Rafael Giani1-4/+13
2017-04-14common: Give cmdline parameter for forcing modifiersBen Widawsky1-6/+12
2017-04-14common: use drmModeAddFB2* API over the legacy drmModeAddFB oneBen Widawsky1-5/+5
2017-04-14common: Use the create with modifiers interfaceBen Widawsky1-0/+22
2017-02-25add atomic kms supportRob Clark1-0/+4
2017-02-22split out legacy (pageflip) kmsRob Clark1-0/+3
2017-02-21add yuv/rgb tex modeRob Clark1-0/+3
2017-02-21split out smooth-shaded cubeRob Clark1-0/+79
2017-02-21split out get_program() helperRob Clark1-0/+80
2017-02-21split gbm outRob Clark1-0/+44