index
:
~dolphin/igt-gpu-tools
v8-shell
Joonas's IGT GPU Tools branches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()
Ville Syrjälä
2
-10
/
+5
2015-10-09
Make gem_mmap__{cpu,gtt,wc}() assert on failure
Ville Syrjälä
4
-11
/
+71
2015-10-09
lib: Die if framebuffer GTT mapping fails
Ville Syrjälä
1
-1
/
+4
2015-10-09
lib: Document that gem_mmap__{cpu,gtt,wc} return NULL on failure
Ville Syrjälä
1
-3
/
+3
2015-10-09
s/gem_mmap/gem_mmap__gtt/
Ville Syrjälä
2
-17
/
+1
2015-10-08
lib/igt_fb: don't forget to close parens on message printed
Paulo Zanoni
1
-1
/
+1
2015-10-07
lib/igt.cocci: De-opencode ioctls
Daniel Stone
1
-0
/
+18
2015-10-07
lib/drmtest: Add do_ioctl_err to expect failure
Daniel Stone
1
-1
/
+17
2015-10-07
lib/igt.cocci: Add greater-than to igt_assert_lt*
Daniel Stone
1
-0
/
+12
2015-10-07
lib/igt_core: Add igt_assert_fd
Daniel Stone
1
-0
/
+12
2015-10-07
lib/igt_core: Add igt_assert_neq_*() variants
Daniel Stone
1
-0
/
+27
2015-10-07
lib/core: Fix docs for igt_assert_lt(e)
Daniel Vetter
1
-2
/
+2
2015-09-25
lib: fix fopen mode in igt_debugfs_search
Thomas Wood
1
-1
/
+1
2015-09-24
lib: add igt_debugfs_search
Thomas Wood
2
-0
/
+32
2015-09-24
lib/tests: explicitly raise SIGSEGV
Thomas Wood
1
-1
/
+6
2015-09-17
lib: allow wildcard matching when specifying subtests
Thomas Wood
1
-1
/
+2
2015-09-11
lib: remove support for deprecated drm_open_any*() calls
Micah Fedke
1
-7
/
+0
2015-09-11
convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci
Micah Fedke
2
-2
/
+2
2015-09-11
lib: adding drm_open_driver() interface
Micah Fedke
2
-40
/
+75
2015-09-11
lib: don't use igt_warn in signal handlers
Thomas Wood
1
-3
/
+8
2015-09-08
build: fix unused-result warnings
Thomas Wood
1
-2
/
+6
2015-09-08
lib: various documentation fixes
Thomas Wood
14
-15
/
+16
2015-08-25
lib/gpgpu_fill.c: fix file permissions
Thomas Wood
1
-0
/
+0
2015-08-21
lib: fix distcheck issues
Thomas Wood
2
-1
/
+1
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
[next]