index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-28
xkb: Store the action filters per device in the XkbSrvInfoRec.
Peter Hutterer
2
-49
/
+57
2007-10-28
XFree86: Remove ridiculous SIGIO debugging
Daniel Stone
1
-6
/
+0
2007-10-28
XKB: Add more bits to xkbsrv.h
Daniel Stone
1
-0
/
+3
2007-10-28
Xi: Include XI protocol header in exevents.h
Daniel Stone
1
-0
/
+2
2007-10-28
configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriate
Daniel Stone
2
-5
/
+13
2007-10-26
Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...
Aaron Plattner
2
-25
/
+24
2007-10-26
Weed out some unused fluff from __GLXcontext.
Kristian Høgsberg
6
-44
/
+4
2007-10-26
Include stddef.h for size_t.
Bernardo Innocenti
1
-0
/
+1
2007-10-26
Quiet glx visual debug info.
Kristian Høgsberg
1
-2
/
+0
2007-10-26
Nuke superfluous ",", added missing include for xf86i2c.h.
Matthias Hopf
1
-2
/
+3
2007-10-26
XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
Daniel Stone
2
-66
/
+0
2007-10-25
Clean up unused pVisual part of __GLXcontext.
Kristian Høgsberg
2
-8
/
+1
2007-10-25
Make glx destroy path handle cases where the X window goes away first.
Kristian Høgsberg
2
-5
/
+16
2007-10-25
Input: Fix key down test (bug #12858)
Naoki Hamada
1
-4
/
+12
2007-10-24
Prefer configured DisplaySize to probed DDC data, if available.
Matthias Hopf
1
-2
/
+12
2007-10-23
EXA: Fix off-by-one in polyline drawing.
Pierre Willenbrock
1
-1
/
+1
2007-10-23
Superfluous ','.
Matthias Hopf
1
-1
/
+1
2007-10-23
Get rid of unnecessary GNU extended variadic macro.
Matthias Hopf
1
-1
/
+1
2007-10-22
Define PCI_TXT_IDS_DIR more cleanly
David Nusinow
3
-5
/
+6
2007-10-22
Leave hardware-specified preferred modes alone when user preference exists.
Keith Packard
1
-2
/
+1
2007-10-22
GLX: Fix leak of X pixmaps associated with GLX pixmaps.
Michel Dänzer
1
-0
/
+5
2007-10-22
GLX: Don't crash on unused client array members when switching to/from console.
Michel Dänzer
1
-2
/
+2
2007-10-21
Add a note as to why the text file based PCI ID scheme is present at all
David Nusinow
1
-0
/
+4
2007-10-21
Fix compilation issue on FreeBSD (bug #12841)
David Nusinow
1
-0
/
+4
2007-10-21
Make PCI text file directory configurable
David Nusinow
3
-5
/
+13
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
12
-552
/
+218
2007-10-19
Merge branch 'master' into glyph-pixmaps
Eric Anholt
97
-2392
/
+10209
2007-10-19
Disable debian pci-id-list autoconfig code on non-linux.
Eric Anholt
1
-12
/
+17
2007-10-19
Fix software GL to provide a list of supported fbconfigs like the DRI case.
Kristian Høgsberg
2
-107
/
+130
2007-10-19
Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g....
Matthias Hopf
1
-14
/
+9
2007-10-19
Fix ids of ACPI events according to ACPI spec.
Matthias Hopf
1
-5
/
+5
2007-10-18
Introduce a new "GlxVisuals" option that controls which visuals are added.
Kristian Høgsberg
7
-51
/
+161
2007-10-18
Add code to set up GLX visuals and add one for the first double buffered FBCo...
Kristian Høgsberg
1
-10
/
+142
2007-10-18
Separate handling of GLX visuals and GLX FBConfigs.
Kristian Høgsberg
5
-299
/
+247
2007-10-18
Drop VisualConfigPriv support from the DRI module.
Kristian Høgsberg
2
-47
/
+5
2007-10-18
Simplify and clean up GLX visual initialization.
Kristian Høgsberg
7
-612
/
+9
2007-10-18
Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.
Eric Anholt
1
-5
/
+24
2007-10-18
EXA: Skip empty glyphs.
Michel Dänzer
1
-0
/
+1
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
3
-2
/
+20
2007-10-17
Make config file preferred mode override monitor preferred mode.
Keith Packard
3
-31
/
+28
2007-10-17
KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server ...
Keith Packard
2
-3
/
+3
2007-10-16
Fix walking of GLX providers.
Alan Hourihane
1
-2
/
+3
2007-10-16
Always check the return value of __glXGetDrawable first.
Michel Dänzer
1
-2
/
+2
2007-10-15
Fix byte swapping for GetFBConfigs.
Kristian Høgsberg
1
-5
/
+5
2007-10-15
glx: drop duplicate GetDrawableAttributesSGIX declarations.
George Sapountzis
1
-2
/
+0
2007-10-14
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Ben Byer
19
-50
/
+44
2007-10-14
Fix GLX byteswapping.
Kristian Høgsberg
3
-122
/
+142
2007-10-12
Merge branch 'master' of git://git.freedesktop.org/git/xorg/xserver
Kristian Høgsberg
9
-127
/
+222
2007-10-12
Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.
Kristian Høgsberg
3
-8
/
+36
2007-10-12
Implement GLX pbuffers.
Kristian Høgsberg
9
-60
/
+135
[next]