summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-01rendercopy/gen8: Fix vertex buffer relocationChris Wilson1-4/+3
2014-08-30batch: Fix typo in BLIT_BATCH_BEGINChris Wilson1-1/+1
2014-08-30batch: Specify number of relocations to accommodateChris Wilson2-34/+24
2014-08-29Prepare for 64bit relocation addressesChris Wilson5-29/+30
2014-08-29igt: Tweak the igt_assert_cmpint macroChris Wilson1-2/+2
2014-08-29lib/batchbuffer: Guard intel_blt_copy with even more assertsChris Wilson1-10/+14
2014-08-29lib/batchbuffer: Store the gen in a local variableChris Wilson2-4/+7
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson2-4/+40
2014-08-26lib: Use igt macros moreDaniel Vetter2-18/+19
2014-08-26lib/igt_* Use igt macros in igt libariesDaniel Vetter3-38/+29
2014-08-26lib/intel_* Use igt checks and macrosDaniel Vetter6-53/+38
2014-08-26lib/rendercopy*: Use igt_assertDaniel Vetter6-23/+23
2014-08-21lib/fb: Assert, instead of silently failing, when creating fbsDamien Lespiau1-12/+6
2014-08-21lib/fb: Replace straight igt_fail() by asserts with debug messagesDamien Lespiau1-3/+7
2014-08-21lib: Change the fb creation functions to take fully qualified tiling formatsDamien Lespiau2-25/+29
2014-08-14lib: add igt_restore_vt_modeThomas Wood2-6/+22
2014-08-12lib/igt_kms: doc for the remaining kmstest_ functionsDaniel Vetter1-2/+52
2014-08-12lib/igt_kms: Simplify return value of kmstest_get_connector_configDaniel Vetter2-11/+11
2014-08-12lib/igt_kms: Simplify return value of kmstest_get_connector_default_modeDaniel Vetter2-8/+8
2014-08-12lib/igt_kms: Shuffle kmtests_ functionsDaniel Vetter2-195/+196
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter2-8/+15
2014-08-12lib/igt_kms: doc for type2str functionsDaniel Vetter1-16/+37
2014-08-12lib/igt_kms: Clean up the other _name functions/macrosDaniel Vetter2-18/+35
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter3-32/+40
2014-08-07igt_kms: add kmstest_unset_all_crtcs()Paulo Zanoni2-0/+19
2014-08-07igt_kms: document and export kmstest_get_property()Paulo Zanoni2-6/+25
2014-08-07igt_kms: optionally return the property from get_propertyPaulo Zanoni1-13/+18
2014-08-07igt_kms: pass drm_fd instead of igt_display_t on some functionsPaulo Zanoni1-12/+11
2014-08-07igt_kms: don't get drmModeRes just to free it laterPaulo Zanoni1-12/+0
2014-08-06lib/chv: CHV media pipeline command sequenceSean V Kelley4-1/+381
2014-07-30core: Add all kernel log levelsChris Wilson1-1/+8
2014-07-30lib: don't abort if forcing the connector state failsThomas Wood2-6/+15
2014-07-30lib: check test options for conflictsThomas Wood1-4/+42
2014-07-30lib: avoid getopt value conflicts with testsThomas Wood1-8/+15
2014-07-29lib: Add ndebug to the headersBen Widawsky1-0/+1
2014-07-29lib: Don't take a reference to the surface in get_cairo_surface()Damien Lespiau1-1/+1
2014-07-29lib: NULLify ->cairo_surface once unmappedDamien Lespiau1-0/+2
2014-07-29lib: Split the GTT mapping out of get_cairo_surface()Damien Lespiau1-11/+15
2014-07-29lib: Remove unused field from struct igt_fbDamien Lespiau1-1/+0
2014-07-25drmtest: First check that driver is i915Chris Wilson1-12/+28
2014-07-25intel-gpu-tools: fix version.h creation in androidTim Gore3-12/+18
2014-07-25core: Inject program name into dmesgChris Wilson1-21/+24
2014-07-25core: Improve phrasing for test requirementsChris Wilson2-4/+7
2014-07-24core: Inject subtest message into dmesgChris Wilson1-5/+25
2014-07-24igt_core: Read manpages more carefully for WNOHANGChris Wilson1-5/+13
2014-07-24igt_core: Refactor igt_stop_helper() to use igt_wait_helper()Chris Wilson2-29/+18
2014-07-24core: Only use signalsafe functions inside signal handlersChris Wilson1-24/+9
2014-07-23linux: placate drop_caches and pass it a '\n'Chris Wilson1-1/+1
2014-07-23build: improve version.h generationThomas Wood5-24/+27
2014-07-23lib: add an exit code to use when invalid options are specifiedThomas Wood2-4/+11