platform/upstream/xorg-server.git
2014-03-27 Jon TURNEYFix ephyr build with --disable-glamor
2014-03-27 Jon TURNEYBuild fbcmap_mi.c once, rather than once for each DDX
2014-03-27 Jon TURNEYBuild Xi/stubs.c once as a convenience library, rather...
2014-03-27 Jon TURNEYBuild dpmsstubs.c once as a convenience library, rather...
2014-03-27 Julien CristauXephyr: restore initial window resize lost in xcb conve...
2014-03-26 Keith Packardglamor: Add glamor_program PolyPoint implementation
2014-03-26 Keith Packardglamor: Move glamor_poly_segment to separate glamor_seg...
2014-03-26 Keith Packardglamor: Add infrastructure for generating shaders on...
2014-03-26 Keith Packardglamor: Add helper functions to walk pixmap tiling
2014-03-26 Keith Packardglamor: Add bounding box to one-fbo pixmaps
2014-03-26 Keith Packardglamor: Get testing code using small FBOs working again
2014-03-26 Keith Packardmi: miPutImage with XYPixmap failed at depth 32 on...
2014-03-26 Keith Packarddix: Allow NULL stipple in ChangeGC
2014-03-26 Markus Wickglamor: Drop feature dependent optimization on startup.
2014-03-26 Markus Wickglamor: Remove unneeded unbindings.
2014-03-26 Markus Wickglamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to...
2014-03-26 Markus Wickglamor: Select VBO path by ARB_mbr extension.
2014-03-26 Markus Wickglamor: Update GL requirements to 2.1.
2014-03-26 Markus Wickglamor: Use epoxy_gl_version() instead of rolling our...
2014-03-26 Markus Wickglamor: Use epoxy_has_gl_extension() instead of rolling...
2014-03-26 Markus Wickglamor: Use glsl "fract/mod" instead of "while" in...
2014-03-26 Eric Anholtkdrive: Remove duplicated definitions of some XV-relate...
2014-03-26 Gaetan Nadonxfree86: glamor_egl subdir must be distributed - breaks...
2014-03-26 Gaetan Nadonephyr: typo where "()" should be "$()" in the Makefile...
2014-03-25 Keith PackardMerge remote-tracking branch 'whot/for-keith'
2014-03-25 Emil Velikovmiinitext: introduce LoadExtensionList() to replace...
2014-03-24 Adam Jacksonxkb: Restore XkbCopyDeviceKeymap
2014-03-24 Kristian Høgsbergos: Add AddClientOnOpenFD() to create a new client...
2014-03-23 Emil Velikovmiinitext: avoid allocating a sentinel ExtensionModule
2014-03-23 Emil Velikovmiinitext: constify staticExtensions
2014-03-23 Emil Velikovmiinitext: drop sentinel detection during LoadExtension
2014-03-23 Emil Velikovmiinitext: move AddStaticExtensions() to LoadExtension()
2014-03-22 Alan CoopersmithAdd necessary headers for major()/minor() on Solaris...
2014-03-22 Keith PackardMerge remote-tracking branch 'jturney/master'
2014-03-22 Gaetan NadonDefault font path: remove the check for ${sysconfdir...
2014-03-22 Keith PackardMerge remote-tracking branch 'jwrdecoede/for-keith'
2014-03-22 Jon TURNEYhw/xwin: Fix WM_ENDSESSION crash on x86_64
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 Kristian Høgsbergos: Add a mechanism to prevent creating any listen...
2014-03-19 Kristian Høgsbergos: Always compile ListenOnOpenFD() and export it
2014-03-19 Kristian Høgsbergtest: Don't add TEST_LDADD to list test
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-13 Hans de Goedexf86Xinput: release server managed fd before removing...
2014-03-13 Hans de Goedesystemd-logind: Correctly deal with InputDevs sharing...
2014-03-13 Hans de Goedesystemd-logind: Add a systemd_logind_set_input_fd_for_a...
2014-03-13 Hans de Goedesystemd_logind_find_info_ptr_by_devnum: Move to higher...
2014-03-13 Hans de Goedesystemd_logind_find_info_ptr_by_devnum: Add a start...
2014-03-12 Hans de GoedeRemove config_odev_add_*attribute checks in various...
2014-03-12 Hans de Goedeconfig_odev*: Use XNF alloc functions
2014-03-12 Hans de GoedeXorg: Add a suid root wrapper
next