summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede4-1/+82
2014-03-03OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede1-1/+4
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede4-22/+30
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede3-1/+14
2014-03-03linux: xf86OpenConsole: Don't detach from controlling tty when it is our vtHans de Goede1-1/+18
2014-03-03linux: xf86OpenConsole remove root-rights check for keeptty optionHans de Goede1-6/+0
2014-02-24V2: Add check for link from output to crtc before optimizing out a CrtcSet callDavid Sodman1-2/+12
2014-02-24Fix test/os to work on SolarisAlan Coopersmith1-2/+2
2014-02-24Fix test/signal-logging to work on SolarisAlan Coopersmith1-0/+4
2014-02-24gcc 4.2.1 doesn't support #pragma GCC diagnostic ignoredMatthieu Herrb1-0/+4
2014-02-24Merge remote-tracking branch 'herrb/master'Keith Packard1-5/+2
2014-02-24Bump to 1.15.99.901xorg-server-1.15.99.901Keith Packard1-3/+3
2014-02-24Merge remote-tracking branch 'anholt/glamor-pull-request'Keith Packard26-2073/+1525
2014-02-21Xi: check for invalid modifiers for XI2 passive grabsPeter Hutterer2-1/+6
2014-02-20test: remove source file from hashtabletest LDADDGaetan Nadon1-1/+1
2014-02-20test/input: Fix alignment assertion for doublesThierry Reding1-2/+2
2014-02-17Get rid of config/non-seat0.conf.multi-seatLaƩrcio de Sousa2-19/+1
2014-02-14glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.Eric Anholt1-5/+5
2014-02-14glamor: Fix linking of the gradient shaders on GLES2.Eric Anholt1-36/+32
2014-02-14glamor: Don't bother keeping references to shader stages for gradients.Eric Anholt2-91/+6
2014-02-14glamor: Fix typo in setting v_position's attrib location.Eric Anholt1-1/+1
2014-02-14glamor: Move shader precision stuff from build time to shader compile time.Eric Anholt1-5/+4
2014-02-14glamor: Unifdef the picture-format-to-format-and-type functions.Eric Anholt1-21/+29
2014-02-14glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.Eric Anholt2-303/+303
2014-02-14glamor: Unifdef the cache format indices.Eric Anholt2-20/+2
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt4-22/+21
2014-02-14glamor: Add a screen argument to drop an ifdef from glamor_set_alu().Eric Anholt5-14/+20
2014-02-14glamor: Drop a bunch of GLES2 ifdefs.Eric Anholt5-63/+62
2014-02-14glamor: yInverted is a boolean value, so use the Bool type.Eric Anholt2-3/+3
2014-02-14glamor: Drop fixed function transformation matrix setup.Eric Anholt1-6/+0
2014-02-14glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt6-33/+0
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt9-60/+189
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt13-111/+111
2014-02-14glamor: Convert to using libepoxy.Eric Anholt21-1440/+898
2014-02-14XQuartz: pointer -> void *Jeremy Huddleston Sequoia1-4/+4
2014-02-13DIST_SUBDIRS needs to include glamor, even if it isn't builtKeith Packard1-1/+1
2014-02-13config: fails to create tarball as xorg-server.conf file removedGaetan Nadon1-1/+1
2014-02-09Delete stray ; in struct _DeviceChangedEventAlan Coopersmith1-1/+1
2014-02-09Merge remote-tracking branch 'whot/for-keith'Keith Packard24-134/+179
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-10mi: fix printf warning about size_t format specifierPeter Hutterer1-1/+1
2014-02-09sync: Avoid ridiculously long timeoutsMark Kettenis1-5/+2
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-02-07configure.ac: add missing "test"David Heidelberger1-1/+1
2014-02-07__glGetProcAddress: explictly cast function pointers to void *Alan Coopersmith1-2/+2
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-02-07glx: Delete dead NV program string functions.Eric Anholt1-22/+0
2014-02-07glx: Reduce compiler warnings by not requesting GL extension prototypes.Eric Anholt1-1/+0
2014-02-07glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().Eric Anholt1-2/+6
2014-02-07glx: Remove left-over glthread.cJon TURNEY1-204/+0