summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25present: Only requeue if target MSC is not reached after an unflipMichel Dänzer1-4/+3
2016-02-25present: Requeue if flip driver hook fails and target MSC not reachedMichel Dänzer1-0/+14
2016-02-25present: Move msc_is_(equal_or_)after to the top of present.cMichel Dänzer1-22/+22
2016-02-22kdrive/evdev: update keyboard LEDs (#22302)Laércio de Sousa1-3/+8
2016-02-22Fix build on Cygwin by ensuring WIN32 check triggers only on MinGWJon TURNEY1-3/+3
2016-02-22xwayland: Prefix shm tmp file names with xwaylandJonas Ådahl1-1/+1
2016-02-22dri2: add virtio-gpu pci idsMarc-Andre Lureau3-0/+10
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone15-35/+59
2016-02-16randr: Send ConfigNotify when manual monitor list changesKeith Packard1-2/+7
2016-02-11dri2: Use the work queue to manage client sleepsAdam Jackson1-12/+16
2016-02-08os: unifdef STREAMSCONNAdam Jackson5-58/+13
2016-02-08dri2: Unblock Clients on Drawable releaseChris Wilson1-0/+3
2016-02-08autogen: Set a default subject prefix for patchesAdam Jackson1-0/+3
2016-02-08Fix XineramaQueryScreens for reverse primeJan Burgmeier2-3/+15
2016-02-08xwayland: Clear pending cursor frame callbacks on pointer enterRui Matos1-0/+10
2016-02-08dri2: Only invalidate the immediate Window upon SetWindowPixmapChris Wilson1-3/+2
2016-02-08ephyr: don't load ephyr input driver if -seat option is passedLaércio de Sousa1-17/+18
2016-02-08ephyr: ignore Xorg multiseat command line optionsLaércio de Sousa1-0/+7
2016-02-08kdrive: don't let evdev driver overwrite existing device namesLaércio de Sousa1-2/+4
2016-02-08kdrive: set "evdev" driver for input devices automatically, if available.Laércio de Sousa1-0/+25
2016-02-08kdrive: fix up NewInputDeviceRequest() implementationLaércio de Sousa1-46/+30
2016-01-29glamor: Flip around conditionals in RepeatNone fixups.Eric Anholt1-2/+2
2016-01-29glamor: Cut down a bunch of conditional handling for RepeatFix.Eric Anholt1-31/+19
2016-01-29glamor: Clarify how the repeat values being passed around work.Eric Anholt1-6/+6
2016-01-29glamor: Clean up formatting of RepeatFix shader code.Eric Anholt1-27/+30
2016-01-29glamor: Clarify some logic in RepeatFix handling.Eric Anholt1-14/+7
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt15-74/+78
2016-01-29glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt2-24/+16
2016-01-29glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt2-12/+6
2016-01-29glamor: Convert XV to using glamor_program.c.Eric Anholt2-78/+71
2016-01-29glamor: Simplify XV vertex setup.Eric Anholt1-38/+30
2016-01-29glamor: Set up XV sampler uniforms once at program build time.Eric Anholt1-9/+11
2016-01-29glamor: Drop dead glamor_pict_format_is_compatible().Eric Anholt1-20/+0
2016-01-29glamor: Drop comment about dead yInverted flag.Eric Anholt1-2/+0
2016-01-29glamor: Rename the *y_inverted helpers to not say "inverted".Eric Anholt1-16/+14
2016-01-29glamor: Drop dead *_from_x_coord_y() functions.Eric Anholt1-2/+0
2016-01-29glamor: Clarify when Render fallbacks happen due to an unsupported op.Eric Anholt1-1/+3
2016-01-29glamor: Label programs before linking them.Eric Anholt1-11/+11
2016-01-29ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20
2016-01-28xephyr: Remove DRI1Adam Jackson13-3490/+0
2016-01-28xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson1-8/+0
2016-01-28xfree86: Remove ancient DRI build instructionsAdam Jackson2-552/+0
2016-01-27ephyr: catch X errors if we try to create a core context and fail.Dave Airlie1-0/+10
2016-01-27dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesaTimo Aaltonen2-6/+54
2016-01-27modesetting: Require sufficiently new libdrmAdam Jackson1-2/+1
2016-01-26xwayland: add support for use core profile for glamor. (v2)Dave Airlie1-1/+14
2016-01-26glamor: add core profile support to EGL glamor. (v2)Dave Airlie1-4/+22
2016-01-26ephyr: Create 3.1 core profile context if possible (v3)Keith Packard1-1/+17
2016-01-26glamor: add core profile support. (v2)Dave Airlie3-1/+12
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard8-22/+118