summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-02-07configure: Don't add GLX_SYS_LIBS to XORG_SYS_LIBSAdam Jackson1-1/+1
2014-02-05dix: fix a -Wshadow warningPeter Hutterer1-2/+2
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer2-3/+3
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer2-6/+6
2014-02-05xfree86: device name and driver are not const charPeter Hutterer1-2/+2
2014-02-05dix: fix button state check before changing a button mappingPeter Hutterer1-1/+2
2014-02-05include: make the various button array lengths more obviousPeter Hutterer1-2/+2
2014-02-04dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONSPeter Hutterer2-0/+3
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-02-04input: un-constify dev->namePeter Hutterer4-9/+19