summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-05EXTRA_DIST hacks to get all the OS support files into the tarball.xorg-server-0_99_1Adam Jackson3-2/+20
2005-08-04- Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,Adam Jackson7-12/+34
2005-08-04Thu Aug 4 16:08:00 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-518/+420
2005-08-04- Check for vsnprintfAdam Jackson3-5/+27
2005-08-04Fix inline assembly versions of in*/out* for Sun compilers Add check forAlan Coopersmith3-33/+57
2005-08-03dist fixes for cw and GL (Donnie Berkholz, me)Adam Jackson3-2/+9
2005-08-02Only build ix86Pci.c on x86 & amd64 platforms Set DEFAULT_INT10 to x86emuAlan Coopersmith2-8/+23
2005-08-02Add check for walkcontext() to enable stack trace dumper on SolarisAlan Coopersmith2-1/+5
2005-08-02Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard2-0/+10
2005-08-02Note yacc and lex generated files as BUILT_SOURCES so they are createdKeith Packard2-1/+10
2005-08-02distcheck fixesXORG-6_99_99_900Adam Jackson2-3/+4
2005-08-02Set OSNAME for "Build Operating System" line in Xorg logAlan Coopersmith1-0/+4
2005-08-02Fix Solaris assembly source to work with libtoolAlan Coopersmith1-3/+1
2005-08-02Move AM_CONDITIONAL for ia64 to global scopeAdam Jackson1-2/+2
2005-08-02only do the AS_HELP_STRING workaround once, d'ohAdam Jackson1-2/+0
2005-08-02- Workaround for AS_HELP_STRING compatibility with older autoconf.Adam Jackson6-16/+47
2005-08-01Bugzilla #3566 <https://bugs.freedesktop.org/show_bug.cgi?id=3566> PatchXORG-6_8_99_900Alan Coopersmith1-4/+8
2005-08-01Bump autoconf dependency to 2.57 from 2.53. Add 2.57 compatibility hack forAdam Jackson1-1/+3
2005-08-01Bug #3739: Fail soft on unknown extension string.Adam Jackson1-3/+2
2005-08-01GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcoreAdam Jackson3-7/+12
2005-08-01Fri Jul 29 17:20:53 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+3
2005-07-30Clear compiler warnings. (Stefan Dirsch)Alan Coopersmith1-0/+3
2005-07-29Need to define SVR4 on SVR4-ish systems since many headers and source filesAlan Coopersmith3-0/+18
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-1/+3
2005-07-29Fix code to handle printing 7.0 release candidates properly.Kevin E Martin1-0/+4
2005-07-28If neither --enable-dmx or --disable-dmx are specified, default to "yes" onAlan Coopersmith1-1/+4
2005-07-28Fix distcheck for serverKevin E Martin26-57/+171
2005-07-28Rework wrapping of common mouse driver to not require mousePriv.h, so thatAlan Coopersmith1-67/+98
2005-07-27Add dbestruct.h to sdk_HEADERSSøren Sandmann Pedersen1-2/+1
2005-07-27Add miwideline.h mistruct.h mifpoly.h to sdk_HEADERSSøren Sandmann Pedersen1-1/+1
2005-07-27Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.Kevin E Martin8-1/+33
2005-07-27Fix dmx/glxProxy buildKevin E Martin3-34/+54
2005-07-26Add these files to the sdk:Søren Sandmann Pedersen4-7/+8
2005-07-26Install xorgVersion.hSøren Sandmann Pedersen1-1/+1
2005-07-26xserver/xorg/fb/Makefile.am: install fboverlay.hSøren Sandmann Pedersen1-1/+1
2005-07-26fb/Makefile.am: add fbpseudocolor.h to sdk_HEADERSSøren Sandmann Pedersen2-3/+3
2005-07-24Add xf86DeallocateGARTMemory stub so that Xorg can be built on SolarisXORG-6_8_99_16Alan Coopersmith1-0/+6
2005-07-23Fire the Mesa symlink script from the configure stage.Adam Jackson1-0/+1
2005-07-23Add the symlink script for the Mesa source.Adam Jackson1-0/+618
2005-07-23Change the default depth back to 8 like it was originally. Disable theStuart R. Anderson1-1/+9
2005-07-23Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATSStuart R. Anderson1-0/+3
2005-07-23Emit makefiles for glapi, slang, and grammar. Conditionally define GLX_LIBSAdam Jackson1-3/+6
2005-07-23glapi build (forgot this one somehow)Adam Jackson1-0/+15
2005-07-23Fix the build system to reflect the rest of the Mesa core. Almost links,Adam Jackson5-5/+54
2005-07-21GLX needs gl.h from Mesa tooAdam Jackson1-1/+1
2005-07-19programs/Xserver/hw/xfree86/os-support/shared/agp_noop.cAlan Hourihane4-0/+28
2005-07-19Change #include "X.h" to <X11/X.h>Alan Coopersmith1-1/+1
2005-07-17objdir != srcdir fixes.Daniel Stone3-16/+15
2005-07-17Set GLX automake conditional after we've tested for mesa source and set GLXAlan Coopersmith1-1/+1
2005-07-16Mark variables modified in signal handlers as volatile (part of Sun bug idAlan Coopersmith2-4/+10