Age | Commit message (Expand) | Author |
2015-03-16 | tests/exynos: fimg2d: add a checkerboard test | Tobias Jakobi |
2015-03-16 | modetest: include into the build when libkms is not selected. | Emil Velikov |
2015-03-15 | Add static qualifier to local functions | Jan Vesely |
2015-03-14 | Fix unused, and unused-but-set variables warnings | Jan Vesely |
2015-03-14 | dristat: Handle DRM_CONSISTENT | Jan Vesely |
2015-03-14 | Fix type-limits, pointer-arith and sign-compare warnings | Jan Vesely |
2015-03-14 | tests: String literals are const char * | Jan Vesely |
2015-03-14 | On Solaris, #include <sys/mkdev.h> in xf86drm.c | Alan Coopersmith |
2015-03-13 | nouveau: Do not add most bo's to the global bo list. | Maarten Lankhorst |
2015-03-13 | nouveau: make nouveau importing global buffers completely thread-safe, with t... | Maarten Lankhorst |
2015-03-13 | Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_test | Maarten Lankhorst |
2015-03-13 | Add atomic_inc_return to atomics. | Maarten Lankhorst |
2015-03-10 | exynos: fimg2d: whitespace fix in g2d_flush | Tobias Jakobi |
2015-03-10 | exynos: fimg2d: introduce G2D_OP_INTERPOLATE | Tobias Jakobi |
2015-03-10 | exynos: fimg2d: unify register style | Tobias Jakobi |
2015-03-10 | exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLOR | Tobias Jakobi |
2015-03-10 | exynos: fimg2d: remove TRUE/FALSE from header | Tobias Jakobi |
2015-03-10 | tests/exynos: improve error handling | Tobias Jakobi |
2015-03-10 | exynos: introduce g2d_add_base_addr helper function | Tobias Jakobi |
2015-03-10 | tests/exynos: introduce wait_for_user_input | Tobias Jakobi |
2015-03-10 | tests/exynos: disable the G2D userptr/blend test | Tobias Jakobi |
2015-03-10 | tests/exynos: fix typos and change wording | Tobias Jakobi |
2015-03-10 | exynos: replace G2D_DOUBLE_TO_FIXED macro with function | Tobias Jakobi |
2015-03-10 | drm: add drmGet(Primary|Render)DeviceNameFromFd functions | Emil Velikov |
2015-03-10 | tests: automake: keep the libs link at the final stage | Emil Velikov |
2015-03-10 | tests: move the SUBDIR at the top of the makefile | Emil Velikov |
2015-03-10 | automake: drop the NULL variable from the makefile | Emil Velikov |
2015-03-10 | configure: update help strings | Emil Velikov |
2015-03-10 | configure: omap, freedreno and tegra require atomics | Emil Velikov |
2015-03-10 | automake: wrap an insanely long line | Emil Velikov |
2015-03-06 | Revert "intel: Fix documentation for drm_intel_gem_bo_wait()" | Daniel Vetter |
2015-03-02 | intel: Fix documentation for drm_intel_gem_bo_wait() | Kristian Høgsberg |
2015-02-27 | tests/radeon: set the list* functions as inline | Emil Velikov |
2015-02-27 | exynos_fimg2d_test: remove unused variables | Emil Velikov |
2015-02-27 | tests: remove unused variables | Emil Velikov |
2015-02-27 | autotools: add WARN_CFLAGS to all targets | Emil Velikov |
2015-02-27 | tests: fix implicit funciton declaration errors | Emil Velikov |
2015-02-27 | exynos_fimg2d_test: fix implicit funciton declaration errors | Emil Velikov |
2015-02-27 | autotools: add AM_DISTCHECK_CONFIGURE_FLAGS | Emil Velikov |
2015-02-25 | tests: add support for imx-drm | Philipp Zabel |
2015-02-23 | Add new drmGetNodeTypeFromFd function | Frank Binns |
2015-02-23 | android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES | Chih-Wei Huang |
2015-02-23 | libdrm: fix the Android 64bit build | Emil Velikov |
2015-02-16 | nouveau: fix unlock nouveau_bo_name_ref() | Jerome Glisse |
2015-02-12 | Add new drmOpenOnceWithType function (v2) | Jammy Zhou |
2015-02-12 | Add new drmOpenWithType function (v4) | Jammy Zhou |
2015-02-12 | Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h | Alan Coopersmith |
2015-02-11 | xf86drm: Fix ioctl struct clearing in drmGetVersion | Daniel Vetter |
2015-02-11 | tests: remove intel-specific tests | Daniel Vetter |
2015-02-11 | xf86drm: Unconditionally clear ioctl structs | Daniel Vetter |