platform/upstream/xorg-server.git
2014-03-22 Jon TURNEYhw/xwin: Improve NET_WM_ICON validation
2014-03-22 Jon TURNEYhw/xwin: Remove obsolete control handling for About...
2014-03-22 Oliver Schmidthw/xwin: Minimize redraw events after resizing/moving...
2014-03-22 Jon TURNEYhw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name...
2014-03-22 Colin Harrisonhw/xwin: Remove prototype for non-existent winMWExtWMUp...
2014-03-22 Colin Harrisonhw/xwin: Use AllocDevicePair()
2014-03-22 Colin Harrisonhw/xwin: Consistently use 'L' for long int constants
2014-03-22 Colin Harrisonhw/xwin: Remove an unneeded include
2014-03-22 Colin Harrisonhw/xwin: Use boolean AND rather than bitwise AND in...
2014-03-22 Colin Harrisonhw/xwin: Fix declaration after statement warning in...
2014-03-22 Colin Harrisonhw/xwin: Fix typo in comment
2014-03-22 Jon TURNEYhw/xwin: Fix const discarded warning in winGenerateAuth...
2014-03-19 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2014-03-18 Kristian Høgsbergxkb: add XkbLoadKeymapFromString
2014-03-18 Keith PackardMerge remote-tracking branch 'anholt/glamor-megaseries'
2014-03-17 Michel Dänzerglamor: Move up glamor_priv->flags assignment in glamor...
2014-03-17 Eric Anholtglx: Make sure we get an FBConfig the root window's...
2014-03-17 Markus Wickglamor: don't reset the GLSL program
2014-03-17 Markus Wickglamor: remove disabled code
2014-03-17 Alan CoopersmithRemove duplicate assignment of repeat_type_uniform_location
2014-03-17 Eric Anholtglamor: Apply debug labels to our shaders.
2014-03-17 Eric Anholtglamor: Don't forget to unmap our PBOs before using...
2014-03-17 Eric Anholtglamor: Add an assert about an invariant the upload...
2014-03-17 Eric Anholtglamor: Fix ignoring the ALU during SetSpans().
2014-03-17 Eric Anholtglamor: Improve the performance of line fallbacks.
2014-03-17 Eric Anholtglamor: Improve the performance of PolyGlyphBlt.
2014-03-17 Eric Anholtglamor: Improve the performance of PushPixels by, well...
2014-03-17 Eric Anholtglamor: Add missing prepares on the GC during fb fallbacks.
2014-03-17 Eric Anholtglamor: Rely on nested mappings to handle src==dst...
2014-03-17 Eric Anholtglamor: Allow nested mapping of pixmaps.
2014-03-17 Eric Anholtglamor: Drop unused GLAMOR_ACCESS_WO.
2014-03-17 Eric Anholtglamor: Drop stale comment.
2014-03-17 Eric Anholtglamor: Replace some goofy enum-likes with a real enum.
2014-03-17 Eric Anholtglamor: Fix up doxygen for glamor_fill.c.
2014-03-17 Eric Anholtglamor: Rename more solid fill variables to clean up...
2014-03-17 Eric Anholtglamor: Rename a variable to be more descriptive.
2014-03-17 Eric Anholtglamor: Fix some integer overflow errors.
2014-03-17 Eric Anholtglamor: Drop bogus _X_UNLIKELY.
2014-03-17 Eric Anholtglamor: Fix stack overflow in glamor_solid vertex handling.
2014-03-17 Eric Anholtglamor: Drop duplicated lines for getting pixmap state...
2014-03-17 Eric Anholtglamor: Return the stride/size for glamor_dri3_name_fro...
2014-03-17 Eric Anholtglamor: Drop the body of the function for enabling...
2014-03-17 Eric Anholtsync: Add a header include necessary to use misyncstr.h
2014-03-17 Eric Anholtglamor: Do glyph private init at screeninit time, and...
2014-03-17 Eric Anholtglamor: Move the EGL image to the normal pixmap private.
2014-03-17 Eric Anholtglamor: Use epoxy_has_egl_extension() instead of rollin...
2014-03-17 Eric Anholtglamor: Drop the set of the context to NULL at the...
2014-03-17 Eric Anholtxephyr: Don't forget to glViewport() before drawing...
2014-03-17 Kristian Høgsbergxkb: add KeymapOrDefault
2014-03-17 Kristian Høgsbergxkb: factor out xkb loading to LoadXkm
2014-03-17 Peter Huttererxkb: add a callback to xkbcomp
2014-03-17 Peter Huttererxkb: constify XkbDDXOpenConfigFile
2014-03-12 Rui Matosxkb: Repurpose XkbCopyDeviceKeymap to apply a given...
2014-03-12 Rui Matosxkb: Factor out a function to copy a keymap's controls...
2014-03-12 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2014-03-11 Peter Huttererconfig: search for PnPID on all parents (#75513)
2014-03-11 Peter Huttererxkb: push locked modifier state down to attached slave...
2014-03-11 Peter Huttererxkb: factor out state update into a function
2014-03-11 Peter Huttererxkb: factor out the StateNotify flag check
2014-03-11 Peter Huttererxfree86: handle xorg.conf devices with logind
2014-03-11 Peter Huttererconfig: only free odev->attrib_name for string types
2014-03-10 Eric Anholtglx: Clear new FBConfig attributes to 0 by default.
2014-03-10 Eric Anholtglamor: Use buffer_storage
2014-03-10 Eric Anholtglamor: Fix requested composite VBO size.
2014-03-10 Eric Anholtglamor: Extract the streamed vertex data code used...
2014-03-10 Eric Anholtglamor: Track the next vertex offset as we go for AA...
2014-03-10 Eric Anholtglamor: Track the next vertex offset as we go for non...
2014-03-10 Eric Anholtglamor: Track the next vertex offset as we go in render...
2014-03-10 Eric Anholtglamor: Move glamor_emit_composite_vert() to traps...
2014-03-10 Eric Anholtglamor: Don't forget to set GL_INVALIDATE_RANGE_BIT...
2014-03-10 Eric Anholtglamor: Fix a mismatched glamor_get/put_context().
2014-03-10 Eric Anholtglamor: Add a note about the state of GL_ARB_map_buffer...
2014-03-10 Eric Anholtglamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT...
2014-03-10 Eric Anholtglamor: remove dead global variable.
2014-03-10 Hans de GoedeRequire video drivers to report that they support serve...
2014-03-10 Hans de Goedexf86platformBus: Make doPlatformProbe accept a NULL...
2014-03-10 Hans de Goedesystemd-logind: Fix vt-enter not working when using...
2014-03-10 Hans de Goedeconfig_odev_add*_attribute: Don't add the attribute...
2014-03-10 Hans de Goedehashtabletest: Fix warning: format ‘%ld’ expects argume...
2014-03-10 Dave Airliexserver: fix build since system-logind.h
2014-03-08 Keith PackardMerge remote-tracking branch 'jwrdecoede/for-keith'
2014-03-07 Jon TURNEYFix xephyr build in --disable-glamor case
2014-03-07 Andrew Eikumdix: Clear any existing selections before initializing...
2014-03-05 Eric Anholtglamor: Add support for DRI3.
2014-03-05 Eric Anholtglamor: Rename the DRI-related pixmap functions.
2014-03-05 Eric Anholtxorg: Connect up the glamor XV code, xorg DDX-only...
2014-03-05 Eric Anholtxorg: Build a glamor_egl module.
2014-03-05 Eric Anholtxephyr: Pass incoming XCB events to the Xlib event...
2014-03-05 Eric Anholtxephyr: Build support for rendering with glamor using...
2014-03-03 Jon TURNEYhw/xwin: More closely follow ICCCM for setting input...
2014-03-03 Colin Harrisonhw/xwin: Remove unnecessary casts from malloc/realloc...
2014-03-03 Colin Harrisonhw/xwin: Add missing FORCEEXIT token to XWin configurat...
2014-03-03 Colin Harrisonhw/xwin: Silence bell when volume is zero
2014-03-03 Colin Harrisonhw/xwin: Fix typo in comment
2014-03-03 Colin Harrisonhw/xwin: Align parameter names in prototypes with defin...
2014-03-03 Jon TURNEYhw/xwin: Just generate the WGL wrappers we need
2014-03-03 Yaakov Selkowitzhw/xwin: Fix implicit-function-declaration warning...
2014-03-03 Hans de Goedexf86OpenSerial: Add support server managed fds
2014-03-03 Hans de Goedeconfig-udev: Don't try to add drm devices twice
2014-03-03 Hans de Goedesystemd-logind: Add delayed input device probing
next