summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-30sna: Silence a compiler warningupstream/2.99.914+13+ga6a60ecChris 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 Wilson6-8/+49
2014-07-24sna: Sort the outputs to provide a stable listing orderChris Wilson1-0/+21
2014-07-23backlight: Remove unused 'original' member from structureChris Wilson1-1/+1
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 Wilson3-6/+21
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson7-10/+66
2014-07-232.99.914 snapshot2.99.914Chris Wilson2-1/+8
2014-07-23sna/dri2: Compile fix for old xorg/dri2Chris Wilson1-0/+2
2014-07-23Add automake magic required for libobj/Chris Wilson5-2/+12
2014-07-23Fix compile failure on old Xorg with XF86_ALLOCATE_GPU_SCREENChris Wilson1-0/+4
2014-07-232.99.913 snapshot2.99.913Chris Wilson2-1/+100
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-23test/dri2: Use the right device nodeChris Wilson3-3/+3
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 Wilson5-47/+54
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-20dri3-test: Print line number for shm failuresChris Wilson1-7/+19
2014-07-18configure: Double check xinerama's headersChris Wilson2-8/+35
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-17backlight: Prevent dereference of potential NULL argvChris Wilson1-21/+35
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 Wilson3-0/+59