summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixup validDrawable usagedri2-swapbuffersJesse Barnes2009-10-291-4/+8
* Require dri2proto 2.2 to buildJesse Barnes2009-10-291-1/+1
* DRI2: initial MSC supportJesse Barnes2009-10-297-72/+436
* DRI2: add support for scheduled swaps & flips for swap interval supportJesse Barnes2009-10-295-32/+192
* Only do pageflipping when the window isn't redirectedKristian Høgsberg2009-10-291-8/+7
* Block AIGLX clients if they draw before swap is completeKristian Høgsberg2009-10-294-10/+28
* Change DRI2SwapComplete() to not take a DrawablePtr, which may have been freedKristian Høgsberg2009-10-292-7/+15
* Only block swapping client not entire server in DRI2SwapBuffersKristian Høgsberg2009-10-294-21/+88
* DRI2: Look for flush extension in screen extensions, not driver extensionsKristian Høgsberg2009-10-291-6/+10
* Bump DRI2InfoRec version.Kristian Høgsberg2009-10-291-1/+1
* DRI2: add support for SwapBuffers requestJesse Barnes2009-10-294-13/+90
* EDID: Extend the HDTV hack to handle "1368x769"Adam Jackson2009-10-291-2/+4
* modes: Fix duplicate detection, and do it more consistentlyAdam Jackson2009-10-294-31/+39
* modes: De-duplicate a clock range check.Adam Jackson2009-10-291-17/+12
* EDID: Fix interlaced detailed timings to be frame size, not field sizeAdam Jackson2009-10-291-1/+40
* modes: Decorate interlaced mode names with a trailing 'i'Adam Jackson2009-10-292-5/+7
* EDID: CEA extension supportMa Ling2009-10-297-429/+935
* Suppress certain GCC warnings in auto-generated code.Jamey Sharp2009-10-282-1/+7
* Don't cast double to int: use default conversions or explicitly round.Jamey Sharp2009-10-282-6/+6
* Suppress GCC warnings like "the address of `u1' will always evaluate as `true'".Jamey Sharp2009-10-281-1/+1
* kdrive: Grab evdev mouse/keyboard devices when X server is activeMikhail Gusarov2009-10-281-1/+14
* Add video driver flag to indicate that console access is not needed.Jamey Sharp2009-10-282-11/+22
* Alloc/free drawables array for each ProcPanoramiXShmGetImage call.Jamey Sharp2009-10-281-8/+9
* xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZETormod Volden2009-10-281-1/+1
* os: Add libsha1 as a choice of SHA1 implementationMikhail Gusarov2009-10-283-1/+39
* Add missing DLOPEN_LIBS to kdrive compilation flagsMikhail Gusarov2009-10-281-1/+1
* Merge remote branch 'jcristau/sha1'Keith Packard2009-10-287-51/+202
|\
| * Add libgcrypt as an option for SHA1Julien Cristau2009-10-153-1/+52
| * configure: add --with-sha1={libmd,libcrypto} optionJulien Cristau2009-10-152-20/+40
| * Move SHA1 computation from render/glyph.c to os/Julien Cristau2009-10-156-36/+116
* | Xinput: allow non-integer values again for Constant- and AdaptiveDecelerationHans Nieser2009-10-271-2/+2
* | dmx: Correctly compute DMXGetScreenAttributes reply lengthJon TURNEY2009-10-261-1/+2
* | DRI2: Report the correct extension minor versionKeith Packard2009-10-231-1/+1
* | Kill compilation warnings.Marcin Baczyński2009-10-232-3/+11
* | dix: Fix up colormap fixup.Adam Jackson2009-10-231-0/+3
* | Bump to 1.7.99.2 (unreleased)Keith Packard2009-10-231-2/+2
* | Resolve an inconsistency between libX11 and Xserver over GetModifierMappingJon TURNEY2009-10-221-5/+3
* | Bump version to 1.7.99.1xorg-server-1.7.99.1Keith Packard2009-10-221-1/+1
* | Make sure dmx docs are built for distribution.Keith Packard2009-10-221-2/+19
* | Don't attempt to build hw/kdrive/sdl/Makefile anymoreKeith Packard2009-10-221-1/+0
* | Always check for doxygen so that distcheck gets dmx docsKeith Packard2009-10-221-5/+5
* | Make sure HAVE_DOXYGEN is defined when not building dmxKeith Packard2009-10-221-1/+3
* | Merge remote branch 'whot/master'Keith Packard2009-10-21277-47758/+115
|\ \
| * | kdrive: Purge XsdlPeter Hutterer2009-10-206-408/+1
| * | dmxDestroyWindow() - must call the X's native DetroyWindow()Lee Leahu2009-10-201-2/+1
| * | dmx: when setting up device axis, use the correct counter numberLee Leahu2009-10-201-11/+11
| * | dmx: remove doxygen-generated files.Peter Hutterer2009-10-20265-47311/+89
| * | xkb: don't conditionally include xkb-config.h.Peter Hutterer2009-10-203-6/+1
| * | Use the default XKB settings for dmx and kdrive.Peter Hutterer2009-10-203-16/+12
| * | kdrive: silence tslib compiler warningsPeter Hutterer2009-10-201-4/+0