index
:
~abj/intel-gpu-tools
force_edid
kms_busy
master
rs
spin_batch2
spin_batch_fix_ILK
spin_batch_fix_ILK_ver2
spin_master
igt tests
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-21
lib: add a single include header
Thomas Wood
1
-0
/
+49
2015-08-14
lib/igt_draw: break if we already wrote every pixel
Paulo Zanoni
1
-0
/
+5
2015-08-14
lib/igt_draw: fix pwrite_tiled()
Paulo Zanoni
1
-1
/
+2
2015-08-14
lib/igt_draw: add support for RGB565 and XRGB2101010
Paulo Zanoni
2
-54
/
+122
2015-08-14
lib/igt_core: use print("%s", #expr) instead of print(#expr)
Paulo Zanoni
1
-4
/
+4
2015-08-14
lib: Allow caller to use uint64_t sizes with intel_require_memory()
Chris Wilson
2
-6
/
+5
2015-08-13
lib/rendercopy_gen9: Setup Push constant pointer before sending BTP commands
Arun Siluvery
1
-7
/
+7
2015-08-13
lib/rendercopy_gen9: WaBindlessSurfaceStateModifyEnable
Mika Kuoppala
1
-3
/
+7
2015-08-13
benckmarks/Android.mk: Fix building benchmarks for Android
Derek Morton
1
-1
/
+1
2015-08-12
lib/core: Add igt_reset_timeout
Daniel Vetter
3
-2
/
+16
2015-08-12
lib/core: Add optional reason for timeout failure
Daniel Vetter
4
-6
/
+15
2015-08-12
tests/gem_ctx_param_basic: support NO_ZEROMAP
David Weinehall
1
-0
/
+1
2015-08-05
lib: add igt_debugfs_read()
Paulo Zanoni
2
-0
/
+39
2015-07-28
igt/gem_streaming_writes: Bind into the GTT early
Chris Wilson
1
-0
/
+27
2015-07-22
benchmarks: Benchmarkify gem_exec_nop
Chris Wilson
1
-1
/
+1
2015-07-20
lib/gpgpu_fill: Add SKL support
Dominik Zeromski
3
-0
/
+111
2015-07-20
lib/gpgpu_fill: Add BDW support
Dominik Zeromski
3
-6
/
+299
2015-07-20
lib: Move gpgpu_fill code to separate file
Dominik Zeromski
6
-159
/
+463
2015-07-20
lib: exit immediately if igt_fail is called in an exit handler
Thomas Wood
1
-0
/
+8
2015-07-19
igt/stats: Fixup tests to compile after interface changes
Chris Wilson
1
-1
/
+2
2015-07-19
lib: Allow storing floating point values in igt_stats
Chris Wilson
2
-23
/
+91
2015-07-14
configure: require libdrm >= 2.4.55
Paulo Zanoni
1
-12
/
+0
2015-07-02
build: Don't use automake's conditional in a Makefile.sources
Damien Lespiau
1
-3
/
+4
2015-07-02
build: Add an option to not use the git hash in version
Damien Lespiau
1
-0
/
+5
2015-07-02
build: Add DEBUG_FLAGS to tools and self-tests
Damien Lespiau
1
-1
/
+1
2015-07-02
aux: Don't evaluate several times the arguments of min() and max()
Damien Lespiau
1
-2
/
+10
2015-07-02
stats: Add wikipedia links to get_trimean() and get_iqm()
Damien Lespiau
1
-2
/
+7
2015-07-02
docs: various documentation fixes
Thomas Wood
12
-32
/
+32
2015-07-02
docs: fix "no link" warning
Thomas Wood
1
-1
/
+1
2015-07-02
docs: override section id to avoid '/' in filenames
Thomas Wood
1
-0
/
+1
2015-07-01
stats: Add trimean
Chris Wilson
2
-0
/
+17
2015-07-01
stats: Add the interquartile mean (IQM)
Chris Wilson
2
-0
/
+38
2015-06-27
stats: Exercise the reallocation paths
Damien Lespiau
1
-0
/
+24
2015-06-27
stats: Spwan igt_init_with_size() from igt_init()
Damien Lespiau
3
-16
/
+34
2015-06-27
stats: Allow the underlying arrays to grow at will
Damien Lespiau
1
-4
/
+42
2015-06-27
stats: Test we do correctly invalidate the sorted array
Damien Lespiau
1
-0
/
+19
2015-06-27
stats: Add support for the interquartile range (IQR)
Damien Lespiau
3
-1
/
+20
2015-06-27
stats: Add support for quartiles (and thus median)
Damien Lespiau
3
-0
/
+177
2015-06-27
stats: Add a bulk version of _push()
Damien Lespiau
2
-0
/
+19
2015-06-27
stats: Use igt_assert_eq_double() when asserting on doubles
Damien Lespiau
1
-6
/
+6
2015-06-27
lib: Add double versions of igt_assert_cmp() and igt_assert_eq()
Damien Lespiau
1
-0
/
+27
2015-06-27
docs: Add documentation for igt_assert_cmpuint()
Damien Lespiau
1
-0
/
+9
2015-06-27
docs: Add documentation for igt_assert_u32()
Damien Lespiau
1
-0
/
+8
2015-06-27
docs: Fix a "libraray" typo
Damien Lespiau
1
-1
/
+1
2015-06-27
stats: Add igt_stats_get_range()
Damien Lespiau
3
-0
/
+28
2015-06-27
stats: Add functions to retrieve min/max values of the dataset
Damien Lespiau
3
-0
/
+48
2015-06-27
stats: Factor out a fixture to initialize stats
Damien Lespiau
1
-13
/
+11
2015-06-27
stats: Add a note about the standard deviation derived from unbiased variance
Damien Lespiau
1
-0
/
+5
2015-06-27
stats: Add a getter for the population property
Damien Lespiau
3
-0
/
+30
2015-06-27
stats: Add a way to specify if the data set is a population or a sample
Damien Lespiau
3
-1
/
+37
[next]