summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III5-36/+188
2006-12-16For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86ServerKevin E Martin3-2/+4
2006-12-13Set Int10Current->Tag for the linux native int10 moduleAlan Hourihane2-1/+4
2006-12-13Merge branch 'randr-1.2-for-server-1.2-origin' into randr-1.2-for-server-1.2Keith Packard14-142/+795
2006-12-13RandR 1.2 rotation code must adjust width/height.Keith Packard2-8/+29
2006-12-13RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.Keith Packard1-44/+69
2006-12-12RandR: config time updates when hardware config changes.Keith Packard5-15/+29
2006-12-12RandR mode list needs both output and crtc modes.Keith Packard1-1/+22
2006-12-12Merge branch 'server-1.2-branch' into randr-1.2-for-server-1.2Keith Packard7-82/+675
2006-12-12Fix bad commitAlan Hourihane1-1/+1
2006-12-11Fix Xming fails to use xkb bugAlan Hourihane1-0/+1
2006-12-11Fix Tooltip from minimized clientsAlan Hourihane1-4/+3
2006-12-10Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly wi...Aaron Plattner1-1/+1
2006-12-10Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrea...Aaron Plattner1-1/+4
2006-12-06Update pci.ids to 2006-12-06 from pciids.sf.netAlan Coopersmith2-57/+647
2006-12-05Map missing keycodes for Sun Type 5 keyboard on Solaris SPARCAlan Coopersmith1-18/+18
2006-12-01Fix syntax error in configure check for SYSV_IPC that broke with Sun ccAlan Coopersmith1-1/+1
2006-12-01Fix release date, and tag 1.1.99.903xorg-server-1.1.99.903Adam Jackson1-1/+1
2006-11-30RandR ListOutputProperties has nAtoms element, not nPropertiesKeith Packard1-1/+1
2006-11-30Merge branch 'server-1.2' into randr-1.2-for-server-1.2Keith Packard36-4467/+177
2006-12-01fixup configure.ac problems with DRI_SOURCES and LBX_SOURCESairlied4-5/+3
2006-12-01add extern to struct definitionairlied1-1/+1
2006-12-01dri: setup libdrm hooks as early as possible.Dave Airlie2-4/+8
2006-12-01DRI: call drmSetServerInfo() before drmOpen().airlied3-261/+4
2006-12-01Fix typo before the last commit.Eric Anholt1-1/+1
2006-12-01Bug #8868: Remove drm from SUBDIRS now that the directory is gone.Eric Anholt1-2/+2
2006-12-01make X server use system libdrm - this requires libdrm >= 2.3.0airlied14-4163/+103
2006-12-01remove CID support (bug #5553)Daniel Stone5-20/+1
2006-12-01bump to 1.1.99.903Daniel Stone1-3/+3
2006-11-30ffs: handle 0 argument (bug #8968)Jurij Smakov2-0/+5
2006-11-30On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
2006-11-30Fix potential NULL pointer access in timer code.Matthias Hopf1-7/+9
2006-11-30Add DIX_CFLAGS to util builds.Aaron Plattner4-4/+4
2006-11-30Add a -showDefaultLibPath option.Aaron Plattner4-0/+20
2006-11-30Add a -showDefaultModulePath option.Aaron Plattner2-0/+16
2006-11-30Fix GL context destruction with AIGLX.George Sapountzis1-1/+1
2006-11-30Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.Matthias Hopf1-1/+1
2006-11-27Destroying RandR crtc or output overwrites memory.Keith Packard2-2/+2
2006-11-26Ensure RandR resource types are registered before resources are created.Keith Packard3-0/+7
2006-11-21Allocate correct size for RRPropertyRec (oops).Keith Packard1-1/+2
2006-11-21Change RandR property datatype to include pending/valid values.Keith Packard5-124/+384
2006-11-17Add mipmap.c to GL/mesa/main/Makefile to build with mesa masterKeith Packard1-0/+1
2006-11-16Reduce calls to RRGetInfo.Keith Packard2-8/+5
2006-11-16Remove RandR output options.Keith Packard5-89/+29
2006-11-16Add RRInit function to create resource types for RR objects.Keith Packard3-18/+41
2006-11-16Allow RandR objects to be created before the associated ScreenRec.Keith Packard9-169/+254
2006-11-16Don't bump the refcnt if the new mode is NULL.Eric Anholt1-1/+2
2006-11-16Move physical size from mode to output.Keith Packard8-15/+50
2006-11-16Merge master back in and clean up some unfinished code (closes 8745)Keith Packard5-8/+26
2006-11-16Byte swap RRSelectInput enable flags.Keith Packard1-0/+1