summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-25uxa: Ensure mask_picture is definedZdenek Kabelac
2013-11-25Cast to use unsigned mathZdenek Kabelac
2013-11-25Correct type of uevent_handlerChris Wilson
2013-11-25Remove uneeded headersZdenek Kabelac
2013-11-25Makefile convert @var@ to $(var)Zdenek Kabelac
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson
2013-11-22sna: Tidy up fallback from render composite to blt compositeChris Wilson
2013-11-21sna: XY_SETUP_* expects the dst tiling to be set on gen4+Chris Wilson
2013-11-21sna: Fix typo in sna_blt_fill_begin()Chris Wilson
2013-11-21sna: Set supported rotations on virtual outputsChris Wilson
2013-11-20sna/gen7: Try to reduce flushes between primitive continuationsChris Wilson
2013-11-19sna: Fix use before assignmentChris Wilson
2013-11-19sna: Free composite boxes in the unlikely all-invalid pathChris Wilson
2013-11-19sna: Correct check for overwriting last BLT fillChris Wilson
2013-11-19sna/gen4+: Clear redirect bo before falling back to BLT pathsChris Wilson
2013-11-18sna/gen7: Rework random GPU flushingChris Wilson
2013-11-18sna: Tell valgrind about the returned mode listChris Wilson
2013-11-18sna: Process Damage relative to dst->pDrawable not its pixmap->drawableChris Wilson
2013-11-18sna/damage: Tidy up a tail returnChris Wilson
2013-11-15sna/damage: Guard against integer overflow before mallocChris Wilson
2013-11-15sna: Include valgrind leakchecks for --enable-debug=memoryChris Wilson
2013-11-14sna: Add the missing braces around the conditional blockChris Wilson
2013-11-14sna/gen6+: Only substitute SRC for CLEAR if using the correct sourceChris Wilson
2013-11-14sna/gen6+: Improve debug PREFER_RENDER to cover all decision pointsChris Wilson
2013-11-14sna: Eliminate a compiler warning for a shadowed variableChris Wilson
2013-11-14sna: Eliminate a compiler warning for a shadowed variableChris Wilson
2013-11-13Bump experimental ioctl command numbersChris Wilson
2013-11-12sna: Discard cached upload proxy when writing to the pixmap via the CPUChris Wilson
2013-11-12Add identification strings for new AtomsChris Wilson
2013-11-12sna: Factor available memory into available aperture estimationChris Wilson
2013-11-12sna: Apply drawable offset to glyph bbox prior to checking for clippingChris Wilson
2013-11-11sna: Assert that gc->funcs is never set to NULLChris Wilson
2013-11-11sna: Add a couple more asserts to track a potential NULL gc->pCompositeClipChris Wilson
2013-11-10sna: Assert that we do setup the gc->pCompositeClip upon ValidateGCChris Wilson
2013-11-09Merge branch 'master' of hsw:/usr/src/xf86-video-intelChris Wilson
2013-11-08sna: Always schedule upload buffers for retirement after useChris Wilson
2013-11-07sna: Skip an unmappable linear bo when searching through a cache for a GTT ma...Chris Wilson
2013-11-07sna: Only assert that the bo is small enough to be mmappedChris Wilson
2013-11-07sna/gen7: Request secure batches for Haswell vsyncChris Wilson
2013-11-06sna: Always copy from the tile sourceChris Wilson
2013-11-06sna: Remove erroneous assertion from sna_tiling_blt_compositeChris Wilson
2013-11-06sna: Add a DBG breadcrumb to kgem_bo_convert_to_gpu()Chris Wilson
2013-11-06sna: Use tiling BLT fallback for BLT composite operationsChris Wilson
2013-11-06sna: Trim create flags if tiled sizes are too largeChris Wilson
2013-11-06sna: Fences are power-of-two sizesChris Wilson
2013-11-06sna: Fixup unwind checks for future BLT commandsChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Move initialisation of loop counter to common codeChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Be more pessimistic for tiling sizes on older genChris Wilson