summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-11lib: remove support for deprecated drm_open_any*() callsMicah Fedke
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-09-11lib: adding drm_open_driver() interfaceMicah Fedke
2015-09-11lib: don't use igt_warn in signal handlersThomas Wood
2015-09-08build: fix unused-result warningsThomas Wood
2015-09-08lib: various documentation fixesThomas Wood
2015-08-25lib/gpgpu_fill.c: fix file permissionsThomas Wood
2015-08-21lib: fix distcheck issuesThomas Wood
2015-08-21lib: add a single include headerThomas Wood
2015-08-14lib/igt_draw: break if we already wrote every pixelPaulo Zanoni
2015-08-14lib/igt_draw: fix pwrite_tiled()Paulo Zanoni
2015-08-14lib/igt_draw: add support for RGB565 and XRGB2101010Paulo Zanoni
2015-08-14lib/igt_core: use print("%s", #expr) instead of print(#expr)Paulo Zanoni
2015-08-14lib: Allow caller to use uint64_t sizes with intel_require_memory()Chris Wilson
2015-08-13lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commandsArun Siluvery
2015-08-13lib/rendercopy_gen9: WaBindlessSurfaceStateModifyEnableMika Kuoppala
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter
2015-08-12tests/gem_ctx_param_basic: support NO_ZEROMAPDavid Weinehall
2015-08-05lib: add igt_debugfs_read()Paulo Zanoni
2015-07-28igt/gem_streaming_writes: Bind into the GTT earlyChris Wilson
2015-07-22benchmarks: Benchmarkify gem_exec_nopChris Wilson
2015-07-20lib/gpgpu_fill: Add SKL supportDominik Zeromski
2015-07-20lib/gpgpu_fill: Add BDW supportDominik Zeromski
2015-07-20lib: Move gpgpu_fill code to separate fileDominik Zeromski
2015-07-20lib: exit immediately if igt_fail is called in an exit handlerThomas Wood
2015-07-19igt/stats: Fixup tests to compile after interface changesChris Wilson
2015-07-19lib: Allow storing floating point values in igt_statsChris Wilson
2015-07-14configure: require libdrm >= 2.4.55Paulo Zanoni
2015-07-02build: Don't use automake's conditional in a Makefile.sourcesDamien Lespiau
2015-07-02build: Add an option to not use the git hash in versionDamien Lespiau
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau
2015-07-02aux: Don't evaluate several times the arguments of min() and max()Damien Lespiau
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau
2015-07-02docs: various documentation fixesThomas Wood
2015-07-02docs: fix "no link" warningThomas Wood
2015-07-02docs: override section id to avoid '/' in filenamesThomas Wood
2015-07-01stats: Add trimeanChris Wilson
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau
2015-06-27stats: Add a bulk version of _push()Damien Lespiau
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau
2015-06-27lib: Add double versions of igt_assert_cmp() and igt_assert_eq()Damien Lespiau
2015-06-27docs: Add documentation for igt_assert_cmpuint()Damien Lespiau