OSDN Git Service

xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic
[android-x86/external-libdrm.git] / tests /
2015-04-05 Emil Velikovtests/random: return non-zero on test failure
2015-04-05 Emil Velikovtests/random: extract test out of xf86drmRandom.c
2015-04-05 Emil Velikovtests/hash: return non-zero on failure
2015-04-05 Emil Velikovtests/hash: style fixes
2015-04-05 Emil Velikovtests/hash: misc compilation fixes
2015-04-05 Emil Velikovtests/hash: extract test out of xf86drmHash.c
2015-04-04 Jan Veselytests/drmsl: Extract tests out of xf86drmSL.c
2015-03-20 Jan Veselytests/exynos: Fix missing static keyword
2015-03-20 Jan VeselyFix unused function warnings
2015-03-20 Daniel Kurtztests: add rockchip to modetest, kmstest, vbltest and...
2015-03-20 Daniel Kurtzproptest: install it with --enable-install-test-programs
2015-03-20 Chih-Wei Huangandroid: simplify the including rule of subdirs
2015-03-16 Tobias Jakobiexynos: add exynos prefix to fimg2d header
2015-03-16 Tobias Jakobiexynos: use structure initialization instead of memset
2015-03-16 Tobias Jakobitests/exynos: fimg2d: add a checkerboard test
2015-03-16 Emil Velikovmodetest: include into the build when libkms is not...
2015-03-15 Jan VeselyAdd static qualifier to local functions
2015-03-14 Jan VeselyFix unused, and unused-but-set variables warnings
2015-03-14 Jan Veselydristat: Handle DRM_CONSISTENT
2015-03-14 Jan VeselyFix type-limits, pointer-arith and sign-compare warnings
2015-03-14 Jan Veselytests: String literals are const char *
2015-03-13 Maarten Lankhorstnouveau: make nouveau importing global buffers complete...
2015-03-10 Tobias Jakobitests/exynos: improve error handling
2015-03-10 Tobias Jakobitests/exynos: introduce wait_for_user_input
2015-03-10 Tobias Jakobitests/exynos: disable the G2D userptr/blend test
2015-03-10 Tobias Jakobitests/exynos: fix typos and change wording
2015-03-10 Emil Velikovtests: automake: keep the libs link at the final stage
2015-03-10 Emil Velikovtests: move the SUBDIR at the top of the makefile
2015-03-10 Emil Velikovautomake: drop the NULL variable from the makefile
2015-02-27 Emil Velikovtests/radeon: set the list* functions as inline
2015-02-27 Emil Velikovexynos_fimg2d_test: remove unused variables
2015-02-27 Emil Velikovtests: remove unused variables
2015-02-27 Emil Velikovautotools: add WARN_CFLAGS to all targets
2015-02-27 Emil Velikovtests: fix implicit funciton declaration errors
2015-02-27 Emil Velikovexynos_fimg2d_test: fix implicit funciton declaration...
2015-02-25 Philipp Zabeltests: add support for imx-drm
2015-02-11 Daniel Vettertests: remove intel-specific tests
2015-02-10 Jan VeselyFix gcc -Wextra warnings
2015-01-23 Frank BinnsRename DRM_NODE_RENDER to DRM_NODE_PRIMARY
2015-01-11 Laurent Pinchartmodetest: Allocate dumb buffers with the correct bpp
2014-11-27 Thierry Redingtegra: Add simple test for drm_tegra_open()
2014-11-27 Thierry Redinglibdrm: Add NVIDIA Tegra support
2014-11-25 Rob Clarkupdate signed/object prop types
2014-11-25 Ville Syrjälämodetest: Print newline for empty blobs
2014-11-25 Rob Clarkmodetest: alpha buffers
2014-11-25 Paulo Zanonitests: add proptest
2014-11-24 Rob Clarkmodetest: universal plane support
2014-11-22 Jasper St. Pierremodetest: Use threads for cursors instead of SIGALRM
2014-09-28 Rob Clarkmore compile fix
2014-09-28 Emil Velikovautomake: pick up all files for distribution.
2014-09-28 Benjamin Gaignardmodetest: Add support of STI driver
2014-09-28 Emil Velikovmodetest: add Android build
2014-09-28 Emil Velikovmodetest: move sources lists to makefiles.sources
2014-09-01 Emil Velikovall: include config.h only when available and use its...
2014-07-25 Maarten Lankhorstexynos: do not build fimg2d_test when building without...
2014-07-16 Thomas Klausnerradeon: Add missing header includes.
2014-05-13 Daniel Kurtzexynos_fimg2d_test: fix drmModeRmFB
2014-05-13 Daniel Kurtzexynos: remove unusable "run" target
2014-05-13 Daniel Kurtzeyxnos: install exynos tests if HAVE_INSTALL_TESTS
2014-04-22 Rob Clarkmodetest: add cursor support
2014-04-17 Thierry Redingtests: Use drmFreeVersion() instead of drmFree()
2014-04-17 Thierry RedingMark functions printf-like where possible
2014-01-24 Lucas Stachmodeprint: pretty print connector names
2014-01-12 Vincent ABRIOUmodetest: add the possibility to select the refresh...
2014-01-12 Hyungwon Hwangtests/kmstest: support exynos
2013-09-11 Ilia Mirkinmodetest: allow setting a scaling factor when showing...
2013-09-11 Ilia Mirkinmodetest: add a -D option to specify a device to be...
2013-08-30 Emil Velikovtests/modetest: silence compiler warning about uninitia...
2013-08-30 Emil Velikovtests/*version: add missing string.h header
2013-08-30 Rob Clarktests: add msm
2013-08-05 Laurent Pinchartmodetest: Allocate NV buffers large enough for the...
2013-08-05 Laurent Pinchartmodetest: Fix line stride in SMPTE YUV packet pattern...
2013-08-05 Laurent Pinchartmodetest: Try all possible encoders for a connector
2013-08-05 Laurent Pinchartmodetest: Support pipes with multiple connectors
2013-08-05 Laurent Pinchartmodetest: Rename struct connector_arg to struct pipe_arg
2013-08-05 Laurent Pinchartmodetest: Split mode setting and plane setup
2013-08-05 Laurent Pinchartmodetest: Give the CRTC ID to the -P option
2013-08-05 Laurent Pinchartmodetest: Store the mode in the crtc structure
2013-08-05 Laurent Pinchartmodetest: Store the crtc in the connector_arg structure
2013-08-05 Laurent Pinchartmodetest: Remove the struct connector_arg encoder field
2013-08-05 Laurent Pinchartmodetest: Compute CRTC pipe number as needed
2013-08-05 Laurent Pinchartmodetest: Create a device structure
2013-08-05 Laurent Pinchartmodetest: Remove the -m argument
2013-08-05 Laurent Pinchartmodetest: Print the plane ID when setting up a plane
2013-08-05 Laurent Pinchartmodetest: Allow specifying plane position
2013-08-05 Laurent Pinchartmodetest: Add a command line parameter to set properties
2013-08-05 Laurent Pinchartmodetest: Don't limit mode set and planes to two instances
2013-08-05 Laurent Pinchartmodetest: Retrieve all resources in one go
2013-08-05 Laurent Pinchartmodetest: Add a command line parameter to drop master...
2013-08-05 Laurent Pinchartmodetest: Add a command line parameter to select the...
2013-08-05 Laurent Pinchartmodetest: Sort command line arguments
2013-08-05 Laurent Pinchartmodetest: Remove extern declarations of opt(arg|ind...
2013-08-05 Laurent Pinchartmodetest: Fix warnings
2013-08-01 Rob Clarktests: add tilcdc to modetest/vbltest
2013-05-22 Ville Syrjälämodetest: Make RGB565 pwetty too
2013-04-18 Ville Syrjälämodetest: Add YUV420 support and fix YVU420 Cb/Cr ordering
2013-04-18 Ville Syrjälämodetest: Pass format_info to fill_tiles functions
2013-04-18 Ville Syrjälämodetest: Reduce the length of the connector type string
2013-04-18 Ville Syrjälämodetest: Print possible_crtcs for planes
2013-04-18 Ville Syrjälämodetest: Add support for all 16/32 bpp RGB formats
next