aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-18Update Android.mk with changes from AOSP libdrmlinaro-upstreamBernhard Rosenkränzer
2015-11-16configure.ac: test for the same atomic function as the one we useEmil Velikov
2015-11-16configure.ac: rework compiler builtin atomic testsJonathan Gray
2015-11-10radeon: Handle surface offsets exceeding 32 bits correctlyMichel Dänzer
2015-11-05libdrm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin
2015-11-03intel: Cleanup SKL PCI ID definitions.Ben Widawsky
2015-11-03intel: Add SKL GT4 PCI IDsBen Widawsky
2015-10-22amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis
2015-10-22amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis
2015-10-22amdgpu: Unlock mutex if base_required is invalidTom St Denis
2015-10-21drm: add virtgpu_drm.hDave Airlie
2015-10-20xf86drm: Handle unrecognized subsystems safely in drmGetDevice[s]()Matt Roper
2015-10-20xf86drm: Fix error handling for drmGetDevice()Matt Roper
2015-10-14Fix void pointer arithmetic in drmProcessPciDeviceMichel Dänzer
2015-10-02xf86drm: Fix error handling for drmGetDevices()Matt Roper
2015-09-28xf86drm: include <limits.h> for PATH_MAXFelix Janda
2015-09-21xf86drm: remove makedev() hack/workaroundEmil Velikov
2015-09-21exynos/fimg2d: remove g2d_context from public headerTobias Jakobi
2015-09-21exynos/fimg2d: add message prefixTobias Jakobi
2015-09-21exynos/fimg2d: make g2d_add_cmd() less heavyTobias Jakobi
2015-09-21exynos/fimg2d: remove superfluous initialization of g2d_point_valTobias Jakobi
2015-09-21exynos/fimg2d: remove default case from g2d_get_blend_op()Tobias Jakobi
2015-09-21exynos/fimg2d: add g2d_validate_xyz() functionsTobias Jakobi
2015-09-21exynos/fimg2d: add g2d_check_space()Tobias Jakobi
2015-09-21exynos/fimg2d: simplify base address submission in g2d_scale_and_blend()Tobias Jakobi
2015-09-21exynos/fimg2d: fix empty buffer handling in g2d_flush()Tobias Jakobi
2015-09-21Fix SunOS/NetBSD atomic macroEmil Velikov
2015-09-21tests/drmdevice: add drm{Get,Free}Device() exampleEmil Velikov
2015-09-21xf86drm: add drm{Get,Free}DeviceEmil Velikov
2015-09-21xf86drm: split out drmProcessPciDevice and drmFoldDuplicatedDevicesEmil Velikov
2015-09-21xf86drm: warn on missing drmGetMinorNameForFD implementationEmil Velikov
2015-09-21xf86drm: move ifdef __linux__ guards where neededEmil Velikov
2015-09-21xf86drm: rework drmGetDevices()Emil Velikov
2015-09-21util_math: add MAX3 macroEmil Velikov
2015-09-21xf86drm: rename drmSameDevice to drmCompareBusInfoEmil Velikov
2015-09-21xf86drm: move the final linux specific bits out of drmGetDevicesEmil Velikov
2015-09-21xf86drm: move platform details to drmParsePciDeviceInfo()Emil Velikov
2015-09-21xf86drm: flex platform specifics into drmParsePciBusInfoEmil Velikov
2015-09-21tests/drmdevice: add new 'test'Emil Velikov
2015-09-21xf86drmMode: smoke-test the atomic APIEmil Velikov
2015-09-21automake: set --enable-valgrind during make distcheckEmil Velikov
2015-09-19freedreno: debug msg cleanupRob Clark
2015-09-19freedreno: drop exported dmabuf fd trackingRob Clark
2015-09-19freedreno: don't reuse exported buffersRob Clark
2015-09-16Bump version for releaseRob Clark
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith
2015-09-09libdrm: Add framebuffer modifiers uapiTvrtko Ursulin
2015-09-09tests: Add -lm to LDADD for dristatMichel Dänzer
2015-09-04configure: remove -Wno-missing-field-initializersEmil Velikov
2015-09-04intel: ignore missing-field-initializers warningsEmil Velikov