summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: drop unneeded dependency to libudevEric Engestrom2018-03-201-7/+1
* meson,configure: include config.h automaticallyEric Engestrom2018-03-2096-370/+3
* meson: replace `if(compiles) have=true` with `have=compiles`Eric Engestrom2018-03-201-3/+2
* meson,configure: always define UDEVEric Engestrom2018-03-203-5/+7
* meson,configure: always define HAVE_VISIBILITYEric Engestrom2018-03-203-5/+6
* meson,configure: always define HAVE_OPEN_MEMSTREAMEric Engestrom2018-03-203-6/+6
* tests: fix memory leak issueInki Dae2018-03-201-3/+6
* libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64John Stultz2018-03-181-0/+2
* tests/exynos: remove dead conditionSeung-Woo Kim2018-03-151-7/+0
* meson: detect alloca.hEric Engestrom2018-03-141-1/+1
* meson: make it easy to add headers to checkEric Engestrom2018-03-141-6/+5
* meson: don't use compiler.has_headerDylan Baker2018-03-131-2/+2
* meson: use pkg-config to detect libatomic_opsEric Engestrom2018-03-099-9/+11
* drm/amdgpu: Remove IB count checkingSabre Shao2018-03-081-2/+0
* Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"Marek Olšák2018-03-081-1/+1
* amdgpu:support 16 ibs per submit for PAL/SRIOVQiang Yu2018-03-081-1/+1
* freedreno: add missing symbols to symbol-checkEric Engestrom2018-03-081-0/+2
* drm/atomic: Refuse to add invalid objects to requestsDaniel Stone2018-03-071-0/+3
* intel/intel_chipset.h: Sync Cannonlake IDs.Rodrigo Vivi2018-03-051-24/+28
* bump version for releaseRob Clark2018-03-052-2/+2
* meson: add configuration summaryEric Engestrom2018-03-051-0/+17
* tests/amdgpu: Fix misspellings of "suite"Michel Dänzer2018-03-022-12/+12
* test/amdgpu: disable bo eviction test by defaultChunming Zhou2018-03-021-0/+2
* amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"Christian König2018-02-281-2/+2
* amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König2018-02-284-8/+24
* amdgpu: mostly revert "use the high VA range if possible v2"Christian König2018-02-282-14/+20
* freedreno: add interface to get buffer addressRob Clark2018-02-264-0/+27
* *-symbol-check: Don't hard-code nm executableHeiko Becker2018-02-2320-9/+22
* android: fix gralloc_handle_create() problemsRob Herring2018-02-201-18/+16
* android: add helper to convert buffer_handle_t to gralloc_handle_t ptrRob Herring2018-02-201-0/+5
* android: fix mis-named alloc_handle_tRob Herring2018-02-201-1/+1
* android: revert making handle magic and version members constRob Herring2018-02-201-2/+2
* meson/configure.ac: pthread-stubs not present on OpenBSDJonathan Gray2018-02-202-4/+3
* meson: do not use cairo/valgrind if disabledIgor Gnatenko2018-02-201-6/+18
* amdgpu: Fix mistake in initial hole size calculation.Andrey Grodzovsky2018-02-191-1/+2
* drm/tegra: Sanitize format modifiersThierry Reding2018-02-192-31/+33
* drm/fourcc: Fix fourcc_mod_code() definitionThierry Reding2018-02-191-1/+1
* RELEASING: mention mesonMarek Olšák2018-02-171-3/+3
* meson: bump the version numberMarek Olšák2018-02-171-1/+1
* configure.ac: bump version to 2.4.90Marek Olšák2018-02-171-1/+1
* android: Change gralloc_handle_t members to be fixed widthRobert Foss2018-02-141-9/+11
* android: Remove member name from gralloc_handle_tRobert Foss2018-02-141-2/+1
* android: Mark gralloc_handle_t magic variable as constRobert Foss2018-02-141-1/+1
* android: Add version variable to gralloc_handle_tRobert Foss2018-02-141-1/+7
* android: Move gralloc handle struct to libdrmRobert Foss2018-02-143-2/+110
* amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-checkMichel Dänzer2018-02-121-0/+1
* amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák2018-02-093-0/+36
* meson: include headers in root directory in ext_libdrmDylan Baker2018-02-091-1/+1
* amdgpu: clean up non list code path for vamgr v2Chunming Zhou2018-02-092-80/+44
* Revert "amdgpu: clean up non list code path for vamgr"Michel Dänzer2018-02-082-43/+80