Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-27 | bump minor version to 2 | Brian Paul | |
2004-09-25 | Add sis to the list of DRI drivers, since it had already been converted to the | Eric Anholt | |
new interface. | |||
2004-09-25 | Refactor the linux-dri config files so that linux-dri-x86 inherits from | Eric Anholt | |
linux-dri. Turn on -O by default (-O2 provides a slight improvement in performance, at a large cost to debuggability). Turn off -fPIC on x86 by default. Turn on -Wall, to catch more stupid mistakes. This could be both done cleaner, and done for more config files, but it works for me for now. | |||
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-09-07 | Add a solo-x86 config, and make solo use the x86 glapi | Dave Airlie | |
2004-08-24 | Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. | Philippe Houdoin | |
2004-08-22 | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | |
in the Mesa tree. | |||
2004-08-16 | make clean at root now clean the glu/$(GLU_DIRS) too. | Philippe Houdoin | |
2004-08-14 | Turn gcc optimization up to -O3. | Philippe Houdoin | |
2004-08-14 | Add a BeOS build config. | Philippe Houdoin | |
2004-07-23 | updates from Stephane Marchesin | Brian Paul | |
2004-07-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | |
2004-07-09 | Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name | Jon Smirl | |
will be correctly defined. | |||
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl | |
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations. | |||
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | |
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own. | |||
2004-07-01 | added aix-static config, make aix config build dynamic libs | Brian Paul | |
2004-06-26 | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl | |
get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code. | |||
2004-06-26 | Re-enable SPARC assembly on sunos5-gcc platform. | Ian Romanick | |
2004-06-24 | added library dependencies (bug #978758) | Brian Paul | |
2004-06-22 | Don't include glapi_*.S files in DRI / solo builds. | Ian Romanick | |
2004-06-12 | add i915 as it seems to build okay.. | Dave Airlie | |
2004-06-10 | try and find the drm in a more likely place | Dave Airlie | |
2004-06-06 | Remove drivers that have not been converted to the new interface from | Ian Romanick | |
the DRI builds. | |||
2004-06-02 | DRI_NEW_INTERFACE_ONLY is now the only support way to build in the | Ian Romanick | |
Mesa tree. If you need a driver that supports the old libGL/DRI inteface, it must be built in the DRI tree. | |||
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-05-04 | use X86 sources in X86 build, use none in other | Dave Airlie | |
2004-05-03 | add linux-dri-x86 target | Dave Airlie | |
2004-05-03 | DRM_SOURCE_PATH is in default | Dave Airlie | |
2004-04-30 | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | |
2004-04-30 | AMD64 changes from Ronny V. Vindenes. | Keith Whitwell | |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-04-25 | s/-mv8/-mcpu=ultrasparc/ (bug 941338) | Brian Paul | |
2004-04-19 | linux-solo-ia64 config (Stephane Marchesin) | Brian Paul | |
2004-04-14 | set CONFIG_NAME = linux-tcc | Brian Paul | |
2004-04-14 | new file | Keith Whitwell | |
2004-04-14 | First attempt at building a dri module in this tree | Keith Whitwell | |
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. | |||
2004-04-14 | make solo work like before new makefile merge | Dave Airlie | |
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl | |
Needed for linux-solo to build | |||
2004-04-07 | use new MKDEP, MKDEP_OPTIONS variables | Brian Paul | |
2004-04-07 | revived linux-glide build process | Daniel Borca | |
some small Makefile changes for MinGW & DJGPP | |||
2004-03-30 | added hpux10-static config | Brian Paul | |
2004-03-26 | added GLW_SOURCES for IRIX | Brian Paul | |
2004-03-26 | don't try to make GLwMDrawA.c by default since it needs Motif | Brian Paul | |
2004-03-26 | added glw to SRC_DIRS | Brian Paul | |
2004-03-26 | added _DEPS lines to specify -L/usr/X11R6/lib | Brian Paul | |
2004-03-26 | new system configurations | Brian Paul | |