summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)AuthorFilesLines
2014-08-03sna: Relax restriction on fenced aperture checkChris Wilson1-2/+0
2014-08-02sna: Restrict fencing to only use the low 256MiBChris Wilson2-15/+22
2014-08-02sna: Remove dead assertionChris Wilson1-1/+0
2014-08-01sna/glyphs: Eliminate an extra conditional from glyphs-to-dstChris Wilson1-14/+8
2014-08-01sna/glyphs: Fallback to masked glyphs if rendering to a too wide dstChris Wilson1-2/+2
2014-07-30sna: Silence a compiler warningChris Wilson1-1/+0
2014-07-30sna/dri2: Also check for stale buffers before exchangesChris Wilson1-3/+20
2014-07-30sna: Skip grabbing the main framebuffer idChris Wilson1-23/+25
2014-07-30sna: Always clear CRTC overrides when adjusting the modeChris Wilson1-26/+33
2014-07-30sna: Select the panel native size of the unattached fb sizeChris Wilson1-0/+27
2014-07-30sna: Clear cursor image after rotationChris Wilson1-1/+1
2014-07-30sna: Fix clear shortcut for transformationsChris Wilson1-8/+18
2014-07-27configure: Expose no acceleration by default (--with-default-accel=none)Chris Wilson1-1/+1
2014-07-24sna: Sort the outputs to provide a stable listing orderChris Wilson1-0/+21
2014-07-23sna: Keep the backlight at the same brightness when switching awayChris Wilson1-2/+2
2014-07-23backlight: Set structure to safe values when not initialisedChris Wilson1-0/+1
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson5-10/+54
2014-07-23sna/dri2: Compile fix for old xorg/dri2Chris Wilson1-0/+2
2014-07-23Add automake magic required for libobj/Chris Wilson1-1/+1
2014-07-23sna: Skip performing an async flip after fixupChris Wilson1-2/+7
2014-07-23sna/dri2: Tidy freeing the queued frame eventsChris Wilson1-8/+1
2014-07-23sna: Add a DBG message for slave damage propagationChris Wilson1-0/+6
2014-07-23sna: Reorder disabling scanout pixmap when updating slaveChris Wilson1-2/+6
2014-07-23sna: Disable all outputs when initializing as a slaved output providerChris Wilson3-43/+50
2014-07-23sna/dri2: Recreate buffer in reuse rather than force recreateChris Wilson1-19/+22
2014-07-22sna: Ensure errno is set after failure before reporting a modeset failureChris Wilson1-3/+9
2014-07-22sna: Remove %# from DBG messagesChris Wilson1-1/+1
2014-07-22sna: Assert that we do not overwrite an earlier COW entryChris Wilson1-0/+1
2014-07-22sna/dri3: Don't forget to add SHM pixmaps to the list of exported DRI3 boChris Wilson1-3/+2
2014-07-20sna/video: Bump the maximum size for spritesChris Wilson1-9/+6
2014-07-18sna/dri2: Protect compsiteext.h include with build checkChris Wilson1-3/+4
2014-07-17sna: Fix compilation with older XorgChris Wilson1-1/+1
2014-07-17sna: Support TearFree on slaved outputsChris Wilson2-8/+34
2014-07-17sna: Assert that we never attempt to flip the slave scanoutChris Wilson1-0/+1
2014-07-17sna/dri2: Disable SwapLimit buffers with buggy prime implementationsChris Wilson1-27/+39
2014-07-17sna: Handle rotated slaved scanoutsChris Wilson2-44/+116
2014-07-17sna: Add missing DBG parametersChris Wilson1-3/+6
2014-07-17sna: Avoid confusing failure to flip and flipping zero CRTCChris Wilson3-12/+22
2014-07-17sna: Busy-wait for the kernel to catch up when flippingChris Wilson1-0/+28
2014-07-17sna: Silence valgrind when reading plane propertiesChris Wilson1-0/+3
2014-07-17sna: Remove extraneous function wrappingChris Wilson1-41/+13
2014-07-16sna: And remove new bogus assertionChris Wilson1-1/+0
2014-07-16sna: Make the damage check more verboseChris Wilson1-28/+28
2014-07-16sna/gen2+: Remove assertion on draw->type for fillsChris Wilson8-8/+0
2014-07-11sna: Use a stricter test for determining CRTC off before updating the cursorChris Wilson1-2/+2
2014-07-11sna: Reduce reflections onto rotationsChris Wilson1-4/+35
2014-07-11configure: Provide a poor man's replacement for getline()Chris Wilson1-0/+5
2014-07-08sna: Rewrite rotation setup on top of universal drm planesChris Wilson2-217/+342
2014-07-08sna: Fix a couple of DBG messagesChris Wilson1-2/+2
2014-07-04sna: Discard operations to either CPU or GPU bo when overwriting with RenderR...Chris Wilson1-1/+1