summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-31sna: Allow reassignment of inactive VMA if not mapped into the GTTChris Wilson1-3/+7
2014-03-31sna: Discard damage tracking for operations to the whole pixmapChris Wilson1-0/+12
2014-03-31sna: Promote to the GPU operations that cover the whole pixmapChris Wilson3-4/+17
2014-03-31sna: Regularly check that damage does exceed the pixmapChris Wilson1-25/+29
2014-03-31sna: Search cursor cache firstChris Wilson1-7/+12
2014-03-28sna: Suppress a compiler warningChris Wilson1-2/+2
2014-03-28sna: Only transform the temporary cursor coordinatesChris Wilson1-31/+20
2014-03-28sna: Our cursors are always square.Chris Wilson2-17/+13
2014-03-28sna: Virtual CRTCs are last, so break loops earlyChris Wilson1-17/+36
2014-03-28sna: Cursors are invariantChris Wilson1-0/+4
2014-03-28sna: drmGetCap is too recent for our supported versions of libdrmChris Wilson1-7/+13
2014-03-28sna: RefCursor is too recentChris Wilson1-1/+1
2014-03-27sna: Fix 2-color to ARGB cursor conversionChris Wilson1-12/+14
2014-03-27sna: Cursors only need to be cleared when they are shrunkChris Wilson1-1/+7
2014-03-27sna: Reorder the cursor cache searchChris Wilson1-9/+18
2014-03-27sna: Clear the surrounding areas of small cursorsChris Wilson1-0/+2
2014-03-27sna: Support variable sized cursorsChris Wilson3-143/+604
2014-03-27sna: Move cursor reload into crtc notifyChris Wilson1-3/+1
2014-03-27sna: Tighten detection of GCs that translate to solid fillsChris Wilson1-7/+26
2014-03-27intel-virtual-output: Add DBG option to force 16 bit transfersChris Wilson1-1/+2
2014-03-26sna: Print probed maximum cursor sizeChris Wilson1-0/+5
2014-03-25intel-virtual-output: Fix damage iteration over active listChris Wilson1-1/+1
2014-03-25intel-virtual-output: Add a little more DBG around damaging clonesChris Wilson1-4/+12
2014-03-25intel-virtual-output: Do not detach with DBG enabledChris Wilson1-1/+1
2014-03-24sna: Remove one conditional from rendering glyphs into a maskChris Wilson1-18/+16
2014-03-24sna: Consolidate handling of uncacheable glyphsChris Wilson1-49/+21
2014-03-24sna: Eliminate a few conditionals in glyph fast pathChris Wilson1-63/+102
2014-03-20sna: Only enable cursor support if the hw cursor is supportedChris Wilson1-1/+2
2014-03-20intel: Do not close server fdsChris Wilson1-7/+5
2014-03-20intel: Refactor finding device path if unknownChris Wilson1-21/+13
2014-03-192.99.911 snapshotChris Wilson2-1/+46
2014-03-19sna: Assert after applying clipping that the draw rectangle is wholly containedChris Wilson1-8/+10
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