summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-25sna: Correct plurization of axis for modesetting log messageChris Wilson
2013-11-25sna: Include reflections when logging mode changesChris Wilson
2013-11-25sna: Log mode switches on virtual outputsChris Wilson
2013-11-25sna: Keep @NOWARNFLAGS@ lastChris Wilson
2013-11-25sna/trapezoids: trapezoids_bounds() reports not-empty, so use itChris Wilson
2013-11-25sna: Handle failure to disable old plane when switching CRTCsZdenek Kabelac
2013-11-25uxa: fix order of inline BoolZdenek Kabelac
2013-11-25uxa,legacy: use unsigned for comparition of unsignedZdenek Kabelac
2013-11-25sna: Add missing va_endZdenek Kabelac
2013-11-25uxa: Avoid relying on an assert and cleanup iteratorZdenek Kabelac
2013-11-25Fix indentation for incorrectly shifted statementsZdenek Kabelac
2013-11-25uxa: rename some local variable to not shadow global onesZdenek Kabelac
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