summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-19cleanupsandboxBen Widawsky2-85/+125
2011-09-12foobarBen Widawsky2-0/+282
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
2011-07-28intel-gpu-tools/debugging: add important debug regsBen Widawsky2-1/+11
2011-07-28intel-gpu-tools/forcewaked: sample forcewake appBen Widawsky2-0/+107
2011-07-28intel-gpu-tools/range handling: register range handlingBen Widawsky4-2/+69
2011-07-28forcewake: Add mmio code to do proper forcewake stuff for gen6Ben Widawsky2-1/+130
2011-07-20Add intel_backlightChris Wilson2-0/+70
2011-07-20intel_decode: Handle a few gen7 blocksChris Wilson1-10/+10
2011-07-17gem_stress: ducttaping mandatoryDaniel Vetter1-3/+3
2011-07-13testdisplay: Test the first mode if there is no preferred mode.Hai Lan1-3/+10
2011-07-08tests/gem_vmap_blits: Fix typoChris Wilson1-1/+1
2011-07-08intel_reg_dumper: Slightly tidy the reporting of pipe configsChris Wilson1-4/+6
2011-07-08Add a test case for coherency of vmapsChris Wilson3-0/+406
2011-07-08gem_stress: Assert we have no pending ops when using the CPUChris Wilson1-0/+4
2011-07-08gem_gtt_speed: Add option for variable buffer sizeChris Wilson1-29/+38
2011-07-02gem_stress: Add an option to test handling of signalsChris Wilson2-0/+41
2011-06-23tests: Add an exercise for zero-length buffersChris Wilson3-0/+149
2011-06-20tests: Add a simple exercise of GTT mmapsChris Wilson3-0/+188
2011-06-13gem_stress: some stats about incoherenciesDaniel Vetter1-1/+14
2011-06-13gem_stress: option to disable render copyfunc checkDaniel Vetter2-0/+11
2011-06-13gem_stress: option for tile_sizeDaniel Vetter5-60/+94
2011-06-13gem_stress: option to set tiles per bufferDaniel Vetter2-13/+32
2011-06-13gem_stress: option to continue despite failuresDaniel Vetter2-4/+12
2011-06-13gem_stress: option to override the number of rounds to completeDaniel Vetter2-3/+10
2011-06-08scripts: Add throttle.pyChris Wilson4-1/+72
2011-06-07testdisplay: automatically enable TEST_PLANES if possibleJesse Barnes1-0/+4
2011-06-07testdisplay: fix error output if test pattern draw failsJesse Barnes1-1/+1
2011-06-07testdisplay: add tiled buffer test supportJesse Barnes1-8/+30
2011-06-07testdisplay: add overlay plane test optionJesse Barnes1-2/+189