summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-21testsandbox2Ben Widawsky3-0/+252
2011-09-16testdisplay: return 0 when successfulPaulo Zanoni1-0/+2
2011-09-15getstats: remove useless assertionPaulo Zanoni1-2/+0
2011-09-15drm_open_any: explain why we are abort()ingPaulo Zanoni1-0/+1
2011-09-15testdisplay: remove wrong return statementPaulo Zanoni1-1/+0
2011-09-15testdisplay: don't enter the main loop if dump_info or test_all_modesPaulo Zanoni1-6/+12
2011-09-15testdisplay: test all modes if no option is providedPaulo Zanoni1-4/+9
2011-09-15Add missing files to .gitignorePaulo Zanoni1-0/+11
2011-09-15testdisplay: fix compiler warningsPaulo Zanoni1-2/+2
2011-09-15tests/gem_mmap_gtt: also test gtt pwrite pathsDaniel Vetter1-4/+51
2011-09-14tests: build all tests by defaultDaniel Vetter1-0/+2
2011-09-14tests: separate testcases in gem_bad_lengthDaniel Vetter1-16/+27
2011-09-14tests: disable gem_bad_blitDaniel Vetter1-1/+1
2011-09-13tests/gem_bad_length: dont throw garbage at the gpuDaniel Vetter1-1/+1
2011-09-13intel: we don't do distcheck for the debuggerBen Widawsky1-1/+2
2011-09-13intel_gpu_dump: really kill itDaniel Vetter1-1/+0
2011-09-13intel_gpu_dump: also kill manpageDaniel Vetter1-22/+0
2011-09-13tools: remove intel_gpu_dumpDaniel Vetter2-413/+0
2011-09-13tools: beef up intel_dump_decodeDaniel Vetter1-7/+124
2011-09-13tests: exit(77) to properly mark tests as SKIPDaniel Vetter13-21/+13
2011-09-12tests: mark gen3-only tests as suchDaniel Vetter5-0/+25
2011-09-12tests: add basic test for missed irqsDaniel Vetter2-0/+149
2011-09-12tests: check pipe_control coherencyDaniel Vetter2-0/+180
2011-09-12tools: add intel_genDaniel Vetter2-0/+19
2011-09-12tests: basic ring<->cpu and ring<->ring testsDaniel Vetter4-0/+341
2011-09-09tests: split up gem_storedw_loop into ring specific variationsDaniel Vetter4-3/+295
2011-09-09tests/gem_storedw: disable on pre-gen6Daniel Vetter2-3/+24
2011-09-09lib/batch: hackish interface to run batches on specific ringsDaniel Vetter2-5/+11
2011-09-09test/gem_storedw_*: tune some moreDaniel Vetter2-5/+5
2011-09-09tools: decode some more MI_ opsDaniel Vetter1-0/+39
2011-09-09tools: decode MI_SEMAPHORE_MBOXDaniel Vetter1-11/+28
2011-09-06tools/intel_gpu_dump: add hackish --devid parsingDaniel Vetter1-4/+15
2011-09-06gem_vmap_blits: fix compilation if I915_PARAM_HAS_VMAP is not definedPaulo Zanoni1-0/+5
2011-09-05intel_gpu_top: access hardware before running profiling commandEugeni Dodonov1-5/+5
2011-09-05intel_gpu_tools: describe -e option in usage screenEugeni Dodonov1-1/+2
2011-09-05intel_gpu_top: adopt to kernel coding styleEugeni Dodonov1-27/+22
2011-09-05intel_gpu_top: support profiling user-specified commandsEugeni Dodonov2-1/+65
2011-09-05intel_gpu_top: support non-interactive modeEugeni Dodonov2-41/+112
2011-09-05This patch initializes the last_stats[] for registers prior to startingEugeni Dodonov1-0/+16
2011-09-05Revert "intel_gpu_top: initialize monitoring statistics at startup"Eugeni Dodonov2-191/+42
2011-09-05intel_gpu_top: initialize monitoring statistics at startupEugeni Dodonov2-42/+191
2011-09-05intel_gpu_tool: initial support for non-screen outputEugeni Dodonov1-13/+15
2011-09-05intel_gpu_top: suport command line parameters and variable samples perEugeni Dodonov2-4/+55
2011-09-05intel_gpu_top: account for time spent in syscallsEugeni Dodonov1-12/+41
2011-08-12tests: add store dword testsJesse Barnes3-0/+284
2011-08-12testdisplay: for tiled mode test, the height should be alignedHai Lan1-1/+1
2011-08-01Add missing copyright info to intel_decode.cEric Anholt1-0/+23
2011-07-28tools: readme addition for shader debuggingBen Widawsky1-1/+10
2011-07-28tools/range handing: forgot the register map file :(Ben Widawsky1-0/+178
2011-07-28intel-gpu-tools/debugging: shader debuggerBen Widawsky11-1/+1463