summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-18sna: Add log breadcrumbs with valgrindChris Wilson
2014-06-18sna: Fix DBG compilationChris Wilson
2014-06-18sna: Skip redundant copies when already clonedChris Wilson
2014-06-18sna: Pass desired CRTC viewport for completing single CRTC flipsChris Wilson
2014-06-18uxa: Mark the output as off before making pipe changesHans de Goede
2014-06-18uxa: When the output is off, report the cached backlight valueHans de Goede
2014-06-18sna/gen8: Fix cleanup after failing to convert channelChris Wilson
2014-06-18sna/gen8: Fix unaligned() to return true when not alignedChris Wilson
2014-06-18sna: Assert that we do not try to mmap a proxyChris Wilson
2014-06-18backlight: Fix compiler errorHans de Goede
2014-06-18sna: Use nxm tiled blits for small regions of large tilesChris Wilson
2014-06-18sna: Simplify sna_pixmap_get_sourceChris Wilson
2014-06-18sna: Add DBG option to disable snoop bo cacheingChris Wilson
2014-06-18sna/dri2: fix invalid DBG stringChris Wilson
2014-06-17sna: Set the correct mapping type after calling mmap__asyncChris Wilson
2014-06-17sna: Fix computing source bo for BLT operationsChris Wilson
2014-06-17sna: Align some function parametersChris Wilson
2014-06-17sna: Remove invalid assertChris Wilson
2014-06-17sna: Cache small pixmaps rather than forcing a large fallback for BLT operationsChris Wilson
2014-06-17sna: Relax PREFER_GPU so that we don't needless create small GPU boChris Wilson
2014-06-17sna: Tweak creation 8x8 tiled patternsChris Wilson
2014-06-17sna/dri2: Fixup failure to do a render copy for DRI2CopyRegionChris Wilson
2014-06-17sna: Add a few missing checks for all-damagedChris Wilson
2014-06-17sna: Discard GPU damage for the magic upload proxyChris Wilson
2014-06-17sna/glyphs: DBG compile fixChris Wilson
2014-06-16sna: Regularly check the cache level on boChris Wilson
2014-06-16sna/dri2: Allow single crtc exchanges to be queued upChris Wilson
2014-06-16uxa: Allocate frontbuffer to meet old fence constaintsChris Wilson
2014-06-16sna/glyphs: Add DBG option to force use of the glyph image maskChris Wilson
2014-06-16uxa: Add some explanation to why bo were rejectedChris Wilson
2014-06-16sna: Fix logic inversion for final placement in is_gpu_dst()Chris Wilson
2014-06-16sna: Promote better active buffer reuseChris Wilson
2014-06-16sna/glyphs: Show number of glyphs in DBGChris Wilson
2014-06-16sna: Fix some batch DBGChris Wilson
2014-06-16sna: Clear our private hints about front rendering exported boChris Wilson
2014-06-16sna: Add more DBG to track transitions between CRTC and its shadow or flip boChris Wilson
2014-06-14sna: Enable TearFree by default for systems with PSRChris Wilson
2014-06-14sna: Fix assertions for discarding upload cachesChris Wilson
2014-06-13sna: Use the right is-clipped hintChris Wilson
2014-06-13sna: Only discard the CPU bo if we have a GPU bo to transfer the damage toChris Wilson
2014-06-13sna: Refine decision whether to use the GPU or render inplaceChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-13intel: Check that the fd points to i915 after authorisingChris Wilson
2014-06-13sna/gen6+: Prefer the BLT for large overlapping copiesChris Wilson
2014-06-13sna: Try to reuse the current cursor if we fail to updateChris Wilson
2014-06-13sna: Reorder ignore_cpu_damage() to avoid assertsChris Wilson
2014-06-13sna/gen8: Allow reads from scanout to be cachedChris Wilson
2014-06-13sna/gen8: Check for WT support before attempting to use the WT mocsChris Wilson
2014-06-12sna: Try to use CPU uploads before BLT uploadsChris Wilson
2014-06-12sna: Refactor USE_INPLACE debug macroChris Wilson