summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-06-24lib: Enable locale dependent output to a terminalChris Wilson
2015-06-15lib: Use HAS_GPU_RESET rather than opencode our guessChris Wilson
2015-06-15lib/tests/igt_segfault Add unit test to test segfault handlingDerek Morton
2015-06-11lib/igt_aux: add functions to manipulate i915.ko parametersPaulo Zanoni
2015-05-28lib/igt_core.c: Flag the test as failing after a segfaultDerek Morton
2015-05-27lib: Enable building unit tests on androidDerek Morton
2015-05-18lib/bxt: Update the Broxton PCI IDsDamien Lespiau
2015-05-15lib: Add a user data pointer to the argument parsing functionsDamien Lespiau
2015-05-14igt.cocci: don't use igt_assert_neq to compare pointersThomas Wood
2015-05-14docs: various documentation fixesThomas Wood
2015-05-14lib/debugfs: wait_for_keypress("crc") when collecting CRCPaulo Zanoni
2015-05-12igt_kms: Do not reset plane position on assigning a fbTvrtko Ursulin
2015-05-12igt_kms: Merge condition in igt_plane_set_fbTvrtko Ursulin