- Jan 16, 2005
-
-
Deron Johnson authored
-
- Jan 12, 2005
-
-
Deron Johnson authored
-
- Jan 10, 2005
-
-
Deron Johnson authored
This brings things up to dev-0-6-1-16.
-
- Sep 16, 2004
-
-
Deron Johnson authored
-
- Sep 03, 2004
-
-
Kevin E Martin authored
-
Kevin E Martin authored
Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard).
-
- Sep 02, 2004
-
-
Kevin E Martin authored
T. Lyons).
-
Kevin E Martin authored
-
- Sep 01, 2004
-
-
Matthew Allum authored
-
Matthew Allum authored
-
Matthew Allum authored
-
- Aug 31, 2004
-
-
Matthew Allum authored
-
- Aug 30, 2004
-
-
Eric Anholt authored
RasterizeTrapezoid screen function. These hooks will be called for imprecise, non-sharp trapezoids with A8 destinations. Note that the current main consumer of trapezoids, cairo, is requesting precise, sharp trapezoids by not changing the default Picture attributes, but gets non-sharp effects in software because fb bases its choice of sharp/non-sharp on the mask format being A8 vs A1, and cairo asks for A8. Follow fb's (poor?) example by ignoring the sharp setting and basing the choice off of the mask being A8.
-
Eric Anholt authored
heuristic, delay the decision until the first kaaPixmapUse{Screen|Memory}, and put it in framebuffer if UseScreen was called. Provides a significant improvement in cairo speeds (100% speedup in cairogears here) and is likely to improve text performance as well.
-
- Aug 29, 2004
-
-
Kevin E Martin authored
Fix build failures when UseDeprecatedKeyboardDriver is YES and DoLoadableServer is NO (Bug #1229, Kristian Hgsberg). Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam Jackson).
-
Alan Coopersmith authored
needed on older releases, and breaks builds on Solaris 10. (Same as bugzilla #189).
-
- Aug 27, 2004
-
-
Egbert Eich authored
hasn't been used before.
-
Eric Anholt authored
not at the backing pixmap's origin. Resulted in incorrect rendering in at least aisleriot, fluxbox, and KDE apps, and probably many more. While here, move the ParentRelative loop above the drawable grab -- may improve correctness with ParentRelative background origins as well. Note that the border code doesn't handle ParentRelative yet.
-
Kevin E Martin authored
-
Egbert Eich authored
-
Egbert Eich authored
-
Egbert Eich authored
Fix arm netwinder build (Donnie Berkholz).
-
Egbert Eich authored
'no value specified'. Therefore setting it to 0.
-
Kevin E Martin authored
-
- Aug 26, 2004
-
-
Eric Anholt authored
according to the rules as I understand them (bug #1045), not everybody follows the rules. GC funcs were being called on the same GC from within GC ops, and the cwValidateGC caused a loop in the funcs chain that resulted in a crash, notably in cwPolylines.
-
Egbert Eich authored
2
-
- Aug 21, 2004
-
-
Torrey Lyons authored
-
- Aug 20, 2004
-
-
Kevin E Martin authored
#1133, Kristian Hgsberg).
-
- Aug 19, 2004
-
-
Kevin E Martin authored
-
- Aug 18, 2004
-
-
Kevin E Martin authored
-
Kevin E Martin authored
Remove old config files (Bug #1123, Jim Gettys). Remove old log message (Bug #1123, Jim Gettys).
-
- Aug 17, 2004
-
-
Kevin E Martin authored
Fix Xvfb at 8bpp (Bug #1091). Fix link order when building with Xprint in glxgears (Bug #1060, Alexander Gottwald).
-
- Aug 16, 2004
-
-
Kevin E Martin authored
Fix kbd/keyboard driver for DoLoadableServer NO. Revert change since it is better to set date in the config files.
-
Kevin E Martin authored
#1072, Kristian Hgsberg).
-
Alexander Gottwald authored
-
Kevin E Martin authored
-
- Aug 15, 2004
-
-
Keith Packard authored
to me. Clean up transition between cheap and expensive GC wrappers by using the prologue and epilogue macros. Before, the GC would be left unvalidated sometimes which would cause all kinds of entertaining bugs against a DDX which cares (XAA).
-
Keith Packard authored
Eliminate needless (and, it turns out, dangerous) call to ChangeGC on DestroyGCPrivate. in cwSetWindowPixmap, check if the pixmap is the screen pixmap and disable the wrapper by setting the private to NULL.
-
Kristian Høgsberg authored
-
Keith Packard authored
None works. Copy filter to backing picture during validation. Mark picture serialNumber when setting Filter or Transform so Validate occurs. Initialize xf86Screens[i]->pScreen to NULL so that RADEON driver doesn't crash during server reset using old pScreen.
-