summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-26sna: Print probed maximum cursor sizeChris Wilson1-0/+5
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-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-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-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke5-17/+24
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