Go to file
Eric Anholt 2822cbc1fb Rearrange EXA driver structures so that there's a hope of maintaining ABI
when extending the driver interface. The card and accel structures are
    merged into the ExaDriverRec, which is to be allocated using
    exaDriverAlloc(). The driver structure also grows exa_major and
    exa_minor, which drivers fill in and have checked by EXA
    (double-checking that the driver really did check that the EXA version
    was correct). Removes exaInitCard(), which is replaced by the driver
    filling in the rec by hand, and the exaGetVersion() and related
    EXA_*VERSION which are replaced by always using the XFree86 loadable
    module versioning.
2006-03-09 06:04:07 +00:00
afb Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function 2006-02-11 19:16:51 +00:00
cfb Fix build with non GNU make. 2006-03-05 16:13:21 +00:00
cfb16 Fix linux build without libc wrappers (From Fredrik Höglund) 2006-02-13 04:56:27 +00:00
cfb32 Fix linux build without libc wrappers (From Fredrik Höglund) 2006-02-13 04:56:27 +00:00
composite Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com> 2006-01-12 22:14:56 +00:00
damageext Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
dbe Bug #5871: Drop special build infrastructure left over from libcwrapper 2006-02-16 05:46:08 +00:00
dix Mark everything in dixsym.c as _X_EXPORT. 2006-02-15 20:44:13 +00:00
doc Change list of X server man pages in "See Also" section to list the ones 2005-12-23 20:11:12 +00:00
exa Rearrange EXA driver structures so that there's a hope of maintaining ABI 2006-03-09 06:04:07 +00:00
fb Remove useless line of code that contained a bug and triggered a gcc 2006-02-14 08:11:41 +00:00
GL Definitions for bswapxx() macros on OpenBSD. 2006-03-05 16:32:40 +00:00
hw Rearrange EXA driver structures so that there's a hope of maintaining ABI 2006-03-09 06:04:07 +00:00
include Make more extensions optional in build (for kdrive). Fix kdrive build for 2006-02-16 07:17:31 +00:00
lbx Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
mfb <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es 2006-02-11 17:42:31 +00:00
mi Mark everything in misym.c as _X_EXPORT. 2006-02-15 19:05:55 +00:00
miext render/picture.c Correctly initialize devPrivates variable in source only 2006-03-06 21:00:09 +00:00
os Add oscolor.h 2006-02-16 19:36:39 +00:00
randr Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
record Bug #5871: Drop special build infrastructure left over from libcwrapper 2006-02-16 05:46:08 +00:00
render render/picture.c Initialize the format of a source picture to 2006-03-08 06:19:37 +00:00
Xext Fix build of Xorg by putting xf86bigfont back into builtin instead of 2006-02-16 21:45:12 +00:00
xfixes Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00
Xi indent fixes (OMG SO UGLY), and nuke old RCS keywords. 2006-02-20 22:16:49 +00:00
xkb Bug #5216: Allow options to appear with other components. 2006-02-28 16:55:26 +00:00
XpConfig Bug #5627: Fix Xprint font symlinking. (TIlman Sauerbeck) 2006-02-28 16:26:16 +00:00
Xprint HAS_MKSTEMP vs. HAVE_MKSTEMP (From Fredrik Höglund) 2006-02-13 05:03:13 +00:00
XTrap Bug #5871: Drop special build infrastructure left over from libcwrapper 2006-02-16 05:46:08 +00:00
acinclude.m4 Huge cleanup. Group into sections: hardware feature detection, extension 2005-08-21 19:15:11 +00:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
ChangeLog Rearrange EXA driver structures so that there's a hope of maintaining ABI 2006-03-09 06:04:07 +00:00
configure.ac define SYS_LIBS to hold system dependant libraries that may needed. and add 2006-03-05 16:35:08 +00:00
COPYING Stub COPYING files 2005-12-19 16:34:07 +00:00
cpprules.in Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
Makefile.am Make more extensions optional in build (for kdrive). Fix kdrive build for 2006-02-16 07:17:31 +00:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00