summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-19build: Bump version number to 2.4.60 before releaselibdrm-2.4.602.4.60Damien Lespiau1-1/+1
2015-03-18intel: Export total subslice and EU countsJeff McGee3-0/+36
2015-03-17configure.ac: error out if building freedreno_kgsl without freedrenoEmil Velikov1-0/+5
2015-03-17configure.ac: fix help string copy/pastaEmil Velikov1-2/+2
2015-03-17configure.ac: fix host_cpu/atomics detectionEmil Velikov1-59/+50
2015-03-17autogen.sh: handle out-of-tree invokationEmil Velikov1-4/+12
2015-03-17configure: Stop using AM_MAINTAINER_MODEEmil Velikov2-2/+1
2015-03-16exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLORTobias Jakobi1-1/+7
2015-03-16exynos: add fimg2d header to common includesTobias Jakobi1-2/+1
2015-03-16exynos: add exynos prefix to fimg2d headerTobias Jakobi4-3/+3
2015-03-16exynos: use structure initialization instead of memsetTobias Jakobi2-14/+5
2015-03-16exynos: honor the repeat mode in g2d_copy_with_scaleTobias Jakobi1-0/+5
2015-03-16exynos: add g2d_scale_and_blendTobias Jakobi2-0/+134
2015-03-16tests/exynos: fimg2d: add a checkerboard testTobias Jakobi1-0/+117
2015-03-16modetest: include into the build when libkms is not selected.Emil Velikov1-2/+2
2015-03-15Add static qualifier to local functionsJan Vesely5-14/+14
2015-03-14Fix unused, and unused-but-set variables warningsJan Vesely2-6/+7
2015-03-14dristat: Handle DRM_CONSISTENTJan Vesely1-0/+1
2015-03-14Fix type-limits, pointer-arith and sign-compare warningsJan Vesely3-5/+3
2015-03-14tests: String literals are const char *Jan Vesely3-3/+3
2015-03-14On Solaris, #include <sys/mkdev.h> in xf86drm.cAlan Coopersmith2-0/+5
2015-03-13nouveau: Do not add most bo's to the global bo list.Maarten Lankhorst1-24/+22
2015-03-13nouveau: make nouveau importing global buffers completely thread-safe, with t...Maarten Lankhorst6-37/+210
2015-03-13Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_testMaarten Lankhorst1-1/+1
2015-03-13Add atomic_inc_return to atomics.Maarten Lankhorst1-0/+3
2015-03-10exynos: fimg2d: whitespace fix in g2d_flushTobias Jakobi1-1/+1
2015-03-10exynos: fimg2d: introduce G2D_OP_INTERPOLATETobias Jakobi2-0/+5
2015-03-10exynos: fimg2d: unify register styleTobias Jakobi1-1/+1
2015-03-10exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLORTobias Jakobi1-1/+1
2015-03-10exynos: fimg2d: remove TRUE/FALSE from headerTobias Jakobi2-9/+2
2015-03-10tests/exynos: improve error handlingTobias Jakobi1-1/+13
2015-03-10exynos: introduce g2d_add_base_addr helper functionTobias Jakobi1-43/+32
2015-03-10tests/exynos: introduce wait_for_user_inputTobias Jakobi1-3/+11
2015-03-10tests/exynos: disable the G2D userptr/blend testTobias Jakobi1-0/+10
2015-03-10tests/exynos: fix typos and change wordingTobias Jakobi2-6/+6
2015-03-10exynos: replace G2D_DOUBLE_TO_FIXED macro with functionTobias Jakobi2-7/+17
2015-03-10drm: add drmGet(Primary|Render)DeviceNameFromFd functionsEmil Velikov2-0/+87
2015-03-10tests: automake: keep the libs link at the final stageEmil Velikov1-3/+2
2015-03-10tests: move the SUBDIR at the top of the makefileEmil Velikov1-13/+15
2015-03-10automake: drop the NULL variable from the makefileEmil Velikov1-5/+2
2015-03-10configure: update help stringsEmil Velikov1-2/+2
2015-03-10configure: omap, freedreno and tegra require atomicsEmil Velikov1-8/+21
2015-03-10automake: wrap an insanely long lineEmil Velikov1-1/+12
2015-03-06Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"Daniel Vetter1-7/+8
2015-03-02intel: Fix documentation for drm_intel_gem_bo_wait()Kristian Høgsberg1-5/+7
2015-02-27tests/radeon: set the list* functions as inlineEmil Velikov1-6/+6
2015-02-27exynos_fimg2d_test: remove unused variablesEmil Velikov1-5/+0
2015-02-27tests: remove unused variablesEmil Velikov2-3/+2
2015-02-27autotools: add WARN_CFLAGS to all targetsEmil Velikov9-2/+11
2015-02-27tests: fix implicit funciton declaration errorsEmil Velikov7-0/+7