summaryrefslogtreecommitdiff
path: root/strata/libdrm-common.morph
Commit message (Collapse)AuthorAgeFilesLines
* graphics-common: Update LLVM, libdrm, Mesa, ragel and fontconfigSam Thursfield2017-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrades: * LLVM (4.0.1) * libdrm (2.4.81) * Mesa (17.1.3) * ragel (6.10) * fontconfig (2.12.3) This fixes compile failures in Mesa that occur with GCC 7.1. The libdrm and LLVM updates are required for latest Mesa. The LLVM AMDGPU driver is needed by Mesa for the r600 driver. However, the r600 driver is disabled in Mesa until we integrate libelf Ragel is updated to fix a build error with GCC 7. Fontconfig is updated to fix this: In file included from fcmatch.c:287:0: fcobjs.h:54:3: error: 'PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function); did you mean 'PRI_WIDTH_STRONG'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~~~ PRI_WIDTH_STRONG fcobjs.h:54:26: error: 'PRI_CHAR_WIDTH_WEAK' undeclared here (not in a function); did you mean 'PRI_WIDTH_WEAK'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~ PRI_WIDTH_WEAK
* strata/libdrm-common.morph: Update to libdrm 2.4.71Javier Jardón2016-11-171-2/+2
| | | | This version adds support to etnaviv (vivante) GPUs
* strata/libdrm-common.morph: Upgrade libdrm to 2.4.67Javier Jardón2016-02-291-2/+2
| | | | Change-Id: Iec08785dc8909edd6acc5d7ef6d454fc46f63454
* strata/libdrm-common.morph: Upgrade libpciaccess to 0.13.4Javier Jardón2016-02-291-2/+2
| | | | Change-Id: I6b7631fc3507fc07bce055aed28c70734d0da6cf
* strata/libdrm-common.morph: Upgrade libdrm to 2.4.66Javier Jardón2016-01-181-2/+2
| | | | | | At least the mesa freedreno driver needs a newer version of libdrm Change-Id: Icdad79c13868c690624ceea02f1551f02f0715d9
* strata/libdrm-common: Upgrade to 2.4.64Javier Jardón2015-09-211-2/+2
| | | | | | | | | | No hacks for tegra are needed anymore as everything has been merged upstream in 2.4.62 Also remove --enable-freedreno-experimental-api, as freedreno is stable now Change-Id: Ic2d5e94e8601229422f470be4ed4215f894417b4
* Migrate to definitions format version 6Sam Thursfield2015-08-261-0/+1
| | | | Change-Id: I3845c77e8872ce2e1e8bc6a60e3ce7f184c32f58
* Upgrade libdrm to 2.4.60 and patch for jetsonJames Thomas2015-04-301-2/+2
| | | | | | Jetson support now requires new features not found in mainline yet Change-Id: I3128058e8e821ec00f26877ed42a1c46dcbd12b5
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+1
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* strata/libdrm-common: Upgrade to latest (2.4.59)Javier Jardón2015-02-041-2/+2
| | | | | We do not need to carry a branch anymore as Tegra support has been merged upstream
* strata/libdrm-common: Upgrade libpciaccess to latest (0.13.3)Javier Jardón2015-02-041-2/+2
|
* strata/libdrm-common.morph: Upgrade to latest drm (2.4.58)baserock/jjardon/drm_2.4.58Javier Jardón2014-11-241-2/+2
| | | | | This also fixes a compilation error on the freedreno driver in mesa as this driver depends on libdrm >= 2.4.57
* Change graphics-infra stratum name to xorg-util-macros-commonJavier Jardón2014-10-141-1/+1
| | | | | As libdrm was moved to an independent stratum this only holds some macros needed to compile other strata
* Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-141-0/+17
So libdrm only gets build when it's really needed