summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson
2014-02-14sna: Inherit the native rotation on initial output probingChris Wilson
2014-02-14sna: Reorganise native rotation ioctls to compile on old LinuxChris Wilson
2014-02-14sna: Guard use of DRM_MODE_OBJECT type idsChris Wilson
2014-02-14sna: Check that the backlight interface is in sysfs before accessChris Wilson
2014-02-13sna: Increase the acceptable screen size rangeChris Wilson
2014-02-13sna: Filter out requests to create a 0x0 frontbufferChris Wilson
2014-02-13sna: Fix comparison of previous BLT commandsChris Wilson
2014-02-13sna: Check for access to backlight interfaceChris Wilson
2014-02-13sna: Clear DPMS tracking on VT switchChris Wilson
2014-02-13sna: Extend native rotation support to spritesChris Wilson
2014-02-13sna: Enable coordinate transforms for native CRTC rotationChris Wilson
2014-02-13sna: Always assign a name to the modesChris Wilson
2014-02-12sna/gen5: Flush the render cache between operationsChris Wilson
2014-02-12sna: Support native primary plane rotationsChris Wilson
2014-02-12Revert "sna/gen6: Serialise write to DERRMR register using STORE_REGISTER_MEM"Chris Wilson
2014-02-12sna/gen5: Use the DBG option ALWAYS_FLUSH to force a full flushChris Wilson
2014-02-12Merge branch 'master' of hsw:/usr/src/xf86-video-intelChris Wilson
2014-02-12sna/gen5: Add a DBG option to force flushes between operationsChris Wilson
2014-02-12sna: Retrieve tiling for fbconChris Wilson
2014-02-12sna: Delete redundant branchChris Wilson
2014-02-11Merge branch 'master' of hsw:/usr/src/xf86-video-intelChris Wilson
2014-02-11sna: Defer move-to-gpu until we need to transfer GPU damage to CPUChris Wilson
2014-02-11sna/gen6: Serialise write to DERRMR register using STORE_REGISTER_MEMChris Wilson
2014-02-10sna: Remove damaged region after converting CPU bo to GPU boChris Wilson
2014-02-10sna: Check for overwriting damage before applying clearChris Wilson
2014-02-10sna: Clear GPU damage flag for 1x1 writes onto a clear bufferChris Wilson
2014-02-10sna/gen6: Restore stall dropped when not flushing insteadChris Wilson
2014-02-06sna: And clear drawable->id on reused pixmapsChris Wilson
2014-02-06sna: Add some DBG to clarify the source pixmap (for tiles)Chris Wilson
2014-02-06sna: Reset composite offsets when reusing freed pixmapsChris Wilson
2014-02-05sna: Add some DBG around tiled bltsChris Wilson
2014-02-05sna: Pass read hints from move-to-cpu to wait_for_shadowChris Wilson
2014-02-04sna: Tweak assert_bo_retired() to be callable on cached boChris Wilson
2014-02-04sna: Rearrange assertion to ease use of substitute cached boChris Wilson
2014-02-04sna/gen4: Disable use of pipecontrol invalidates againChris Wilson
2014-02-04sna/glyphs: Reset composite state between switching glyph formatsChris Wilson
2014-02-03sna/gen4,5: Fix setting pipe control cache flush bitsEdward Sheldrake
2014-02-02sna: Reconstruct damage for the partially replaced discarded CPU boChris Wilson
2014-02-01sna: If IGNORE_CPU is not set we must mark the move as MOVE_READChris Wilson
2014-02-01sna: Add some more DBG for choosing render targetsChris Wilson
2014-02-01sna: Skip discarding CPU bo when using as a render targetChris Wilson
2014-02-01sna: Allow more inplace promotions of CPU to GPU boChris Wilson
2014-02-01sna: Undo region translation before returningChris Wilson
2014-02-01sna: Apply drawable offsets to partial CPU damage being replacedChris Wilson
2014-02-01sna: Don't discard the GPU prior to using it for stashing CPU damageChris Wilson
2014-02-01sna: Remark the region as damaged after uploading the rest to the GPUChris Wilson
2014-02-01sna: Only discard CPU damage for an replacing regionChris Wilson
2014-01-31sna: remove short-circuit for move-to-CPU when damage covers regionChris Wilson
2014-01-31sna: Use 24bpp rendering by default for gen2 againChris Wilson