summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-19sna: Assert after applying clipping that the draw rectangle is wholly containedChris Wilson
2014-03-18uxa: Implement minimal flushing for bdw+Chris Wilson
2014-03-18intel: Don't close the fd on probe failure if it is server managedHans de Goede
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson
2014-03-17sna: Improve guard against loading palettes whilst headlessChris Wilson
2014-03-17sna: Fix logic inversion in use of imprecise transform conversionChris Wilson
2014-03-14sna: Allow some leeway when deciding to discard common translationsChris Wilson
2014-03-14sna: Ensure we flush SHM pixmaps if rendering to a GPU shadowChris Wilson
2014-03-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke
2014-03-13uxa: Remove implicit length from BLT command #defines.Kenneth Graunke
2014-03-13sna/gen6+: Simplify BLT vs RENDER decisions for fill opsChris Wilson
2014-03-13sna: Nullify extra fill.opsChris Wilson
2014-03-13intel: Fallback to drmGetDeviceNameFromFd()Chris Wilson
2014-03-12sna: Restore asserts that we do not map a freed bufferChris Wilson
2014-03-12sna: Add DBG around using pixman's glyph cacheChris Wilson
2014-03-12sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson
2014-03-12sna: Simplify code when no 64-bit registers are available in the ISAChris Wilson
2014-03-11sna: Missing fixes for using BLT pointsChris Wilson
2014-03-11sna/glyphs: Add a smattering of DBG for validating the glyph maskChris Wilson
2014-03-11sna: Avoid using the wrong pitch for comparing replacement sizesChris Wilson
2014-03-11sna: Assert that the pixmap pitch is initialised before useChris Wilson
2014-03-11intel: Protect against a NULL platform device with server fdChris Wilson
2014-03-11intel: Fix versioning of SUPPORTS_SERVER_FDChris Wilson
2014-03-11sna: Be defensive when applying size restrictions to boChris Wilson
2014-03-10intel: Supply a fallback guess for the device pathChris Wilson
2014-03-10intel: Add support for server managed fdsHans de Goede
2014-03-10sna: DBG compilation fixupsChris Wilson
2014-03-10sna: Pass render hints for migration based on source locationChris Wilson
2014-03-10sna/glyph: Release the pixman glyph cache along the error pathsChris Wilson
2014-03-10sna/gen2: Fix build after last minute patch editingChris Wilson
2014-03-10sna/gen2: Tidy blend factor selection for the sourceChris Wilson
2014-03-10sna/gen2: Fix alpha blending with 8bit destination surfacesChris Wilson
2014-03-10sna: Unroll finding bbox of pointsChris Wilson
2014-03-10sna: Emit points using the BLT primitive when appropriateChris Wilson
2014-03-05sna/gen8: Correct MOCS settings for render targetsChris Wilson
2014-02-28sna: Reorder writes during thread task decouplingChris Wilson
2014-02-27sna: Limit the WHOLE_HINT to large PutImagesChris Wilson
2014-02-27sna: Avoid promoting region-to-whole migration and discarding damageChris Wilson
2014-02-23sna: Tighten assertion for tiling blt fallbacksChris Wilson
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson
2014-02-23sna: Add DBG for why trapezoids may be preferred inplaceChris Wilson
2014-02-23sna: Include mono/precise hints in trapezoids DBGChris Wilson
2014-02-23sna: Add a little more DBG to watch the flow of allocated bo sizesChris Wilson
2014-02-23sna: Avoid signed overflow when printing allocated bytes in DBGChris Wilson
2014-02-23sna: Cleanup caches if execbuf failsChris Wilson
2014-02-22sna: Propagate thread signals for extra DBGChris Wilson
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson
2014-02-22sna: Move sigtrap wrapping closer to threaded sw compositeChris Wilson
2014-02-22sna: Assert that sigtrap is activeChris Wilson
2014-02-22sna: Apply the dst offset for pixman fillsChris Wilson