- 12 Aug, 2004 10 commits
-
-
Eric Anholt authored
bug #1022.
-
Torrey Lyons authored
damage extension.
-
Eric Anholt authored
not, DamageSetup will wrap some operations first, and the cw initializes during ExtensionInit, so cw comes higher in the wrapping chain. cw going first will result in damage getting confused when the drawables get changed around.
-
Eric Anholt authored
- Fix wrapping of GC ops/funcs according to policy described in bug #1045. - Remove ValidateGC/ValidatePictures on the redirected drawables/pictures -- it's not needed, and DDXs shouldn't be seeing redirected drawables in render or GC ops/funcs when cw is running. - Mark all GC/Picture state as dirty when moving from redirected to non-redirected, since it hadn't been passed down in Change* or Validate* while redirected. - Remove CreatePicture wrapper that didn't do anything. - Comment on why AddTraps wrapper isn't needed.
-
Eric Anholt authored
- Hopefully fix a crash in compCheckRedirect on unrealizing windows. - Remove an extern that doesn't point at anything.
-
Kevin E Martin authored
-
Kristian Høgsberg authored
to remove the sprite before the area is copied. The drivers handle pDst != pSrc (#1030).
-
Adam Jackson authored
but an RFE has been submitted upstream.
-
Adam Jackson authored
-
Keith Packard authored
that don't have a pixmap for the root) Fix offsets for render drawing.
-
- 11 Aug, 2004 8 commits
-
-
Torrey Lyons authored
-
Adam Jackson authored
modules to work under elfloader. From Travis Tilley (Gentoo).
-
Keith Packard authored
Xnest was half-using midispcur and doing a bad job of it. Replace all of that code with mipointer which does a lot of the work. Support DDXen which don't provide GetWindowPixmap, or which return NULL for the root pixmap.
-
Kevin E Martin authored
-
Eric Anholt authored
changes that CopyPicture has done.
-
Kevin E Martin authored
-
Kristian Høgsberg authored
"kbd" by default, "keyboard" if UseDeprecatedKeyboarDriver is YES (#1040).
-
http://freedesktop.org/bugzilla/show_bug.cgi?id=492Roland Mainz authored
/etc/init.d/xprint did not source xorg.conf for font paths additionally to xfree86 config files
-
- 10 Aug, 2004 1 commit
-
-
Kevin E Martin authored
-
- 09 Aug, 2004 3 commits
-
-
Kevin E Martin authored
Harold L. Hunt II, Alexander Gottwald). Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes). Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris). Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris). Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris). Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor). Fix several render problems: - MMIO mode support - Hang on IGP chips - VT switching hang - 3D render corruption (Bug #922, Hui Yu).
-
Kristian Høgsberg authored
the other render symbols. Initialize screen_x and screen_y to 0. This fixes a problem with the new Damage based sprite, where intersection test against the root pixmap would fail because the two fields were not initialized (damage.c, 166-170).
-
Kevin E Martin authored
- Fix building without Xevie - Fix building without DPMS - Fix "Extensions" section config file support to accept general boolean options
-
- 08 Aug, 2004 2 commits
-
-
Kristian Høgsberg authored
USE_DEPRECATED_KEYBOARD_DRIVER is defined. Print warning if the old driver is used.
-
Kristian Høgsberg authored
DoLoadableServer works again.
-
- 07 Aug, 2004 4 commits
-
-
Keith Packard authored
Replace miSprite implementation with Damage-based one. Otherwise damage and misprite conflict causing looping. Change pScreen usage around a bit to eliminate warnings
-
Keith Packard authored
lightpipe work).
-
Keith Packard authored
-
Keith Packard authored
compatibilty. Applications using ARGB visuals will need to use Render or other mechanisms to compute pixel values instead of AllocColor
-
- 06 Aug, 2004 2 commits
-
-
Keith Packard authored
-
Eric Anholt authored
-
- 05 Aug, 2004 1 commit
-
-
Eric Anholt authored
the flagged bits from a source picture. Approved in principle by keithp. - Use CopyPicture and SetTransform to update most of the backing picture's state in the composite wrapper. Filters are still missing. - Don't allocate a picture private, now that we calculate clipping properly and don't need the serialNumber or stateChanges. - Use the format of the source pixmap rather than generating the format from the window's visual. - Wrap the rest of the Render primitives that were stubbed out before.
-
- 04 Aug, 2004 3 commits
-
-
Eric Anholt authored
list changes. - Use FillTiled instead of FillSolid for painting tiled border/background pixmaps, and don't needlessly change the scratch GC's defaults. - Use the preferred dixChangeGC instead of DoChangeGC. - Simplify a silly loop and clean up a couple of comments.
-
Egbert Eich authored
2.1.8 (Chisato Yamauchi). A small backward compatibility fix to make the freetype module build with freetype version < 2.1.7. Fixed/added some debugging code.
-
Eric Anholt authored
SetupForCPUToScreenAlphaTexture2. These add a dstFormat argument after the previous format argument, which the driver needs to use to properly set up the destination format. Two new arrays are added for the list of destination formats supported that correspond to the previous format arrays for sources. - Make Render acceleration only occur when the new hook for that acceleration type is supplied and the dst format list is set, along with the src format list being set. Without knowing the destination format, the Render acceleration couldn't properly support all the destinations it might encounter. - Bump XAA module minor version. - Update the Radeon Render acceleration to use the new hooks when the XAA module is sufficiently new. Fix a bug in the src/dst alpha booleans for ops, and use them to set blend_cntl to support destinations without alpha. Add missing PICT_a1r5g5b5 texture format, and add list terminator. (!)
-
- 03 Aug, 2004 6 commits
-
-
Alexander Gottwald authored
2004-08-02 Kensuke Matsuzaki Fix the bug that we can't copy & paste multi-byte string to Unicode-base Windows application. Rename fUnicodeSupport to fUseUnicode, because it don't mean wheather Windows support Unicode or not.
-
Matthieu Herrb authored
programs/Xserver/hw/xfree86/vgahw/vgaHW.c programs/Xserver/hw/xfree86/vgahw/vgaHW.h programs/Xserver/miext/shadow/shadow.h programs/Xserver/miext/shadow/shpacked.c programs/Xserver/miext/shadow/shplanar.c programs/Xserver/miext/shadow/shrotate.c Fix glitches in pointer to functions declarations.
-
Matthieu Herrb authored
XAACachePlanarMonoStippleWeak to XAAGetCachePlanarMonoStipple() for consistency with other parts of xaa and fix forward declaration in xaalocal.h. Fixes last comments on Bug #962.
-
Eric Anholt authored
appears stable in limited testing. - Allocate the picture private, avoiding segfault. - Wrap PaintWindow to draw the background/border to the backing pixmap (based on Deron Johnson's comptran.c). - Set the x_off/y_off returns to translate coordinates properly. - Don't bother allocating temporary areas for the modified coordinates. Layers above are responsible for handling lower layers changing the arguments, so cw doesn't have to worry about it. mibstore.c has to do the allocation because it calls down twice (front buffer and backing store). (Suggested by keithp) - Handle the mode argument to PolyPoint, Polylines, and FillPolygon. - Remove some dead elements in the cw privates. - Kill a prototype warning in compinit.c by adding the cw.h header.
-
Eric Anholt authored
extension so that the redirecting of drawables by the wrapper doesn't confuse Damage.
-
Adam Jackson authored
DoLoadableServer NO builds work again.
-