summaryrefslogtreecommitdiff
path: root/src/gbm
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-23gbm: Fix the alpha masks in the GBM format table.Eric Anholt1-2/+2
2018-02-15dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne1-0/+1
2018-02-09gbm/dri: Expose visuals table through gbm_dri_deviceDaniel Stone2-11/+19
2018-02-09gbm/dri: Add RGBA masks to GBM format tableDaniel Stone1-9/+37
2018-02-02meson: Don't confuse the install and search paths for dri driversDylan Baker1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17mesa: remove unneeded semicolonsGrazvydas Ignotas1-1/+1
2018-01-11meson: Use consistent style for testsDylan Baker1-1/+2
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-1/+1
2017-11-08wayland-drm: static inline wayland_drm_buffer_getEmil Velikov2-4/+2
2017-11-07meson: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-11-02gbm: Don't traverse backwards for includesDylan Baker3-5/+10
2017-10-31meson: pass correct args to gbm symbol testEric Engestrom1-2/+4
2017-10-31gbm: fail symbol check if lib is missingEric Engestrom1-1/+10
2017-10-31meson: set visibility flags on gbmDylan Baker1-1/+1
2017-10-31meson: Don't link gbm with threadsDylan Baker1-1/+1
2017-10-20meson: build libEGLDylan Baker1-2/+10
2017-10-09meson: build gbmDylan Baker1-0/+67
2017-09-19configure.ac: split the wayland client/server confusionEmil Velikov1-2/+2
2017-09-17gbm: Add gbm_device_get_format_modifier_plane_count to testGert Wollny1-0/+1
2017-09-14gbm: Add a gbm_device_get_format_modifier_plane_count functionJason Ekstrand4-0/+48
2017-09-12gbm: turn GBM_ALWAYS_SOFTWARE into a booleanEric Engestrom3-3/+9
2017-08-04loader: rework xmlconfig dependencyEmil Velikov1-0/+1
2017-08-01gbm: add gbm_bo_get_bpp()Eric Engestrom3-0/+70
2017-07-19gbm: fix typoEric Engestrom1-1/+1
2017-07-19gbm: fix typo in doxygen commentGwan-gyeong Mun1-2/+2
2017-07-18gbm: Remove is_planar_format dead codeDaniel Stone1-30/+0
2017-07-18gbm: Check harder for supported formatsDaniel Stone1-15/+26
2017-07-18gbm: Pull out FourCC <-> DRIimage format tableDaniel Stone2-85/+70
2017-07-18gbm: Axe buffer import format conversion tableDaniel Stone2-40/+28
2017-06-30gbm: add XBGR8888 support for dumb buffersRob Herring1-1/+1
2017-06-29Android: use symlinks for driver loadingRob Herring1-9/+0
2017-06-15gbm: implement FD import with modifierLucas Stach1-0/+54
2017-06-15gbm: add API to to import FD with modifierLucas Stach1-0/+12
2017-05-29gbm: manage only the required set of DRI extensionsEmil Velikov2-2/+0