summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-16exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLORTobias Jakobi
2015-03-16exynos: add fimg2d header to common includesTobias Jakobi
2015-03-16exynos: add exynos prefix to fimg2d headerTobias Jakobi
2015-03-16exynos: use structure initialization instead of memsetTobias Jakobi
2015-03-16exynos: honor the repeat mode in g2d_copy_with_scaleTobias Jakobi
2015-03-16exynos: add g2d_scale_and_blendTobias Jakobi
2015-03-16tests/exynos: fimg2d: add a checkerboard testTobias Jakobi
2015-03-16modetest: include into the build when libkms is not selected.Emil Velikov
2015-03-15Add static qualifier to local functionsJan Vesely
2015-03-14Fix unused, and unused-but-set variables warningsJan Vesely
2015-03-14dristat: Handle DRM_CONSISTENTJan Vesely
2015-03-14Fix type-limits, pointer-arith and sign-compare warningsJan Vesely
2015-03-14tests: String literals are const char *Jan Vesely
2015-03-14On Solaris, #include <sys/mkdev.h> in xf86drm.cAlan Coopersmith
2015-03-13nouveau: Do not add most bo's to the global bo list.Maarten Lankhorst
2015-03-13nouveau: make nouveau importing global buffers completely thread-safe, with t...Maarten Lankhorst
2015-03-13Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_testMaarten Lankhorst
2015-03-13Add atomic_inc_return to atomics.Maarten Lankhorst
2015-03-10exynos: fimg2d: whitespace fix in g2d_flushTobias Jakobi
2015-03-10exynos: fimg2d: introduce G2D_OP_INTERPOLATETobias Jakobi
2015-03-10exynos: fimg2d: unify register styleTobias Jakobi
2015-03-10exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLORTobias Jakobi
2015-03-10exynos: fimg2d: remove TRUE/FALSE from headerTobias Jakobi
2015-03-10tests/exynos: improve error handlingTobias Jakobi
2015-03-10exynos: introduce g2d_add_base_addr helper functionTobias Jakobi
2015-03-10tests/exynos: introduce wait_for_user_inputTobias Jakobi
2015-03-10tests/exynos: disable the G2D userptr/blend testTobias Jakobi
2015-03-10tests/exynos: fix typos and change wordingTobias Jakobi
2015-03-10exynos: replace G2D_DOUBLE_TO_FIXED macro with functionTobias Jakobi
2015-03-10drm: add drmGet(Primary|Render)DeviceNameFromFd functionsEmil Velikov
2015-03-10tests: automake: keep the libs link at the final stageEmil Velikov
2015-03-10tests: move the SUBDIR at the top of the makefileEmil Velikov
2015-03-10automake: drop the NULL variable from the makefileEmil Velikov
2015-03-10configure: update help stringsEmil Velikov
2015-03-10configure: omap, freedreno and tegra require atomicsEmil Velikov
2015-03-10automake: wrap an insanely long lineEmil Velikov
2015-03-06Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"Daniel Vetter
2015-03-02intel: Fix documentation for drm_intel_gem_bo_wait()Kristian Høgsberg
2015-02-27tests/radeon: set the list* functions as inlineEmil Velikov
2015-02-27exynos_fimg2d_test: remove unused variablesEmil Velikov
2015-02-27tests: remove unused variablesEmil Velikov
2015-02-27autotools: add WARN_CFLAGS to all targetsEmil Velikov
2015-02-27tests: fix implicit funciton declaration errorsEmil Velikov
2015-02-27exynos_fimg2d_test: fix implicit funciton declaration errorsEmil Velikov
2015-02-27autotools: add AM_DISTCHECK_CONFIGURE_FLAGSEmil Velikov
2015-02-25tests: add support for imx-drmPhilipp Zabel
2015-02-23Add new drmGetNodeTypeFromFd functionFrank Binns
2015-02-23android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIESChih-Wei Huang
2015-02-23libdrm: fix the Android 64bit buildEmil Velikov
2015-02-16nouveau: fix unlock nouveau_bo_name_ref()Jerome Glisse