summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-09xfree86/linux: disable using built-in pci id list on Linux.output-class-pciidDave Airlie2-2/+4
2016-02-09xfree86: add pci id matching to OutputClassDave Airlie4-0/+37
2016-02-09cursor: add hw cursor support for primeDave Airlie4-13/+94
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
2016-01-26glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.Eric Anholt1-13/+4
2016-01-26glamor: don't do copy if we have 0 boxes to copy.Dave Airlie1-0/+3
2016-01-26glamor: Add support for CA rendering in a single pass.Dave Airlie6-32/+118
2016-01-26glamor: Drop the composite_with_copy path entirely.Eric Anholt1-92/+0
2016-01-21glamor: Fix copy-like Render operations between 15 and 16 depth.Eric Anholt1-0/+8
2016-01-21glx: Fix GLX_EXT_create_context_es2_profile supportAdam Jackson5-26/+13
2016-01-21glamor: Use vertex array objectsKeith Packard4-24/+75
2016-01-21glamor/xv: add vbo support (v2.1)Dave Airlie1-11/+30
2016-01-21glamor: use vbos in gradient/picture code.Dave Airlie2-29/+31