index
:
~bwidawsk/intel-gpu-tools
aubdump
bdw-fixes
context_support
debug
dpf
dpf-hsw
dump_util
dump_util2
eudb-cleanup
for-jbarnes
good_reg
intel-freq
master
ppgtt
prelocate
rendercopy_gen7
sandbox
sandbox2
sysfs
system_routine
system_routine_old
temp
wait_render
intel-gpu-tools with a bwidawsk twist
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-15
lib: Add a small helper to open debugfs files
Damien Lespiau
3
-0
/
+113
2013-10-10
tests/gem_suspend: test debugfs/sysfs reads while s/r
Daniel Vetter
2
-1
/
+3
2013-10-09
lib/drmtest: extract rawer __gem_set_tiling
Daniel Vetter
2
-13
/
+13
2013-09-30
lib: Adjust dump_modes() to the new stereo encoding
Damien Lespiau
1
-34
/
+29
2013-09-30
testdisplay: Use DRM_MODE_FLAG_3D_MASK
Damien Lespiau
2
-10
/
+1
2013-09-30
lib: Add a helper to write a png from a struct kmstest_fb
Damien Lespiau
2
-0
/
+12
2013-09-30
lib: Split create_image_surface() out of create_cairo_ctx()
Damien Lespiau
1
-2
/
+11
2013-09-30
lib: Add a helper to paint a PNG using cairo
Damien Lespiau
2
-0
/
+30
2013-09-30
lib: Dump information about the supported 3D stereo formats
Damien Lespiau
2
-2
/
+44
2013-09-19
lib/drmtest: Improve printf-like igt_skip_on/require
Daniel Vetter
1
-11
/
+7
2013-09-19
lib/drmtest: igt_assert|require with format strings
Daniel Vetter
2
-13
/
+65
2013-09-17
lib/drmtest: check that igt_exit is called for subtest tests
Daniel Vetter
1
-0
/
+11
2013-09-13
lib/drmtest: ducttape over fork race
Daniel Vetter
1
-1
/
+13
2013-09-13
lib/drmtest: skip suspend tests in simulation
Daniel Vetter
1
-0
/
+5
2013-09-12
lib/drmtest: drop unused oldsig variabel
Daniel Vetter
1
-1
/
+0
2013-09-11
lib/drmtest: Restore default sighandlers
Daniel Vetter
1
-2
/
+2
2013-09-11
lib/drmtest: don't frob signals in __igt_fork_helper
Daniel Vetter
1
-2
/
+0
2013-09-11
lib/drmtest: clean up children in an exit handler
Daniel Vetter
1
-3
/
+23
2013-09-11
lib/drmtest: handle SIGBUS in the exit handlers
Daniel Vetter
1
-1
/
+1
2013-09-11
lib/drmtest: Reject igt_fork from within igt_fork earlier
Daniel Vetter
1
-0
/
+1
2013-09-11
lib/drmtest: Fix igt_stop_signal_helper for subtest listing
Daniel Vetter
1
-0
/
+3
2013-09-11
lib/drmtest: skip when prefault control isn't available
Daniel Vetter
1
-2
/
+2
2013-09-11
lib/drmtest: Use ARRAY_SIZE
Daniel Vetter
1
-5
/
+4
2013-09-10
lib/drmtest: double-check that we clean up helper processes
Daniel Vetter
1
-0
/
+3
2013-09-10
lib/drmtest: consolidate the helper process killing in one exit handler
Daniel Vetter
2
-9
/
+41
2013-09-10
lib/drmtest: create helpers for forking helper threads
Daniel Vetter
2
-29
/
+60
2013-09-08
lib/drmtest: fixup for the prefault rework
Daniel Vetter
1
-1
/
+0
2013-09-08
lib/drmtest: Avoid calling exit handlers multiple times
Daniel Vetter
1
-2
/
+16
2013-09-04
lib: fix the fix for gen5 workaround emmision
Imre Deak
1
-1
/
+2
2013-09-04
lib/intel_batchbuffer: remove code w/o effect
Imre Deak
1
-2
/
+0
2013-09-04
lib/drmtest: add igt_skip_on macro
Daniel Vetter
1
-1
/
+2
2013-09-03
lib/drmtest: use igt_require/assert in the prefault helpers
Daniel Vetter
2
-18
/
+8
2013-09-03
lib/drmtest: include sys/mman.h from drmtest.h
Daniel Vetter
1
-0
/
+1
2013-09-03
lib/drmtest: extract gem_execbuf helper
Daniel Vetter
2
-0
/
+11
2013-09-02
lib/drmtest: Improve output when igt_waitchildren fails
Daniel Vetter
1
-3
/
+7
2013-08-29
lib/drmtest: Print info when children died due to signals
Daniel Vetter
1
-1
/
+6
2013-08-29
lib/drmtest: extract igt_fork from gem_concurrent_blt
Daniel Vetter
2
-0
/
+79
2013-08-29
kms_flip: Exercise flip-vs-render
Chris Wilson
3
-0
/
+13
2013-08-26
lib/drmtest: restore in_fixture assert
Daniel Vetter
1
-0
/
+6
2013-08-26
Revert "tests/gem_concurrent_blit: Fix segmentation fault"
Daniel Vetter
1
-4
/
+0
2013-08-26
lib/drmtest: don't complete fixtures with a longjmp
Daniel Vetter
2
-2
/
+11
2013-08-26
tests/kms_setmode: don't save/restore vt graphics for dry-run
Imre Deak
1
-3
/
+3
2013-08-26
lib/drmtest: fix handling of -h --help argument parsing
Imre Deak
1
-20
/
+26
2013-08-21
lib/drmtest: fix logic fumble in gem_context_create
Daniel Vetter
1
-1
/
+1
2013-08-20
lib: Make igt_assert() abort under gdb
Chris Wilson
1
-0
/
+11
2013-08-20
tests/gem_concurrent_blit: Fix segmentation fault
Daniel Vetter
1
-0
/
+4
2013-08-19
overlay: Auatomatically mount debugfs
Chris Wilson
1
-0
/
+2
2013-08-19
lib: add subtest extra command line option handling
Imre Deak
2
-10
/
+90
2013-08-19
lib: handle SIGSEGV similarly to other error signals
Imre Deak
1
-1
/
+1
2013-08-19
lib: shorten DP/eDP connector names
Imre Deak
1
-2
/
+2
[next]