[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libglw: Changes to 'upstream-unstable'



New branch 'upstream-unstable' available with the following commits:
commit 72a0432e1adee743dc2e7441cc52c7c14a0e611f
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Sun Aug 7 14:46:35 2011 +0100

    Use -no-undefined libtool flag, fix underlinking with --enable-motif
    
    Use -no-undefined to assure libtool that the library has no unresolved
    symbols at link time, so that libtool will build a shared library on
    platforms require that all symbols are resolved when the library is linked.
    
    This exposes the fact that we are underlinked when ./configured with
    --enable-motif, so also link with motif libs in that case.
    
    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>

commit ea28a79de4eb4b2b5dc270acfc2f12b5ec76cda1
Author: Kenneth Graunke <kenneth@whitecape.org>
Date:   Wed Aug 3 13:08:00 2011 -0700

    Convert build system to GNU autotools.
    
    Now that glw doesn't live inside Mesa, it needs its own build system.
    We may as well use GNU autotools.
    
    Also add a .gitignore file.
    
    Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>

commit 9a10f52f031045150c6e1d3a1e7a7266d530333b
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Thu Jun 16 16:32:42 2011 -0700

    glw: Mark all extern symbols GLAPI to regain default visibility (#31294)
    
    Since switching to hidden visibility on gcc, GLw apps were failing to
    link. Use the GLAPI definition to use default visibility where necessary.
    
    $ nm lib/libGLw.so | grep DrawingArea
    0000000000004020 T GLwCreateMDrawingArea
    0000000000003430 T GLwDrawingAreaMakeCurrent
    0000000000003410 T GLwDrawingAreaSwapBuffers
    0000000000204c60 D glwDrawingAreaClassRec
    0000000000204d48 D glwDrawingAreaWidgetClass
    00000000002053c0 D glwMDrawingAreaClassRec
    00000000002054e0 D glwMDrawingAreaWidgetClass
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
    Tested-by: justin <jlec@gentoo.org>

commit ceba3ba2677b8845a8abb84d914ec57964354c3d
Merge: 989ffcf 18e4f13
Author: Eric Anholt <eric@anholt.net>
Date:   Mon Jul 26 17:47:59 2010 -0700

    Merge remote branch 'origin/master' into glsl2
    
    This pulls in multiple i965 driver fixes which will help ensure better
    testing coverage during development, and also gets past the conflicts
    of the src/mesa/shader -> src/mesa/program move.
    
    Conflicts:
    	src/mesa/Makefile
    	src/mesa/main/shaderapi.c
    	src/mesa/main/shaderobj.h

commit 18e4f13f87938b476b4235a5de04221e0f4028e1
Author: Carl Worth <cworth@cworth.org>
Date:   Tue Jul 20 15:59:56 2010 -0700

    Makefiles: Don't complain if depend file to be included doesn't exist.
    
    While bootstrapping the dependencies, make will see the "include depend"
    directive before the depend file has been created. To avoid a spurious
    warning in this case we use "-include" instead, (which differs precisely
    in the fact that it will not emit a diagnostic if the named file does
    not exist).

commit 9c1f95635d1368bb5d832cbf71b571fb2ed16d77
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Thu Jul 1 12:58:57 2010 -0700

    Use GLW_CFLAGS when building libGLw
    
    We check for libX11 and libXt, so we might as well use the CFLAGS
    pkg-config tells us about.

commit 989ffcfb148f66666e0eab2e9faa39e94d2b1125
Merge: b1dcf38 385ac9f
Author: Eric Anholt <eric@anholt.net>
Date:   Thu Jun 24 15:47:38 2010 -0700

    Merge branch 'glsl2-head' into glsl2
    
    This brings in the standalone GLSL compiler that we are planning on
    replacing the existing Mesa GLSL compiler.  It currently targets GLSL
    1.20 and the Mesa IR.

commit 385ac9f8b917378716f2266973d5decb49b8fc0b
Author: Kenneth Graunke <kenneth@whitecape.org>
Date:   Mon Jun 21 11:22:11 2010 -0700

    Merge Carl's preprocessor into the glcpp subdirectory.

commit b1dcf38f796165bd12ceb393b5068d631a921fb4
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri May 22 09:39:02 2009 -0700

    Use separate $(MINSTALL) for installing libraries
    
    The special feature of bin/minstall to copy symlinks is only ever needed
    when installing libraries which may have .so symlinks. All the headers
    and directories can use a normal install program.
    
    These two modes are separated as $(INSTALL) and $(MINSTALL) to allow the
    user (or autoconf) to override installing normal files as they please.
    An autoconf check for the install program has been added and will be
    used in preference to minstall when available.
    
    Fixes bug 16053.

commit eca2706e231d8e9b54eb8713116a9e01234b70ef
Author: Tom Fogal <tfogal@alumni.unh.edu>
Date:   Wed Apr 29 10:32:46 2009 -0600

    Use variable library name in pkg-config output.
    
    Previously the pkg-config output files would contain e.g. `-lGL'
    and `-lGLU', even if the user modified their configuration to
    build libraries with different names.  This modifies the
    pkg-config inputs, and corresponding makery, so that modifying the
    output library name will cause the appropriate updated name to
    appear in the pkg-config `-l' option.
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>

commit 794171159dede6701a939362bed04157576d17f0
Merge: 9d917e3 f4c9d4a
Author: Alan Hourihane <alanh@tungstengraphics.com>
Date:   Mon Dec 15 11:16:03 2008 +0000

    Merge commit 'origin/master' into gallium-0.2

commit f4c9d4afa7a048323127ab6dc50053155ebd62ec
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Mon Nov 24 11:01:57 2008 -0800

    Add more package metadata to the pkg-config files
    
    The pkg-config files have been filled in more thoroughly to allow users
    to use mesa more effectively. By adding metadata to Requires.private,
    Libs.private and Cflags, we can ensure that all the libraries and
    headers will be found in all situations. However, the full substitutions
    are only done when using the configure script.
    
    This also fixes the glu pkg-config file to account for using GL or
    OSMesa.
    
    Fixes bug 18161.

commit 9d917e3470886fbb7665c2ffe8fe6bb318905edd
Merge: 2286c3d 4ed6a89
Author: Keith Whitwell <keith@tungstengraphics.com>
Date:   Thu Sep 11 16:05:15 2008 +0100

    Merge branch 'gallium-0.1' into gallium-0.2
    
    A first attempt at moving gallium onto a branch directly off master...
    
    It will be interesting to see how much work this takes to get running.
    
    Have resolved the conflicts semi-arbitarily, not compiled or tested.
    
    Conflicts:
    
    	.gitignore
    	Makefile
    	configs/config.mgw
    	configs/darwin
    	configs/darwin-x86ppc
    	configs/default
    	configs/freebsd-dri
    	configs/linux-dri
    	configs/linux-dri-xcb
    	configs/linux-fbdev
    	configs/linux-static
    	configs/linux-x86-64-static
    	configs/linux-x86-static
    	doxygen/Makefile
    	include/GL/gl.h
    	progs/demos/Makefile
    	progs/demos/descrip.mms
    	progs/demos/texenv.c
    	progs/egl/.gitignore
    	progs/egl/Makefile
    	progs/glsl/.gitignore
    	progs/glsl/Makefile
    	progs/glsl/convolutions.c
    	progs/samples/Makefile.mgw
    	progs/tests/.gitignore
    	progs/trivial/.gitignore
    	progs/trivial/point-param.c
    	progs/trivial/tri.c
    	progs/xdemos/.gitignore
    	progs/xdemos/glthreads.c
    	src/egl/drivers/demo/Makefile
    	src/egl/drivers/dri/Makefile
    	src/egl/main/Makefile
    	src/glu/Makefile
    	src/glu/sgi/Makefile
    	src/glu/sgi/Makefile.mgw
    	src/glut/glx/Makefile.mgw
    	src/glut/os2/WarpWin.cpp
    	src/glut/os2/glut_cindex.cpp
    	src/glut/os2/glut_gamemode.cpp
    	src/glut/os2/glut_win.cpp
    	src/glut/os2/glut_winmisc.cpp
    	src/glut/os2/os2_glx.cpp
    	src/glut/os2/os2_menu.cpp
    	src/glut/os2/os2_winproc.cpp
    	src/glw/Makefile
    	src/glx/x11/dri_glx.c
    	src/glx/x11/glxext.c
    	src/mesa/Makefile
    	src/mesa/Makefile.mgw
    	src/mesa/descrip.mms
    	src/mesa/drivers/beos/Makefile
    	src/mesa/drivers/common/descrip.mms
    	src/mesa/drivers/common/driverfuncs.c
    	src/mesa/drivers/directfb/Makefile
    	src/mesa/drivers/dri/Makefile.template
    	src/mesa/drivers/dri/common/dri_bufmgr.c
    	src/mesa/drivers/dri/common/dri_bufmgr.h
    	src/mesa/drivers/dri/common/dri_util.c
    	src/mesa/drivers/dri/common/extension_helper.h
    	src/mesa/drivers/dri/common/mmio.h
    	src/mesa/drivers/dri/common/utils.c
    	src/mesa/drivers/dri/common/utils.h
    	src/mesa/drivers/dri/glcore/Makefile
    	src/mesa/drivers/dri/i810/i810screen.c
    	src/mesa/drivers/dri/i915/intel_ioctl.c
    	src/mesa/drivers/dri/i915/intel_ioctl.h
    	src/mesa/drivers/dri/i915/intel_screen.c
    	src/mesa/drivers/dri/i915/server/i830_common.h
    	src/mesa/drivers/dri/i915/server/i830_dri.h
    	src/mesa/drivers/dri/i965/intel_screen.c
    	src/mesa/drivers/dri/i965/server/i830_common.h
    	src/mesa/drivers/dri/i965/server/i830_dri.h
    	src/mesa/drivers/dri/mach64/mach64_screen.c
    	src/mesa/drivers/dri/nouveau/nouveau_context.h
    	src/mesa/drivers/dri/nouveau/nouveau_fifo.c
    	src/mesa/drivers/dri/nouveau/nouveau_fifo.h
    	src/mesa/drivers/dri/nouveau/nouveau_screen.c
    	src/mesa/drivers/dri/nouveau/nouveau_screen.h
    	src/mesa/drivers/dri/r128/r128_tex.h
    	src/mesa/drivers/dri/savage/savageioctl.h
    	src/mesa/drivers/fbdev/Makefile
    	src/mesa/drivers/osmesa/Makefile
    	src/mesa/drivers/osmesa/descrip.mms
    	src/mesa/drivers/x11/Makefile
    	src/mesa/drivers/x11/descrip.mms
    	src/mesa/drivers/x11/xm_dd.c
    	src/mesa/glapi/glapi.c
    	src/mesa/glapi/glthread.c
    	src/mesa/main/api_validate.c
    	src/mesa/main/attrib.c
    	src/mesa/main/bufferobj.c
    	src/mesa/main/bufferobj.h
    	src/mesa/main/buffers.c
    	src/mesa/main/config.h
    	src/mesa/main/context.c
    	src/mesa/main/descrip.mms
    	src/mesa/main/drawpix.c
    	src/mesa/main/enums.c
    	src/mesa/main/fbobject.c
    	src/mesa/main/glheader.h
    	src/mesa/main/imports.c
    	src/mesa/main/mipmap.c
    	src/mesa/main/mm.c
    	src/mesa/main/mm.h
    	src/mesa/main/mtypes.h
    	src/mesa/main/points.c
    	src/mesa/main/sources
    	src/mesa/main/state.c
    	src/mesa/main/texcompress_fxt1.c
    	src/mesa/main/texenvprogram.c
    	src/mesa/main/texobj.c
    	src/mesa/main/texstate.c
    	src/mesa/main/texstore.c
    	src/mesa/math/descrip.mms
    	src/mesa/shader/arbprogram.c
    	src/mesa/shader/descrip.mms
    	src/mesa/shader/prog_execute.c
    	src/mesa/shader/prog_statevars.c
    	src/mesa/shader/prog_statevars.h
    	src/mesa/shader/prog_uniform.c
    	src/mesa/shader/program.c
    	src/mesa/shader/program.h
    	src/mesa/shader/shader_api.c
    	src/mesa/shader/slang/descrip.mms
    	src/mesa/shader/slang/library/slang_vertex_builtin_gc.h
    	src/mesa/sources
    	src/mesa/swrast/descrip.mms
    	src/mesa/swrast/s_drawpix.c
    	src/mesa/swrast/s_fragprog.c
    	src/mesa/swrast/s_readpix.c
    	src/mesa/swrast/s_span.c
    	src/mesa/swrast_setup/descrip.mms
    	src/mesa/tnl/descrip.mms
    	src/mesa/tnl/t_context.h
    	src/mesa/tnl/t_vp_build.c
    	src/mesa/tnl/tnl.h
    	src/mesa/vbo/descrip.mms
    	src/mesa/vbo/vbo_context.c
    	src/mesa/vbo/vbo_exec_array.c
    	src/mesa/x86-64/xform4.S
    	src/mesa/x86/rtasm/x86sse.c
    	src/mesa/x86/rtasm/x86sse.h
    	windows/VC6/progs/glut/glut.dsp
    	windows/VC7/mesa/gdi/gdi.vcproj
    	windows/VC7/mesa/glu/glu.vcproj
    	windows/VC7/mesa/mesa.sln
    	windows/VC7/mesa/mesa/mesa.vcproj
    	windows/VC7/mesa/osmesa/osmesa.vcproj
    	windows/VC7/progs/glut/glut.vcproj
    	windows/VC8/mesa/gdi/gdi.vcproj
    	windows/VC8/mesa/glu/glu.vcproj
    	windows/VC8/mesa/mesa.sln
    	windows/VC8/mesa/mesa/mesa.vcproj
    	windows/VC8/progs/glut/glut.vcproj

commit 4ed6a89da63d2bcfe0a0d2fa997b2695c72ceef6
Author: Hanno Böck <hanno@hboeck.de>
Date:   Fri Aug 15 17:14:54 2008 -0600

    fix DESTDIR omissions

commit 2286c3de8f65ed1e77e7e43451cef9e5d56fa91c
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Tue Aug 12 10:59:40 2008 -0700

    Fixed 'make install' for darwin

commit 18f3b3d0296dfbb6fb15f5b2dc5fd172335fbc55
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Mon Aug 11 09:17:06 2008 -0700

    Apple: Cleaned up some linking and dylib ids issues

commit 8ca352b760a34d907c5febc5dc5f9ddd580b2ce9
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri Jul 18 07:40:41 2008 -0700

    autoconf: Support Motif widgets in GLw with --enable-motif
    
    Add an --enable-motif option, which will enable the Motif widgets in
    libGLw and link it with libXm. The Motif installation information will
    be gathered from the motif-config script (this comes with LessTif) or
    fallback to the standard autoconf checks.
    
    To allow the location of the Motif headers to be set from configure, the
    default setting of -I/usr/include/Motif1.2 has been moved into
    configs/default and then passed to the Makefile through the MOTIF_CFLAGS
    variable.

commit 7d71acc4f0667c210b92218f00a50e4ad958377c
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri Jul 11 13:54:48 2008 -0700

    Call mklib with $(SHELL) so the user controls the interpreter
    
    Respect the user's choice of shell when running mklib rather than always
    using /bin/sh.

commit 286a6afaa1414daabf2404f5ac40cec027da7fbb
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri Jul 11 10:43:29 2008 -0700

    Remove generated pkg-config files on `make clean'

commit ec821550e8124b729a8653e1d6a5f21dfec366d7
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Thu Jul 3 09:17:44 2008 -0700

    Set library and header installation directories from configuration
    
    Currently the installation directories for libraries and headers are
    resolved within the install commands. For instance, the libraries will
    be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility
    of the installation, such as when the libraries should be installed to a
    subdirectory like /usr/lib/tls.
    
    This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR)
    to define the locations that the libraries and headers are installed.
    For the static configs, this resolves exactly as before to
    $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they
    are derived directly from the --libdir and --includedir settings.

commit aac0ee1610e8a2da8b3a56e4e7cd3d203c41db12
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Tue May 6 14:00:43 2008 -0700

    Always cleanup the makedepend backup files
    
    Consistently cleanup the depend.bak files created by makedepend. Also,
    realclean has been changed to use a single find command, which speeds it
    up considerably.

commit 04026b14a39f47b1776ef31fda005d6f5d3d32de
Author: Hasso Tepper <hasso@estpak.ee>
Date:   Wed Apr 9 10:56:12 2008 -0700

    Add $(X11_INCLUDES) to shut makedepend up.

commit d09dedb82674f46e513322a22ef23eb5d5e6e8c8
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Mon Dec 3 11:57:14 2007 -0800

    Fix the library name in glw.pc
    
    Fix a copy and paste error s/GLU/GLw/ in glw.pc.

commit 21e7eeec7675e7d3762b1f4f5f3c0137160cae37
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri Sep 28 18:42:21 2007 -0600

    add support for LDFLAGS env var

commit f5a0bf9dd30ca49e0e35e8c9423b25006409342e
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Wed Sep 12 10:03:05 2007 -0600

    pkg-config support

commit 8a1eeb88b3db75250878b2b4e98bc07deaa9b0b4
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Wed Sep 12 09:57:53 2007 -0600

    DESTDIR support.

commit 1c5a2ffcf1449815d5bc504d8077e4de17327f26
Author: Keith Whitwell <keith@tungstengraphics.com>
Date:   Tue Aug 7 10:18:04 2007 +0100

    Gutsy oopses on touch of existing file. Workaround.

commit 16542251453c57fe35718ddde3372b33429fe70a
Author: Dave Airlie <airlied@linux.ie>
Date:   Wed Dec 20 09:30:32 2006 +1100

    Merge branch 'nouveau-import'

commit b60eb83c007fe778b35ae49bb7d19d417266a659
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Oct 19 20:09:05 2006 +0000

    New bin/minstall script - a minimal replacement for 'install'.
    Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.

commit 573f076737e28fec8c7bea86fe20f7759b203582
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Jul 13 02:50:27 2006 +0000

    LIB_DIR is now just 'lib' or 'lib64'
    Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
    Patch by Hanno Böck.

commit 45dac24a2e05a03c82565cd38b8231b2c4f7cc5a
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Jun 26 15:34:21 2006 +0000

    Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
    Probably need to fix the install destinations too...

commit be6c51852ac8c059da97347218c402bce1be9c33
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Jun 22 22:50:48 2006 +0000

    New 'install' targets in makefile.  See bug 2372.

commit f8b0fc4931a7de8fe0f41e3b8e1401ee9722aea1
Author: Jerome Glisse <glisse@freedesktop.org>
Date:   Mon Jan 2 18:47:00 2006 +0000

    Use X11_INCLUDES config macro instead of
    hardcoded path in makefile.

commit 93c98a4eeaa42d368503df9aa2963d422bddb603
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Oct 12 19:37:38 2005 +0000

    fix GLAPI/extern problem (bug 4757)

commit b9562c944dcc2cc7eabb4b35df63bb8a6f09f48b
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Tue Aug 23 14:50:02 2005 +0000

    GLw demo doesn't belong here

commit 5df9a7d50df4d717fdcf6e9ea2a5af1167b6e8ca
Author: Ian Romanick <idr@us.ibm.com>
Date:   Tue Jul 26 05:55:56 2005 +0000

    Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will
    work again.

commit 06e6759236acc22e5c455a03b1ce9edfd3f0c898
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Jul 25 22:59:58 2005 +0000

    Added -linker option to mklib, used to specify a particular program for
    linking, if relevant.
    Updated Makefiles to use -linker option instead of setting CC, CXX env vars.

commit 3e80e52a7069f7c5184133ca299eb8e0b6cb9670
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Sat May 7 17:06:49 2005 +0000

    assorted warning clean-ups for x86_64, etc (Mikko T.)

commit eb6512e1eca76f4f65784097cd09cd41088f709c
Author: Adam Jackson <ajax@freedesktop.org>
Date:   Tue Feb 8 05:46:53 2005 +0000

    Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.

commit 0d57bab90421a972678a5af245033abbb81ff7c6
Author: Ian Romanick <idr@us.ibm.com>
Date:   Tue Jan 11 22:43:45 2005 +0000

    Put quotes around the CC and CXX variables passed to mklib.  This make
    them work with multi-work compiler names (e.g., "ccache gcc").

commit 321a2c28e12d5d876db737920f2dc53fc23c21ef
Author: Keith Whitwell <keith@tungstengraphics.com>
Date:   Wed Dec 8 15:16:36 2004 +0000

    Improve the behaviour of the build system wrt depend files.
    
    	- Remove the -Y option for makedepend, so that the standard
    	  directories are searched
    	- No longer pipe the multiple errors that the -Y option caused
    	  into /dev/null -- we want to know about these failures.
    	- Fix up a few other misc makedepend failures.

commit 9ede195b9a0fccf0166919be996ea55700488458
Author: Ian Romanick <idr@us.ibm.com>
Date:   Fri Jun 25 22:51:39 2004 +0000

    Make sure mklib sees the definition of CC and CXX.  Make mklib respect
    the definitions of CC and CXX on Linux.  This fixed build issues with
    sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set
    to a GCC 3.x compiler.

commit 23d0d91d898a0dcf30370e4fdb24dbcbc4b07eef
Author: Eric Anholt <anholt@FreeBSD.org>
Date:   Tue Jun 1 00:06:14 2004 +0000

    Build fixing for FreeBSD.  GNU make is installed as gmake, so make a MAKE
    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".

commit 2388380243d3ccaeb7488ad17a773e44212593bc
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Apr 22 00:42:38 2004 +0000

    obsolete

commit f9f198be43d13971acf1536c09fc5cccb7421d2d
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Apr 8 22:40:57 2004 +0000

    use MKDEP var

commit e28962fc82908cf6ca3350be0b830a6c16d22f1e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Sat Apr 3 15:17:43 2004 +0000

    shouldn't be in CVS

commit a59d734f26642cac265784f44c1fb7956434027a
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Mar 26 20:31:05 2004 +0000

    Tweaks for make clean / realclean.

commit 2fce233033977b4112a7de65e0b633217cfbde98
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Mar 26 15:19:11 2004 +0000

    New Makefile system

commit f8f498eac627eddfcdb57f6e40a30f5b7c826b16
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Mar 25 21:17:48 2004 +0000

    re-order arguments to mklib

commit 85ad143d857c57ac8e79940fa7a37e620dac3d1f
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Dec 15 16:14:55 2003 +0000

    Assorted mklib tweaks.
    Added Intel icc support to mklib.

commit fb983b83d57e3cf3c4dc4b1e546a43d8aa11c1d2
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Oct 3 14:03:14 2003 +0000

    improved 'clean' targets (Otto Solares)

commit f6c3df6e7f7456970040079ffa00628c8e450e01
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Tue Jun 10 14:46:24 2003 +0000

    updated old-style makefiles for new tree

commit 326a5333e317739af42215e6052cda175a880ea4
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Jan 24 21:42:27 2003 +0000

    remove unused vars

commit 0e36ed7be9a4b0a4214cc5a1ff0e1f3024b050ab
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Nov 1 23:49:59 2002 +0000

    fix for HPUX

commit 32e79f8961c52011a744c224d5507f6db247132e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Jan 25 16:05:31 2002 +0000

    more info about building for Motif

commit cb6df174541cf67082eaadabf4c83bb6773db47a
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Jan 21 21:21:22 2002 +0000

    minor update

commit 72f66925e9260115eb8aac7f660a4d5a3a13425e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Jun 15 18:46:09 2000 +0000

    added Motif info message

commit a646c530ff1667c44a9b78a565171c6f829cc158
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu May 18 18:34:23 2000 +0000

    changed ATTRIBLIST_SIZE to 32

commit 98fbed24560b7b8aac482944f0c86cae8e31aca2
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Mar 22 23:43:53 2000 +0000

    minor tweaks

commit 5ed9c8960cf4b2f119f1f0db0a21c13e0dd62381
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Dec 15 13:14:54 1999 +0000

    initial rev

commit 4976da3c208f65caf1356e55a651a391eaa9e203
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Dec 15 13:14:22 1999 +0000

    just include Makefile.X11

commit 0d93453827fd8a431d4a59990368361c0d6e5002
Author: jtg <jtg>
Date:   Thu Aug 19 00:55:39 1999 +0000

    Initial revision


Reply to: