summaryrefslogtreecommitdiff
path: root/src/gbm
Commit message (Expand)AuthorAgeFilesLines
* libgbm: Wire up getCapability for the image loaderAdam Jackson2019-09-201-1/+2
* gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser2019-08-213-1/+38
* egl: Handle dri configs with floating point pixel dataKevin Strasser2019-08-211-0/+1
* egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2019-08-212-17/+35
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+2
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* gbm: sort symbolsEric Engestrom2019-07-101-22/+22
* gbm: use new symbols check scriptEric Engestrom2019-07-102-22/+6
* gbm: gbm_bo_get_handle_for_plane fallback to nonplanar handleAlex Villacís Lasso2019-05-151-0/+6
* meson: make nm binary optionalDylan Baker2019-05-031-1/+1
* gbm: Improve documentation of BO importHeinrich2019-05-021-3/+5
* delete autotools input filesEric Engestrom2019-04-291-12/+0
* gbm: don't return voidcoypu2019-04-261-1/+1
* Delete autotoolsDylan Baker2019-04-151-56/+0
* gbm: drop duplicate #definesEric Engestrom2019-02-141-8/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* gbm: add missing comma between stringsEric Engestrom2018-11-191-1/+1
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-163-74/+12
* gbm: Clarify acceptable formats for gbm_boDaniel Stone2018-11-161-2/+2
* gbm: add new entrypoint to symbols checkEric Engestrom2018-11-151-0/+1
* gbm: remove unnecessary meson includeEric Engestrom2018-11-131-1/+0
* gbm: Introduce a helper function for printing GBM format names.Eric Anholt2018-11-122-0/+26
* gbm: Move gbm_format_canonicalize() to the core.Eric Anholt2018-11-123-16/+19
* gbm: Add GBM_FORMAT_ARGB1555 supportMichel Dänzer2018-10-091-0/+4
* gbm: Add support for 10bpp BGR formatsDaniel Stone2018-08-011-0/+8
* meson: Remove various completed todosDylan Baker2018-06-131-2/+0
* gbm: remove never-implemented functionEric Engestrom2018-03-282-3/+0
* meson: Use include directory variables instead of traversingDylan Baker2018-03-071-1/+1
* gbm: give a name to rgba fieldsEric Engestrom2018-03-051-1/+6
* *-symbol-check: use correct `nm` path when cross-compilingEric Engestrom2018-02-262-2/+2
* gbm: Fix the alpha masks in the GBM format table.Eric Anholt2018-02-231-2/+2
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-151-0/+1
* gbm/dri: Expose visuals table through gbm_dri_deviceDaniel Stone2018-02-092-11/+19
* gbm/dri: Add RGBA masks to GBM format tableDaniel Stone2018-02-091-9/+37
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-021-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* mesa: remove unneeded semicolonsGrazvydas Ignotas2018-01-171-1/+1
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+2
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
* wayland-drm: static inline wayland_drm_buffer_getEmil Velikov2017-11-082-4/+2
* meson: standardize .so version to major.minor.patchEric Engestrom2017-11-071-1/+1
* gbm: Don't traverse backwards for includesDylan Baker2017-11-023-5/+10
* meson: pass correct args to gbm symbol testEric Engestrom2017-10-311-2/+4
* gbm: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+10
* meson: set visibility flags on gbmDylan Baker2017-10-311-1/+1
* meson: Don't link gbm with threadsDylan Baker2017-10-311-1/+1
* meson: build libEGLDylan Baker2017-10-201-2/+10
* meson: build gbmDylan Baker2017-10-091-0/+67
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-191-2/+2