summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-28xkb: Store the action filters per device in the XkbSrvInfoRec.Peter Hutterer2-49/+57
2007-10-28XFree86: Remove ridiculous SIGIO debuggingDaniel Stone1-6/+0
2007-10-28XKB: Add more bits to xkbsrv.hDaniel Stone1-0/+3
2007-10-28Xi: Include XI protocol header in exevents.hDaniel Stone1-0/+2
2007-10-28configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriateDaniel Stone2-5/+13
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner2-25/+24
2007-10-26Weed out some unused fluff from __GLXcontext.Kristian Høgsberg6-44/+4
2007-10-26Include stddef.h for size_t.Bernardo Innocenti1-0/+1
2007-10-26Quiet glx visual debug info.Kristian Høgsberg1-2/+0
2007-10-26Nuke superfluous ",", added missing include for xf86i2c.h.Matthias Hopf1-2/+3
2007-10-26XFree86 Misc/VidMode: Remove ridiculous debug ErrorFsDaniel Stone2-66/+0
2007-10-25Clean up unused pVisual part of __GLXcontext.Kristian Høgsberg2-8/+1
2007-10-25Make glx destroy path handle cases where the X window goes away first.Kristian Høgsberg2-5/+16
2007-10-25Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
2007-10-24Prefer configured DisplaySize to probed DDC data, if available.Matthias Hopf1-2/+12
2007-10-23EXA: Fix off-by-one in polyline drawing.Pierre Willenbrock1-1/+1
2007-10-23Superfluous ','.Matthias Hopf1-1/+1
2007-10-23Get rid of unnecessary GNU extended variadic macro.Matthias Hopf1-1/+1
2007-10-22Define PCI_TXT_IDS_DIR more cleanlyDavid Nusinow3-5/+6
2007-10-22Leave hardware-specified preferred modes alone when user preference exists.Keith Packard1-2/+1
2007-10-22GLX: Fix leak of X pixmaps associated with GLX pixmaps.Michel Dänzer1-0/+5
2007-10-22GLX: Don't crash on unused client array members when switching to/from console.Michel Dänzer1-2/+2
2007-10-21Add a note as to why the text file based PCI ID scheme is present at allDavid Nusinow1-0/+4
2007-10-21Fix compilation issue on FreeBSD (bug #12841)David Nusinow1-0/+4
2007-10-21Make PCI text file directory configurableDavid Nusinow3-5/+13
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt12-552/+218
2007-10-19Merge branch 'master' into glyph-pixmapsEric Anholt97-2392/+10209
2007-10-19Disable debian pci-id-list autoconfig code on non-linux.Eric Anholt1-12/+17
2007-10-19Fix software GL to provide a list of supported fbconfigs like the DRI case.Kristian Høgsberg2-107/+130
2007-10-19Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g....Matthias Hopf1-14/+9
2007-10-19Fix ids of ACPI events according to ACPI spec.Matthias Hopf1-5/+5
2007-10-18Introduce a new "GlxVisuals" option that controls which visuals are added.Kristian Høgsberg7-51/+161
2007-10-18Add code to set up GLX visuals and add one for the first double buffered FBCo...Kristian Høgsberg1-10/+142
2007-10-18Separate handling of GLX visuals and GLX FBConfigs.Kristian Høgsberg5-299/+247
2007-10-18Drop VisualConfigPriv support from the DRI module.Kristian Høgsberg2-47/+5
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg7-612/+9
2007-10-18Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.Eric Anholt1-5/+24
2007-10-18EXA: Skip empty glyphs.Michel Dänzer1-0/+1
2007-10-18EXA: Don't attempt to move in pixmaps that can't be accelerated.Michel Dänzer3-2/+20
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard3-31/+28
2007-10-17KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server ...Keith Packard2-3/+3
2007-10-16Fix walking of GLX providers.Alan Hourihane1-2/+3
2007-10-16Always check the return value of __glXGetDrawable first.Michel Dänzer1-2/+2
2007-10-15Fix byte swapping for GetFBConfigs.Kristian Høgsberg1-5/+5
2007-10-15glx: drop duplicate GetDrawableAttributesSGIX declarations.George Sapountzis1-2/+0
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer19-50/+44
2007-10-14Fix GLX byteswapping.Kristian Høgsberg3-122/+142
2007-10-12Merge branch 'master' of git://git.freedesktop.org/git/xorg/xserverKristian Høgsberg9-127/+222
2007-10-12Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.Kristian Høgsberg3-8/+36
2007-10-12Implement GLX pbuffers.Kristian Høgsberg9-60/+135