summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-17xwayland: add partial xvidmode extension supportxvidmodeOlivier Fourdan4-0/+423
2016-02-17vidmode: remove redundant DIX functionOlivier Fourdan1-7/+1
2016-02-17vidmode: remove redundant checkOlivier Fourdan1-67/+5
2016-02-17vidmode: move to a separate library of its ownOlivier Fourdan12-450/+594
2016-02-17vidmode: rename DDX functionsOlivier Fourdan3-233/+234
2016-02-17vidmode: move display mode definitionsOlivier Fourdan3-91/+104
2016-02-17vidmode: remove mode access from public APIOlivier Fourdan3-111/+108
2016-02-17vidmode: use appropriate DisplayModePtr typeOlivier Fourdan3-70/+70
2016-02-17vidmode: remove VidModeGetMonitor()Olivier Fourdan3-41/+30
2016-02-17vidmode: use ScreenPtr instead of screen indexOlivier Fourdan3-168/+181
2016-02-17vidmode: get rid of the CloseScreen wrapperOlivier Fourdan2-18/+0
2016-02-17vidmode: use appropriate APIOlivier Fourdan1-21/+4
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