summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-07Add xwayland modulexwaylandKristian Høgsberg27-22/+2793
2014-03-07dri2: Introduce a third version of the AuthMagic functionTiago Vignatti3-12/+34
2014-03-07Add redirect window for input device featureKristian Høgsberg4-1/+29
2014-03-07os: Add a function to create a client for an fdKristian Høgsberg4-6/+38
2014-03-07xkb: Factor out a function to copy a keymap's controls unto anotherRui Matos3-13/+27
2014-03-07xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a deviceRui Matos4-11/+11
2014-03-07xkb: Add XkbCompileKeymapFromString()Kristian Høgsberg4-39/+144
2014-03-07xkb: Split out code to start and finish xkbcompKristian Høgsberg1-11/+28
2014-03-07xkb: Add struct XkbCompContextKristian Høgsberg1-38/+38
2014-03-05glamor: Add support for DRI3.Eric Anholt3-2/+92
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt3-35/+40
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt5-15/+13
2014-03-05xorg: Build a glamor_egl module.Eric Anholt5-2/+61
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt3-2/+55
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt10-16/+570
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison12-49/+35
2014-03-03hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexerColin Harrison1-0/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-03-03hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison2-4/+4
2014-03-03hw/xwin: Just generate the WGL wrappers we needJon TURNEY1-31/+14
2014-03-03hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...Yaakov Selkowitz1-1/+4
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