summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-21SQUASHsystem_routineBen Widawsky2-65/+94
2011-06-21intel-gpu-tools: add important debug regsBen Widawsky12-0/+1528
2011-06-21intel-gpu-tools/forcewaked: simple forcewake appBen Widawsky2-0/+46
2011-06-21intel-gpu-tools: register range handling for forcewake hooksBen Widawsky5-0/+388
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
2011-06-07testdisplay: fix possible_crtcs check so LVDS worksLan, Hai1-1/+1
2011-06-06gem_stress: avoid division by 0Daniel Vetter1-1/+1
2011-06-06gem_stress: disable fence storm when only using untiled buffersDaniel Vetter1-1/+2
2011-06-06gem_stress: round max_dimension down to the next potDaniel Vetter1-1/+2
2011-06-05gem_stress: trim buffer sizes to fit into 3D pipelineChris Wilson2-2/+19
2011-06-05gem_stress: cpu maps force tiling to be disabled, so fix the printfChris Wilson1-1/+1
2011-06-05gem_stress: Add extra passes to intial render copyfunc verificationChris Wilson1-15/+28
2011-06-05test/gen3_mixed_blits: Remember that the BLT engine cannot handle Y-tilingChris Wilson1-1/+5
2011-06-05test/gen3_mixed_blits: Alternately use fence regs for the render copiesChris Wilson1-26/+43
2011-06-05test/gen3_mixed_blits: Acutally use fences for BLTChris Wilson1-2/+2
2011-06-05decode: Fix segmentation faultChris Wilson1-2/+1
2011-06-05test: Add more gen3 render blittersChris Wilson7-29/+1128
2011-06-05test: Exercise gen3 render copiesChris Wilson5-0/+1424
2011-06-04tests: Add a fenced execbuffer thrash testChris Wilson3-0/+186
2011-05-31testdisplay: print pixel clock in mode debug outputSun Yi1-3/+4
2011-05-25Update gitignoreChris Wilson1-0/+2
2011-05-25gem_stress: '-b' option to disable BLT copyfuncChris Wilson2-2/+15
2011-05-24gem_stress: Add render copyfunc for SandyBridgeChris Wilson8-277/+2209
2011-05-17Add Ivybridge support to intel_gpu_dump and the BLT tests.Eric Anholt5-5/+10
2011-05-12testdisplay: add 30bpp support (#ifdef'd out until the next cairo release)Jesse Barnes1-0/+4
2011-05-10Add Ivybridge device IDsJesse Barnes1-3/+19
2011-05-04testdisplay: don't read hotplug events from buffer before libudevJesse Barnes1-8/+0
2011-04-27gem_stress: option to use cpu mappingsDaniel Vetter2-4/+56
2011-04-26Fix a bug of testing preferred modeHai Lan1-4/+6
2011-04-19testdisplay: add non-24 bit depth supportJesse Barnes1-7/+40
2011-04-18testdisplay: paint color gradientsJesse Barnes1-0/+42
2011-04-12gem_stress: option to only use x-tilingDaniel Vetter2-7/+18
2011-04-11Add C99 requirement to autoconf.Ben Widawsky1-0/+1
2011-04-09Disable gem tests when libdrm is not availableDaniel Vetter1-0/+2
2011-04-05intel_decode: drop unused codeDaniel Vetter1-7/+0
2011-04-05decode: Correct a couple of mistakes in gen3 IMMEDIATE_STATE_1Chris Wilson1-126/+132
2011-04-04gem_stress: option to disable tilingDaniel Vetter2-2/+12
2011-04-04gem_stress: clean up fence_stormDaniel Vetter3-5/+4
2011-04-04gem_stress: extract emit_bltDaniel Vetter1-49/+28
2011-04-04gem_stress: gen2 render copyDaniel Vetter4-2/+1166