summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-06-27docs: Add documentation for igt_assert_u32()Damien Lespiau
2015-06-27docs: Fix a "libraray" typoDamien Lespiau
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau
2015-06-27stats: Add a getter for the population propertyDamien Lespiau
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau
2015-06-27stats: Add gtkdoc section for igt_statsDamien Lespiau
2015-06-27stats: Add header gardsDamien Lespiau
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau