summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä2-10/+5
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä4-11/+71
2015-10-09lib: Die if framebuffer GTT mapping failsVille Syrjälä1-1/+4
2015-10-09lib: Document that gem_mmap__{cpu,gtt,wc} return NULL on failureVille Syrjälä1-3/+3
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä2-17/+1
2015-10-08lib/igt_fb: don't forget to close parens on message printedPaulo Zanoni1-1/+1
2015-10-07lib/igt.cocci: De-opencode ioctlsDaniel Stone1-0/+18
2015-10-07lib/drmtest: Add do_ioctl_err to expect failureDaniel Stone1-1/+17
2015-10-07lib/igt.cocci: Add greater-than to igt_assert_lt*Daniel Stone1-0/+12
2015-10-07lib/igt_core: Add igt_assert_fdDaniel Stone1-0/+12
2015-10-07lib/igt_core: Add igt_assert_neq_*() variantsDaniel Stone1-0/+27
2015-10-07lib/core: Fix docs for igt_assert_lt(e)Daniel Vetter1-2/+2
2015-09-25lib: fix fopen mode in igt_debugfs_searchThomas Wood1-1/+1
2015-09-24lib: add igt_debugfs_searchThomas Wood2-0/+32
2015-09-24lib/tests: explicitly raise SIGSEGVThomas Wood1-1/+6
2015-09-17lib: allow wildcard matching when specifying subtestsThomas Wood1-1/+2
2015-09-11lib: remove support for deprecated drm_open_any*() callsMicah Fedke1-7/+0
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke2-2/+2
2015-09-11lib: adding drm_open_driver() interfaceMicah Fedke2-40/+75
2015-09-11lib: don't use igt_warn in signal handlersThomas Wood1-3/+8
2015-09-08build: fix unused-result warningsThomas Wood1-2/+6
2015-09-08lib: various documentation fixesThomas Wood14-15/+16
2015-08-25lib/gpgpu_fill.c: fix file permissionsThomas Wood1-0/+0
2015-08-21lib: fix distcheck issuesThomas Wood2-1/+1
2015-08-21lib: add a single include headerThomas Wood1-0/+49
2015-08-14lib/igt_draw: break if we already wrote every pixelPaulo Zanoni1-0/+5
2015-08-14lib/igt_draw: fix pwrite_tiled()Paulo Zanoni1-1/+2
2015-08-14lib/igt_draw: add support for RGB565 and XRGB2101010Paulo Zanoni2-54/+122
2015-08-14lib/igt_core: use print("%s", #expr) instead of print(#expr)Paulo Zanoni1-4/+4
2015-08-14lib: Allow caller to use uint64_t sizes with intel_require_memory()Chris Wilson2-6/+5
2015-08-13lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commandsArun Siluvery1-7/+7
2015-08-13lib/rendercopy_gen9: WaBindlessSurfaceStateModifyEnableMika Kuoppala1-3/+7
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton1-1/+1
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter3-2/+16
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter4-6/+15
2015-08-12tests/gem_ctx_param_basic: support NO_ZEROMAPDavid Weinehall1-0/+1
2015-08-05lib: add igt_debugfs_read()Paulo Zanoni2-0/+39
2015-07-28igt/gem_streaming_writes: Bind into the GTT earlyChris Wilson1-0/+27
2015-07-22benchmarks: Benchmarkify gem_exec_nopChris Wilson1-1/+1
2015-07-20lib/gpgpu_fill: Add SKL supportDominik Zeromski3-0/+111
2015-07-20lib/gpgpu_fill: Add BDW supportDominik Zeromski3-6/+299
2015-07-20lib: Move gpgpu_fill code to separate fileDominik Zeromski6-159/+463
2015-07-20lib: exit immediately if igt_fail is called in an exit handlerThomas Wood1-0/+8
2015-07-19igt/stats: Fixup tests to compile after interface changesChris Wilson1-1/+2
2015-07-19lib: Allow storing floating point values in igt_statsChris Wilson2-23/+91
2015-07-14configure: require libdrm >= 2.4.55Paulo Zanoni1-12/+0
2015-07-02build: Don't use automake's conditional in a Makefile.sourcesDamien Lespiau1-3/+4
2015-07-02build: Add an option to not use the git hash in versionDamien Lespiau1-0/+5
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau1-1/+1
2015-07-02aux: Don't evaluate several times the arguments of min() and max()Damien Lespiau1-2/+10