summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau1-2/+7
2015-07-02docs: various documentation fixesThomas Wood12-32/+32
2015-07-02docs: fix "no link" warningThomas Wood1-1/+1
2015-07-02docs: override section id to avoid '/' in filenamesThomas Wood1-0/+1
2015-07-01stats: Add trimeanChris Wilson2-0/+17
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson2-0/+38
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau1-0/+24
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau3-16/+34
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau1-4/+42
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau1-0/+19
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau3-1/+20
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau3-0/+177
2015-06-27stats: Add a bulk version of _push()Damien Lespiau2-0/+19
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau1-6/+6
2015-06-27lib: Add double versions of igt_assert_cmp() and igt_assert_eq()Damien Lespiau1-0/+27
2015-06-27docs: Add documentation for igt_assert_cmpuint()Damien Lespiau1-0/+9
2015-06-27docs: Add documentation for igt_assert_u32()Damien Lespiau1-0/+8
2015-06-27docs: Fix a "libraray" typoDamien Lespiau1-1/+1
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau3-0/+28
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau3-0/+48
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau1-13/+11
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau1-0/+5
2015-06-27stats: Add a getter for the population propertyDamien Lespiau3-0/+30
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau3-1/+37