summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-18uxa: Implement minimal flushing for bdw+Chris Wilson1-5/+12
2014-03-18intel: Don't close the fd on probe failure if it is server managedHans de Goede1-1/+2
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson3-80/+6
2014-03-17sna: Improve guard against loading palettes whilst headlessChris Wilson2-1/+10
2014-03-17sna: Fix logic inversion in use of imprecise transform conversionChris Wilson2-9/+24
2014-03-14intel-virtual-output: Minor DBG fixesChris Wilson2-1/+3
2014-03-14intel-virtual-output: Iterate over remote outputs in the same order as listedChris Wilson1-0/+18
2014-03-14intel-virtual-output: Disable panning before setting mode on CRTCChris Wilson1-4/+4
2014-03-14intel-virtual-output: Mode names are freed with ScreenResourcesChris Wilson1-6/+11
2014-03-14sna: Allow some leeway when deciding to discard common translationsChris Wilson11-14/+95
2014-03-14sna: Ensure we flush SHM pixmaps if rendering to a GPU shadowChris Wilson1-1/+8
2014-03-14intel-virtual-output: Include extra debug information for modesetsChris Wilson1-1/+26
2014-03-14intel-virtual-output: Disable remote CRTCs at startupChris Wilson1-20/+27
2014-03-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke6-20/+28
2014-03-13uxa: Remove implicit length from BLT command #defines.Kenneth Graunke2-9/+9
2014-03-13sna/gen6+: Simplify BLT vs RENDER decisions for fill opsChris Wilson1-10/+11
2014-03-13sna: Nullify extra fill.opsChris Wilson7-0/+7
2014-03-13intel: Fallback to drmGetDeviceNameFromFd()Chris Wilson1-1/+2
2014-03-12sna: Restore asserts that we do not map a freed bufferChris Wilson1-0/+3
2014-03-12sna: Add DBG around using pixman's glyph cacheChris Wilson1-5/+18
2014-03-12sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson2-1/+5
2014-03-12sna: Simplify code when no 64-bit registers are available in the ISAChris Wilson1-10/+13
2014-03-11sna: Missing fixes for using BLT pointsChris Wilson1-32/+37
2014-03-11sna/glyphs: Add a smattering of DBG for validating the glyph maskChris Wilson1-16/+33
2014-03-11sna: Avoid using the wrong pitch for comparing replacement sizesChris Wilson2-3/+3
2014-03-11sna: Assert that the pixmap pitch is initialised before useChris Wilson2-2/+92
2014-03-11intel: Protect against a NULL platform device with server fdChris Wilson1-0/+3
2014-03-11intel: Fix versioning of SUPPORTS_SERVER_FDChris Wilson1-1/+1
2014-03-11sna: Be defensive when applying size restrictions to boChris Wilson1-1/+3
2014-03-10intel: Supply a fallback guess for the device pathChris Wilson1-0/+26
2014-03-10intel: Add support for server managed fdsHans de Goede2-17/+17
2014-03-10sna: DBG compilation fixupsChris Wilson2-2/+2
2014-03-10sna: Pass render hints for migration based on source locationChris Wilson5-11/+34
2014-03-10sna/glyph: Release the pixman glyph cache along the error pathsChris Wilson1-9/+5
2014-03-10sna/gen2: Fix build after last minute patch editingChris Wilson1-1/+1
2014-03-10sna/gen2: Tidy blend factor selection for the sourceChris Wilson1-21/+14
2014-03-10sna/gen2: Fix alpha blending with 8bit destination surfacesChris Wilson1-8/+22
2014-03-10sna: Unroll finding bbox of pointsChris Wilson1-3/+26
2014-03-10sna: Emit points using the BLT primitive when appropriateChris Wilson4-19/+151
2014-03-05sna/gen8: Correct MOCS settings for render targetsChris Wilson1-1/+8
2014-03-03NEWS: Fix dates for 2014Chris Wilson1-3/+3
2014-02-28sna: Reorder writes during thread task decouplingChris Wilson1-2/+2
2014-02-27sna: Limit the WHOLE_HINT to large PutImagesChris Wilson1-1/+1
2014-02-27sna: Avoid promoting region-to-whole migration and discarding damageChris Wilson1-2/+20
2014-02-23sna: Tighten assertion for tiling blt fallbacksChris Wilson1-2/+1
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson3-3/+3
2014-02-23sna: Add DBG for why trapezoids may be preferred inplaceChris Wilson1-14/+26
2014-02-23sna: Include mono/precise hints in trapezoids DBGChris Wilson1-2/+3
2014-02-23sna: Add a little more DBG to watch the flow of allocated bo sizesChris Wilson1-2/+4
2014-02-23sna: Avoid signed overflow when printing allocated bytes in DBGChris Wilson1-3/+3