summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Remove empty stub of $host_cpu case statement in configure.acreallocarrayAlan Coopersmith1-5/+0
2015-04-21Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86Alan Coopersmith1-1/+1
2015-04-21Convert hw/dmx to new *allocarray functionsAlan Coopersmith16-59/+51
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith6-14/+14
2015-04-21Convert hw/xnest & hw/vfb to new *allocarray functionsAlan Coopersmith6-22/+18
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith26-107/+111
2015-04-21Convert glamor & glx to new *allocarray functionsAlan Coopersmith8-21/+19
2015-04-21Convert mi & miext to new *allocarray functionsAlan Coopersmith18-71/+66
2015-04-21Convert exa & fb to new *allocarray functionsAlan Coopersmith5-10/+10
2015-04-21Convert XKB to new *allocarray functionsAlan Coopersmith8-93/+96
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith34-122/+111
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith13-76/+71
2015-04-21Convert os/* to new *allocarray functionsAlan Coopersmith2-7/+8
2015-04-21Add no-fail equivalents of allocarray & reallocarrayAlan Coopersmith2-0/+19
2015-04-21Add xallocarray() helper macroAlan Coopersmith1-0/+2
2015-04-21Import reallocarray() from OpenBSDAlan Coopersmith5-2/+58
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith4-6/+24
2015-04-21Let calloc handle multiplicationAlan Coopersmith7-13/+11
2015-04-21Remove remaining doc references to Xalloc, Xrealloc, and XfreeAlan Coopersmith1-6/+3
2015-04-21Remove apSolaris.shar (old "aperture" kernel driver for Solaris)Alan Coopersmith2-808/+1
2015-04-17systemd-logind: don't second guess D-Bus default timeoutRay Strode1-8/+6
2015-04-17systemd-logind: filter out non-signal messages from message filterRay Strode1-0/+3
2015-04-13mi: Partial pie-slice filled arcs may need more space for spansKeith Packard1-0/+5
2015-04-13Re-enable non serverfd input devices immediately on vtenterHans de Goede1-3/+4
2015-03-31Require randrproto version 1.5.0 or newerKeith Packard1-1/+1
2015-03-31xfree86: Add GPU screens even if there are no active GDevsAaron Plattner1-3/+11
2015-03-31xfree86: Fix xf86_check_platform_slot's handling of PCIAaron Plattner1-2/+4
2015-03-31Merge remote-tracking branch 'airlied/for-keithp'Keith Packard10-101/+936
2015-03-31Fix XQuartz buildJon Turney2-0/+5
2015-03-31randr: Use Monitor list for XineramaKeith Packard1-98/+20
2015-03-31randr: Add Monitor support (v1.1)Keith Packard7-1/+839
2015-03-31xf86Crtc: add tile prop settingDave Airlie2-2/+77
2015-03-27Merge remote-tracking branch 'anholt/glamor-next'Keith Packard41-1564/+841
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard4-17/+17
2015-03-24ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'Jon TURNEY1-1/+1
2015-03-24glamor: Fix up indentationAdam Jackson1-7/+7
2015-03-24glamor: Perform texture2D() separately from swizzle.Matt Turner1-12/+14
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt4-23/+20
2015-03-24glamor: Don't optimize out scissor updates in CopyArea.Eric Anholt1-11/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt14-49/+27
2015-03-24glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-03-24glamor: check max native ALU instructionsOlivier Fourdan2-0/+34
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard4-49/+35
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard9-96/+103
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard15-196/+176
2015-03-24glamor: Remove unused glamor_pixmap_private_atlas_tKeith Packard1-12/+0
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard11-297/+345
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard5-122/+15
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap typeKeith Packard1-2/+1
2015-03-24glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap typeKeith Packard2-11/+0