summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-12-08dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094]Alan Coopersmith1-0/+3
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard15-209/+345
2014-12-08modesetting: Remove unused params from drmmode_output_init()Daniel Martin1-4/+3
2014-12-08modesetting: Fix ifdefs s/HAVE_UDEV/CONFIG_UDEV_KMS/Daniel Martin2-5/+5
2014-12-08modesetting: Create new EGL screen in drmmode_xf86crtc_resizeDaniel Martin1-0/+19
2014-12-08modesetting: Move Bool glamor into drmmode structDaniel Martin3-8/+8
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard138-628/+633
2014-11-12Drop trailing whitespacesPeter Hutterer136-628/+628
2014-11-12xwayland: declare fatal log handler as noreturnPeter Hutterer1-0/+1
2014-11-12xfree86: drop double-typedef of DBusConnectionPeter Hutterer1-0/+4
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY3-2/+9
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY2-43/+41
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY11-3/+77
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+195
2014-11-06hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...Jon TURNEY1-18/+2
2014-11-06hw/xwin: In SelectionNotify, delete the property containing returned data aft...Jon TURNEY1-2/+2
2014-11-06hw/xwin: Remove some redundant clipboard externs, now defined in winglobals.hJon TURNEY2-15/+0
2014-10-30xfree86: Bump ABI versions (video: 19, extension: 9)Aaron Plattner1-2/+2
2014-10-28xfree86: Include 'drivers' directory with distributionKeith Packard1-1/+1
2014-10-28dri2: Distribute new pci_ids headersKeith Packard2-0/+13
2014-10-27Merge remote-tracking branch 'jturney/master'Keith Packard14-29/+29
2014-10-27modesetting: Skip kernel work-around on error in crtc to kernel mscKeith Packard1-11/+12
2014-10-27Merge remote-tracking branch 'anholt/modesetting-dri2-no-pageflip'Keith Packard18-8/+2405
2014-10-27Skip SetCursor when vtSema is FALSE.Yogish Kulkarni1-1/+3
2014-10-27modesetting: Add support for DRI2 with glamor.Eric Anholt7-3/+1364
2014-10-27modesetting: Export two functions I want to reuse from DRI2/Present.Eric Anholt2-4/+7
2014-10-27dri2: Automatically fill in the driver name if the DDX doesn't provide it.Eric Anholt1-1/+61
2014-10-27dri2: Import a copy of Mesa's PCI ID -> driver name mappings.Eric Anholt10-0/+973
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson5-57/+16
2014-10-27mi: Fold mifpolycon.c into miarc.cAdam Jackson1-1/+0
2014-10-27mi: Fold mispans.c into miwideline.cAdam Jackson1-1/+0
2014-10-27mi: Unexport wide line detailsAdam Jackson1-1/+0
2014-10-23Merge remote-tracking branch 'ajax/xwin'Keith Packard21-3763/+4
2014-10-22Xephyr: option to disable grabbing the hostWilliam ML Leslie3-3/+18
2014-10-09hw/xwin: Fix unused variable warning in winCreateMsgWindow()Jon TURNEY1-2/+1
2014-10-09hw/xwin: Fix redundant declaration warning in winprefslex.lJon TURNEY1-2/+0
2014-10-09hw/xwin: Fix warning in yyerror()Jon TURNEY1-2/+1
2014-10-09hw/xwin: Fix const warning in winPrefsLoadPreferences()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix const warnings in winprefsyacc.yJon TURNEY1-4/+4
2014-10-09hw/xwin: Fix const warning in winCheckDisplayNumber()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix warning in winXIconToHICON()Jon TURNEY1-1/+1
2014-10-09hw/xwin: Fix format warnings with debug printing of pointers on 64-bitJon TURNEY8-17/+17
2014-10-09hw/xwin: Fix warnings in glx/glshim.cJon TURNEY1-0/+3
2014-10-09hw/xwin: Fix compilation with -Werror=declaration-after-statementJon TURNEY1-1/+2
2014-10-09hw/xwin: Fix compilation with -Werror=return-typeJon TURNEY1-1/+1
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard4-145/+51
2014-10-09Merge remote-tracking branch 'ajax/mi-cleanup'Keith Packard13-52/+20
2014-10-09mi: Drop plane argument from miHandleExposuresAdam Jackson1-4/+4