Age | Commit message (Expand) | Author | Files | Lines |
2004-08-27 | Fix for XV memory allocation: Also use tiled area for allocation even if itXORG-6_7_99_903 | Egbert Eich | 1 | -4/+2 |
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 |
2004-08-27 | Add missing reply for DMX (Rik Faith). | Kevin E Martin | 1 | -0/+1 |
2004-08-27 | Fixed typos. | Egbert Eich | 1 | -1/+1 |
2004-08-27 | - adding missing file | Egbert Eich | 1 | -0/+10 |
2004-08-27 | Added support for LynxOS 4.0 (Thomas Mueller). | Egbert Eich | 1 | -9/+60 |
2004-08-27 | - Make DDC code more VESA compliant: when MaxClock is set to 0xFF it means | Egbert Eich | 1 | -1/+3 |
2004-08-27 | Fix xtest failures in Xvfb from XMatchVisualInfo test. | Kevin E Martin | 1 | -6/+12 |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 2 | -1/+6 |
2004-08-26 | Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller). | Egbert Eich | 1 | -2/+14 |
2004-08-21 | Documentation only update: Update XDarwin application version for release. | Torrey Lyons | 1 | -2/+2 |
2004-08-20 | Fix keyboard driver failing to initialize if DoLoadableServer is NO (Bug | Kevin E Martin | 1 | -2/+2 |
2004-08-19 | Add missing no.*Extension symbols (Bug #1131, Aaron Plattner). | Kevin E Martin | 1 | -1/+11 |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 |
2004-08-18 | Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol). | Kevin E Martin | 3 | -6/+5 |
2004-08-17 | Fix DRI module loading (Bug #1057, Ronny Vindenes).XORG-6_7_99_902 | Kevin E Martin | 1 | -2/+12 |
2004-08-16 | Update release and date for first RC.XORG-6_7_99_901 | Kevin E Martin | 1 | -2/+2 |
2004-08-16 | Add kdb <-> keyboard aliasing when UseDeprecatedKeyboardDriver is NO (Bug | Kevin E Martin | 2 | -12/+4 |
2004-08-16 | document broken composite in XWin | Alexander Gottwald | 1 | -2/+9 |
2004-08-16 | Fix banner to print out proper version information. | Kevin E Martin | 2 | -3/+7 |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard | 2 | -58/+64 |
2004-08-15 | Remove debugging code which did a full tree walk on every window operation | Keith Packard | 3 | -13/+16 |
2004-08-15 | Remove #error used for testing. | Kristian Høgsberg | 1 | -1/+0 |
2004-08-15 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard | 5 | -36/+69 |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard | 4 | -14/+69 |
2004-08-14 | More kbd fun: write out "kbd" from Xorg -configure (#1078). | Kristian Høgsberg | 1 | -0/+5 |
2004-08-14 | Fix offsets again. Really, it works this time. Promise. | Keith Packard | 1 | -11/+12 |
2004-08-14 | Fix offsets, do whole region at once by using GC clipping | Keith Packard | 1 | -15/+35 |
2004-08-14 | Bug #1077: Fix source copy performance problem exposed by Composite. | Eric Anholt | 1 | -6/+71 |
2004-08-14 | Fix clip list computation and setting to ignore clip changes to "real" | Keith Packard | 3 | -70/+109 |
2004-08-14 | Wrap CopyWindow in cw, which fixes scrolling in many apps. | Eric Anholt | 2 | -0/+44 |
2004-08-14 | Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 | Keith Packard | 3 | -27/+41 |
2004-08-13 | Don't enable speedo & type1 modules if they're not being built | Alan Coopersmith | 2 | -5/+27 |
2004-08-13 | Fix Xprt bug by disabling code that merges multiple audit messages (Bug | Kevin E Martin | 1 | -0/+10 |
2004-08-13 | Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi | Alexander Gottwald | 2 | -2/+8 |
2004-08-13 | Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -7/+21 |
2004-08-13 | Empty damage object when freeing pixmap. | Keith Packard | 9 | -72/+180 |
2004-08-13 | Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin. | Eric Anholt | 1 | -2/+2 |
2004-08-12 | Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fix | Eric Anholt | 1 | -1/+1 |
2004-08-12 | Fix crash in rootless XDarwin due to rootless being initialized before | Torrey Lyons | 2 | -2/+23 |
2004-08-12 | Apply a kludge to initialize the composite wrapper before DamageSetup. If | Eric Anholt | 3 | -6/+14 |
2004-08-12 | Fix various cw issues, including a couple reported by deronj: | Eric Anholt | 4 | -48/+41 |
2004-08-12 | Fix some issues reported by deronj: | Eric Anholt | 2 | -3/+4 |
2004-08-12 | Update version and date for next snapshotXORG-6_7_99_2 | Kevin E Martin | 1 | -2/+2 |
2004-08-12 | Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chance | Kristian Høgsberg | 1 | -0/+13 |
2004-08-12 | Wrap the Propolice fix in #ifdef __SSP__; Propolice doesn't define this yet | Adam Jackson | 1 | -0/+12 |
2004-08-12 | Back out the propolice fix for a second, it causes linktime errors. | Adam Jackson | 1 | -8/+0 |
2004-08-12 | Paint to parent window instead of parent window's pixmap (helps for servers | Keith Packard | 2 | -7/+8 |
2004-08-11 | Fix leftover XF86_VERSION_SNAP macro. | Torrey Lyons | 1 | -2/+2 |
2004-08-11 | Teach the loader about the extra symbols needed for Propolice-protected | Adam Jackson | 1 | -0/+8 |