summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau
2015-06-27stats: Use an algorithm popularised by Knuth to compute mean and varianceDamien Lespiau
2015-06-27tests/igt_stats: Call igt_stats_fini() to not leak the arrayDamien Lespiau
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau
2015-06-26lib/igt_draw: move to the GTT domain before using GTT mmapsPaulo Zanoni
2015-06-26lib/igt_core: fflush stdout after printing subtest resultsPaulo Zanoni
2015-06-25lib: Add a tiny utility function to compute averagesDamien Lespiau