Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-13 | Fix compilation where uint is not defined. | Torrey Lyons | 1 | -10/+7 | |
2005-07-13 | don't clobber %ebx in the assembler. | Lars Knoll | 1 | -3/+5 | |
2005-07-13 | Fix potential buffer overflow and a smaller bug in the convolution filter | Lars Knoll | 1 | -4/+10 | |
2005-07-13 | fix compilation | Lars Knoll | 1 | -47/+47 | |
2005-07-12 | Use builddir, not srcdir, for built files. | Daniel Stone | 1 | -1/+1 | |
2005-07-12 | Fix scanpci -v core dump when subsys vendor/device id's are NOVENDOR & | Alan Coopersmith | 1 | -1/+3 | |
NODEVICE. Bug #3763 <https://bugs.freedesktop.org/show_bug.cgi?id=3763> Patch #3074 <https://bugs.freedesktop.org/attachment.cgi?id=3074> | |||||
2005-07-12 | add x86emu. | Lars Knoll | 4 | -3/+13 | |
2005-07-12 | Add MMX Code paths for the basic composition operations in | Lars Knoll | 5 | -149/+759 | |
fbComposeGeneral. | |||||
2005-07-12 | Make Xprt run when linked against Xlib for Xrm | Keith Packard | 1 | -4/+10 | |
2005-07-12 | Pull libdri out of the build for now until I get something better worked | Adam Jackson | 2 | -7/+2 | |
out | |||||
2005-07-12 | build fix | Adam Jackson | 1 | -0/+2 | |
2005-07-12 | Add support for building Xdmx and Xvfb | Kevin E Martin | 10 | -54/+199 | |
2005-07-12 | GLX server support | Adam Jackson | 1 | -0/+56 | |
2005-07-12 | Forgot to add these for some reason | Adam Jackson | 2 | -0/+9 | |
2005-07-12 | Prepare Xdmx and Xvfb for modularization by adding appropriate #include | Kevin E Martin | 52 | -6/+212 | |
<{dix,dmx}-config.h> to the source files. | |||||
2005-07-11 | Remove unneeded xf86drm.h includes to fix modular build. | Kevin E Martin | 1 | -2/+0 | |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere. | Adam Jackson | 14 | -0/+52 | |
2005-07-11 | Start filling in glx build. Add xf86Version.h and a few DRI headers to the | Adam Jackson | 3 | -1/+7 | |
sdk (needed for modular driver builds). | |||||
2005-07-10 | add some convenience variables for the drivers | Adam Jackson | 1 | -0/+2 | |
2005-07-09 | Bug #3740 <https://bugs.freedesktop.org/show_bug.cgi?id=3740> Patch #3058 | Alan Coopersmith | 1 | -3/+13 | |
<https://bugs.freedesktop.org/attachment.cgi?id=3058> 08-Jul-2005 nv driver updates from Mark Vojkovich: Change some console restore code for NV11. Hopefully, we can more reliably restore the console for desktop systems using DVI. This may correct a recent regression on NV11. Also, new PCI IDs. Add new nVidia PCI ids to match nv_driver.c changes. | |||||
2005-07-09 | Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a | Zack Rusin | 12 | -18/+162 | |
VT switch and vice versa when returning. | |||||
2005-07-09 | Don't try to link fb, shadow, or vgahw into the loadable Xorg server, as | Adam Jackson | 2 | -3/+1 | |
they're only supposed to be loadable modules. | |||||
2005-07-08 | -lXfont isn't enough for libbitmap, you need to get the -L from pkg-config | Adam Jackson | 1 | -1/+1 | |
2005-07-08 | mark drawable as dirty on copying/painting windows | Zack Rusin | 6 | -264/+210 | |
2005-07-08 | heh, oops (thanks Thomas) | Zack Rusin | 6 | -132/+90 | |
2005-07-07 | More compiler warning fixes for missing prototypes: | Alan Coopersmith | 2 | -1/+3 | |
Add prototype for XkbSetExtension() Add #include <ctype.h> for isspace() & isdigit() Add #include <grp.h> (for initgroups()) and remove extra * Add prototype for xorgGetVersion() | |||||
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype | Alan Coopersmith | 1 | -0/+4 | |
for XdmAuthenticationInit() (Peter Breitenlohner) | |||||
2005-07-07 | Check vtSema before accelerating primitives and sync in fallbacks only if | Zack Rusin | 9 | -24/+372 | |
we got vtSema | |||||
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332 | Alan Coopersmith | 4 | -0/+4 | |
<https://bugs.freedesktop.org/attachment.cgi?id=2332> This patch avoids 79 gcc-3.4.3 warnings 'xxx' declared `static' but never defined mostly due to including "ftfuncs.h" with the declaration of static functions defined in "ftfuncs.c". (Peter Breitenlohner) | |||||
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Fix warnings | Alan Coopersmith | 1 | -0/+4 | |
about redefined macros (Peter Breitenlohner) | |||||
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2325 | Alan Coopersmith | 6 | -11/+18 | |
<https://bugs.freedesktop.org/attachment.cgi?id=2325> Avoid 38 gcc-3.4.2 warnings: suggest parentheses around assignment used as truth value suggest explicit braces to avoid ambiguous `else' suggest parentheses around && within || suggest parentheses around arithmetic in operand of ^ "/*" within comment (Peter Breitenlohner) Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2326 <https://bugs.freedesktop.org/attachment.cgi?id=2326> This patch removes these 2 gcc-3.4.3 warnings: missing braces around initializer implicit declaration of function `XpOidTrayMediumListHasTray' (Peter Breitenlohner) | |||||
2005-07-06 | Added hardware support for transformation matrix (zoom, rotation, etc...). | Damien Ciabrini | 2 | -102/+240 | |
Fixed the composition function for RGB and A8 format. Avoid syncing hardware after HW fills or copies. | |||||
2005-07-06 | add missing PictureTransformPoint3d call | Alan Hourihane | 1 | -0/+1 | |
2005-07-06 | Fix offset alignment code in the offscreen memory allocator to prevent | Damien Ciabrini | 1 | -3/+7 | |
textures from being allocated in the next free memory area. | |||||
2005-07-06 | Put the correct value in the length field of the reply. Previously, the | Ian Romanick | 1 | -5/+5 | |
number of tag/date pairs was specified. This was incorrect. The correct value is the number of values (one for the tag and one for the value). Xorg bug: #3210 | |||||
2005-07-05 | Add more defines for XWin DDX Make building of cfb*, afb and mfb | Alexander Gottwald | 4 | -10/+44 | |
conditional Set FD_SETSIZE=256 on cygwin | |||||
2005-07-05 | wrap fInternalWM with XWIN_MULTIWINDOWEXTWM | Alexander Gottwald | 1 | -1/+4 | |
2005-07-05 | Remove Speedo font module documentation. | Alan Coopersmith | 2 | -2/+2 | |
Remove Speedo from list of font directories Update default font path to remove Speedo, add TTF. | |||||
2005-07-05 | Fix crash on server shutdown | Alexander Gottwald | 2 | -0/+15 | |
2005-07-05 | Fix simultanious presses of Left and Right Control and Shift keys. | Alexander Gottwald | 4 | -6/+71 | |
https://bugs.freedesktop.org/show_bug.cgi?id=3677 | |||||
2005-07-05 | Fix typo which broke window titles | Alexander Gottwald | 2 | -1/+6 | |
2005-07-05 | Fix problem with fake Control press on Alt-Gr | Alexander Gottwald | 4 | -8/+27 | |
https://bugs.freedesktop.org/show_bug.cgi?id=3680 https://bugs.freedesktop.org/show_bug.cgi?id=3497 Fix static declaration of winGetBaseDir | |||||
2005-07-05 | External windowmanagers could connect in multiwindow mode which lead to | Alexander Gottwald | 4 | -5/+36 | |
strange results with the internal windowmanager. | |||||
2005-07-04 | Build miinitext.c and fbcmap.c as DDX specific files | Alexander Gottwald | 3 | -1/+18 | |
Do not define _POSIX_SOURCE on cygwin. | |||||
2005-07-04 | Revert last changes. They have to be addressed in a different way | Alexander Gottwald | 4 | -4/+10 | |
2005-07-04 | Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc | Alexander Gottwald | 9 | -14/+316 | |
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES | |||||
2005-07-04 | Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes | Alexander Gottwald | 69 | -15/+258 | |
handling Warning fixes | |||||
2005-07-04 | remove the temporary debugging output | Zack Rusin | 6 | -18/+0 | |
2005-07-04 | Bug #2216: Multiseat support. From various Debian and Ubuntu patches by | Adam Jackson | 8 | -91/+233 | |
Aivils Stoss, Andreas Schuldei, Branden Robinson, and Daniel Stone. | |||||
2005-07-04 | don't be too smart and try to replace PictOpOver by PictOpSrc when we have | Lars Knoll | 2 | -6/+4 | |
an external alpha map. Make fbmmx.c compile on gcc 4.0.1. |