summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-23Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"backout-randrKeith Packard3-115/+65
2011-02-23Revert "Require RandR protocol version 1.4 or newer"Keith Packard1-1/+1
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard11-333/+46
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard6-750/+44
2011-02-23Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"Keith Packard2-163/+28
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard11-355/+20
2011-02-23Revert "randr: Hook up the new RandR 1.4 functionality"Keith Packard3-139/+1
2011-02-23Revert "DIX is responsible for ref counting scanout pixmaps."Keith Packard1-0/+4
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard4-33/+27
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard6-96/+41
2011-02-23Revert "ProcRRSetCrtcConfigs uses 'configs' without being initialized"Keith Packard1-2/+2
2011-02-23Revert "randr: handle RRSetCrtcConfigs request with zero configs"Keith Packard1-3/+5
2011-02-22test: write some event → XI1 conversion tests.Peter Hutterer1-0/+139
2011-02-22dix: a valuator number of 0 is valid (#34510)Peter Hutterer1-2/+14
2011-02-20Revert "exa/mixed: Exclude frontbuffer from deferred pixmap handling."Maarten Maathuis1-13/+4
2011-02-18Version bumped to 1.9.99.902 (1.10 RC2)Keith Packard1-2/+2
2011-02-18Merge remote branch 'jcristau/for-keith'Keith Packard2-13/+38
2011-02-18Merge remote branch 'whot/for-keith'Keith Packard9-31/+75
2011-02-18Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buff...Justin Dou1-1/+1
2011-02-18Merge remote branch 'ajax/for-keithp'Keith Packard8-65/+5
2011-02-18Merge remote branch 'jturney/master'Keith Packard7-55/+74
2011-02-16xfree86: fix up an out-of-date comment.Peter Hutterer1-1/+1
2011-02-15glx: Work around wrong request lengths sent by mesaJulien Cristau2-9/+22
2011-02-15glx: fix BindTexImageEXT length checkJulien Cristau2-2/+14
2011-02-15glx: fix request length check for CreateGLXPbufferSGIXJulien Cristau2-2/+2
2011-02-14xfixes: calloc, not malloc the cursorScreenRecPeter Hutterer1-1/+1
2011-02-14xkb: if the keymap failed to compile, load the default keymap instead.Peter Hutterer1-1/+22
2011-02-14xkb: split out keymap compilation.Peter Hutterer1-16/+39
2011-02-14Xi: make XIQueryPointer return the current modifiers/group as documented.Carlos Garnacho1-1/+1
2011-02-14ProcXkbGetXkbByName: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-7/+7
2011-02-14XkbSendNames: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-02-14ProcRRCreateMode: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-02-14ProcRRQueryVersion: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-02-14Xi: constify XIChangeDeviceProperty()Peter Hutterer2-2/+2
2011-02-08shadow: Remove hw/xfree86/ from includesAdam Jackson1-2/+0
2011-02-08rootless: Remove hw/xfree86/ from includesAdam Jackson1-1/+0
2011-02-08damage: Remove hw/xfree86/ from includesAdam Jackson1-1/+1
2011-02-08fb: Remove hw/xfree86/ from includesAdam Jackson1-4/+0
2011-02-08xfree86: warning fixAdam Jackson1-1/+0
2011-02-08fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdevAdam Jackson1-54/+2
2011-02-08int10: warning fixAdam Jackson1-1/+1
2011-02-08xf86vidmode: warning fixAdam Jackson1-1/+1
2011-02-05Cygwin/X: Fix for Canadian Multilingual Standard keyboard layout handlingJon TURNEY1-1/+1
2011-02-05Cygwin/X: Ignore MappingNotify events sent to clipboard integration clientJon TURNEY1-0/+3
2011-02-05Cygwin/X: Add Turkish keyboard layouts to keyboard layout mapping tableJon TURNEY1-0/+2
2011-02-05Cygwin/X: Make the keyboard layout detection logging a bit clearerJon TURNEY1-33/+44
2011-02-05Cygwin/X: Update mapping for Canadian keyboard layoutsJon TURNEY1-3/+3
2011-02-05Cygwin/X: Better keycode debugging outputJon TURNEY2-7/+5
2011-02-05Cygwin/X: Generate X keycodes for multimedia keysJon TURNEY2-11/+16
2011-02-03xf86/xv: Only register PostValidateTree hook when there is work to doPauli Nieminen1-7/+11