summaryrefslogtreecommitdiff
path: root/src/gbm
AgeCommit message (Expand)AuthorFilesLines
2021-05-24gbm: list to stderr all the missing extensionEmil Velikov1-0/+2
2021-05-19dri: add loader_dri_create_image helperLucas Stach1-41/+12
2021-03-26egl: fix software flag in _eglAddDevice call on DRMSimon Ser2-2/+6
2021-03-25gbm: add gbm_bo_get_fd_for_planeSimon Ser5-0/+65
2021-03-17gbm: remove fprintf calls in gbm_dri_bo_createSimon Ser1-2/+0
2021-03-17gbm: fail early when modifier list only contains INVALIDSimon Ser1-2/+10
2020-11-02egl: implement EGL_EXT_protected_surface supportPierre-Eric Pelloux-Prayer2-0/+8
2020-09-22gallium: rename pipe_transfer_usage -> pipe_map_flagsMarek Olšák1-1/+1
2020-08-31meson: conditionally include -ldl in gbm pkg-config fileJonathan Gray1-1/+1
2020-06-03gbm: document that gbm_bo_map exposes a linear viewSimon Ser1-0/+5
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+2
2020-04-16gbm/dri: Propagate queryDmaBufModifiers return valueMichel Dänzer1-4/+2
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom1-1/+1
2019-11-05meson: add variable to control the symbols checksEric Engestrom1-1/+1
2019-10-18gbm: Add GBM_MAX_PLANES definitionLepton Wu1-3/+5
2019-10-13gbm: use size_t for array indexesEric Engestrom1-10/+5
2019-10-13gbm: replace NULL sentinel with explicit ARRAY_SIZE()Eric Engestrom1-9/+12
2019-10-13gbm: replace 1/0 bool with true/falseEric Engestrom1-8/+8
2019-10-13gbm: turn 0/-1 bool into true/falseEric Engestrom1-6/+7
2019-09-20libgbm: Wire up getCapability for the image loaderAdam Jackson1-1/+2
2019-08-21gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser3-1/+38
2019-08-21egl: Handle dri configs with floating point pixel dataKevin Strasser1-0/+1
2019-08-21egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2-17/+35
2019-08-03meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom1-2/+2
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+2
2019-07-10gbm: sort symbolsEric Engestrom1-22/+22
2019-07-10gbm: use new symbols check scriptEric Engestrom2-22/+6
2019-05-15gbm: gbm_bo_get_handle_for_plane fallback to nonplanar handleAlex Villacís Lasso1-0/+6
2019-05-03meson: make nm binary optionalDylan Baker1-1/+1
2019-05-02gbm: Improve documentation of BO importHeinrich1-3/+5
2019-04-29delete autotools input filesEric Engestrom1-12/+0
2019-04-26gbm: don't return voidcoypu1-1/+1
2019-04-15Delete autotoolsDylan Baker1-56/+0
2019-02-14gbm: drop duplicate #definesEric Engestrom1-8/+0
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-11-19gbm: add missing comma between stringsEric Engestrom1-1/+1
2018-11-16loader: Factor out the common driver opening logic from each loader.Eric Anholt3-74/+12
2018-11-16gbm: Clarify acceptable formats for gbm_boDaniel Stone1-2/+2
2018-11-15gbm: add new entrypoint to symbols checkEric Engestrom1-0/+1
2018-11-13gbm: remove unnecessary meson includeEric Engestrom1-1/+0
2018-11-12gbm: Introduce a helper function for printing GBM format names.Eric Anholt2-0/+26
2018-11-12gbm: Move gbm_format_canonicalize() to the core.Eric Anholt3-16/+19
2018-10-09gbm: Add GBM_FORMAT_ARGB1555 supportMichel Dänzer1-0/+4
2018-08-01gbm: Add support for 10bpp BGR formatsDaniel Stone1-0/+8
2018-06-13meson: Remove various completed todosDylan Baker1-2/+0
2018-03-28gbm: remove never-implemented functionEric Engestrom2-3/+0
2018-03-07meson: Use include directory variables instead of traversingDylan Baker1-1/+1
2018-03-05gbm: give a name to rgba fieldsEric Engestrom1-1/+6
2018-02-26*-symbol-check: use correct `nm` path when cross-compilingEric Engestrom2-2/+2