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

libglu: Changes to 'debian-unstable'



New branch 'debian-unstable' available with the following commits:
commit 3ca6adb1f7821dbab5e4e5ab6430d5896ac2179e
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Sep 3 15:09:57 2012 +0300

    initial packaging

commit f98fdc4d8a77497d1921e3dc26cab0e28abb92fc
Author: Matt Turner <mattst88@gmail.com>
Date:   Wed Aug 29 09:36:53 2012 -0700

    build: Add --enable-debug configure flag
    
    Appends -g -O0 to CFLAGS and CXXFLAGS.

commit 181ad9bf4f80775cfaa9b3f32f12694dd49ea480
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 27 14:42:36 2012 -0700

    Bump version to 9.0.0.

commit 8e1844704540d4f53214f2fb5a77152db23efdb2
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 27 14:55:56 2012 -0700

    build: Update glu.pc.in now that its out of Mesa

commit 2dc3faedfec3e25dc4067161bb450a7315edeecb
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 27 14:32:08 2012 -0700

    built: Add EXTRA_DIST and header installation

commit fffaa1865539409d41ee1427cfce20a2cfe68123
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 15:10:49 2012 -0700

    build: Check for and add visibility compiler flags

commit 0c7b1419ff5b1dc7fd7a27ff221785bafa5ca4c1
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 14:44:01 2012 -0700

    build: Allow linking against OSMesa instead of libGL

commit b1d3e8308a0f41e766f1b5769a820e12e50391ba
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 27 12:32:09 2012 -0700

    Add .gitignore

commit 6960eeef4ac3fe1cec883b6fef15f404dbbd5787
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 13:35:28 2012 -0700

    build: Set AM_C* instead of CFLAGS/CPPFLAGS

commit 3b41134e17954279a99a671d2a8b87e60a2dad7e
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 11:58:28 2012 -0700

    build: Use LT_PREREQ/LT_INIT instead of AC_PROG_LIBTOOL

commit 25c6ec8728301e8acd467b78cc59abca0ea99db7
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 11:54:25 2012 -0700

    build: Add '&component=GLU' to Bugzilla link

commit 02bd799e6c5c7015b96e98a1f74d63314ee62dac
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Aug 20 11:39:53 2012 -0700

    build: Move glu.pc from AC_CONFIG_FILES to AC_OUTPUT

commit 8d336f8b3ceea9652debd9216d92b36b2dd2ab0f
Author: Kenneth Graunke <kenneth@whitecape.org>
Date:   Fri Jan 13 11:31:46 2012 -0800

    Add an autotools build system for libGLU.
    
    Now that it's split out from Mesa, we don't have the old build system.

commit 98398a3e02eca8706a21f58736246a8bb3bd3f92
Author: Lukas Rössler <pontomedon@gmail.com>
Date:   Mon May 21 08:29:21 2012 -0600

    glu: fix two Clang warnings
    
    This patch removes two Clang warnings in GLU:
    
    The first one seems to be an actual bug in mapdesc.cc: Clang complains
    that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of
    the intended REAL[MAXCOORDS][MAXCOORDS]. The second one is just
    cosmetic because Clang doesn't like extra parentheses.
    
    NOTE: This is a candidate for the 8.0 branch
    
    Reviewed-by: Brian Paul <brianp@vmware.com>

commit 89f3a504bfd1747ae6f7e1ef70cde0d26f2037db
Author: José Fonseca <jfonseca@vmware.com>
Date:   Wed Nov 9 09:08:58 2011 +0000

    glu: Fix deprecated conversion from string constant to ‘char*’ warning.

commit 3180913b424675330c6399e0ba597c6defdb34fb
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date:   Mon Aug 29 14:18:06 2011 +0100

    glu: Fix build on mingw-w64.

commit 03ac87fa675e753aa2ff698c526c8f146f6c6490
Author: zhigang gong <zhigang.gong@gmail.com>
Date:   Thu May 12 11:36:59 2011 +0100

    glu: Fix _GLUfuncptr typedef.
    
    typedef void (GLAPIENTRYP _GLUfuncptr)(); causes the following warning:
    function declaration isn't a prototype.
    
    Signed-off-by: José Fonseca <jfonseca@vmware.com>

commit e21c970d96848358a8a60b6b95ce43cac34c0ae2
Author: José Fonseca <jfonseca@vmware.com>
Date:   Wed Apr 27 19:05:29 2011 +0100

    sgi: Fix MSVC build.
    
    Including windows.h was ineffective on MSVC because we define the NOGDI macro,
    which skips the wingdi.h include.
    
    Unsetting NOGDI is also a bad idea because it causes all sort of symbol
    clashes with SGI code.
    
    The real problem is that WINGDAPI was not being defined, also due to NOGDI,
    so simply define it to blank if not done already.  This seems to make
    everybody happy.

commit 13f77791b25db45c26d3bd412fbcdde55bebe649
Author: Jakob Bornecrantz <wallbraker@gmail.com>
Date:   Sat Apr 23 17:01:19 2011 +0200

    glu: Fix linux build

commit fced8d46be1027992938409065b7e90a9f87324c
Merge: c73b73e 3b56683
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date:   Sat Apr 23 13:16:03 2011 +0100

    scons: Build glu.

commit 3b56683b996ff23567c4efc8996a6d9ba71e922f
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jul 16 01:11:03 2010 -0700

    glu/sgi: Remove dead initialization in extract565rev.

commit 236bebb0c3a0a2fb39150a9465d59afb62c28af5
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Jul 15 01:42:02 2010 -0700

    glu/sgi: Remove dead initialization in extract565.

commit a6392e991580c081b26b28be5c20795d6090283f
Author: Neil Roberts <neil@linux.intel.com>
Date:   Wed Jun 30 12:41:11 2010 +0100

    glu: Fix some compiler warnings in libtess
    
    When compiled with the more aggressive compiler warnings such as
    -Wshadow and -Wempty-body the libtess code gives a lot more
    warnings. This fixes the following issues:
    
    * The 'Swap' macro tries to combine multiple statements into one and
      then consume the trailing semicolon by using if(1){/*...*/}else.
      This gives warnings because the else part ends up with an empty
      statement. It also seems a bit dangerous because if the semicolon
      were missed then it would still be valid syntax but it would just
      ignore the following statement. This patch replaces it with the more
      common idiom do { /*...*/ } while(0).
    
    * 'free' was being used as a local variable name but this shadows the
      global function. This has been renamed to 'free_handle'
    
    * TRUE and FALSE were being unconditionally defined. Although this
      isn't currently a problem it seems better to guard them with #ifndef
      because it's quite common for them to be defined in other headers.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=28845
    
    Signed-off-by: Brian Paul <brianp@vmware.com>

commit c73b73ee3328da74bbe74c7ea65e52b9d4e469a3
Author: Jeff Smith <whydoubt@yahoo.com>
Date:   Fri Jun 13 09:50:43 2008 -0500

    Grammar and spelling fixes
    
    Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
    Signed-off-by: Brian Paul <brianp@vmware.com>

commit 7491e48f060b9d317b8d46ac1ec3668ca2085210
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Feb 25 14:26:25 2010 -0800

    Revert "glu/sgi: Set freed pointer to NULL."
    
    This commit breaks flightgear fgfs. A null pointer is
    dereferenced in the function MakeVertex.
    
    This reverts commit 9be414f4b93c763e1aee8f634a13721ae5d95fcd.

commit c3ea160eeaa70ac2d9992cea86f9f3a123e1b1d4
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Feb 25 02:19:00 2010 -0800

    glu/sgi: Set freed pointer to NULL.

commit 38a33932bdf4bb5caa87acc54d765fd559a92465
Author: Vinson Lee <vlee@vmware.com>
Date:   Mon Feb 15 02:14:02 2010 -0800

    glu/sgi: Add assert to check for null pointer dereference.

commit 87410c154046b2544ed58887c787b2bcfa76e76e
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Feb 14 22:26:30 2010 -0800

    glu/sgi: Move initialization of members to top of Curve constructor.
    
    This is a modification of commit 53d448657bd300ab68b2869b2fba76a627699baf.
    
    The members cpts and spts are possibly used as arguments later in
    the constructor.

commit 676b13f3e16e53ced48c38f92248eb4e8a235f94
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Feb 14 22:18:41 2010 -0800

    glu/sgi: Initialize members of class Curvelist.

commit d733f3ab7ea06ccaadd0a51ff0e3c4c43eb0b9fb
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Feb 14 22:04:59 2010 -0800

    glu/sgi: Initialize members of class Curve.

commit fc25d818a52dc94c3a5f2c574acabd4f5f7482b5
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Feb 14 21:45:01 2010 -0800

    glu/sgi: Initialize member of class Pool.

commit b81a87404d26d3978c9c76aa202d1397b560cc77
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Feb 13 23:56:48 2010 -0800

    glu/sgi: Initialize members of class Curvelist.

commit b01c405d76dc2fe9a807dcb2146ead7b514d7631
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Feb 12 00:41:01 2010 -0800

    glu/sgi: Initialize member of class primStream.

commit 531c89b9046ee21e4ce592ef04a2441e37515c5a
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Feb 12 00:36:00 2010 -0800

    glu/sgi: Initialize members of class Arc.

commit 8805f5b872854aaf8219ddf87ef0345204313571
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Feb 12 00:28:44 2010 -0800

    glu/sgi: Initialize member of class Bin.

commit 0e945706b149860a348e4bb9f39e4fc569ede89e
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Feb 10 01:24:41 2010 -0800

    glu/sgi: Initialize member of class Uarray.

commit 55344ac6b641135b7c88a1f19d3a13eae5b54cc2
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Jan 28 18:07:04 2010 -0800

    glu/sgi: Remove unnecessary headers.

commit e688e73d3d6353e6a177813ab860f000298e528e
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Jan 10 16:09:41 2010 -0800

    glu/sgi: Initialize members of class Mesher.

commit 3343d1aa4c5f01c3857b86d7d600fa2f0e08cbd6
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Jan 10 15:55:52 2010 -0800

    glu/sgi: Initialize members of class Slicer.

commit 2488880fbb1f22a0492c1198247acc9f18fdbc61
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Jan 10 03:03:14 2010 -0800

    glu/sgi: Include missing header file.

commit 1bc25c1e33a45a5b4cdf14089c175c12d170cf11
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Jan 10 00:14:33 2010 -0800

    glu/sgi: Initialize members of class Renderhints.

commit f5bb262171a035f47fdc1112f74d4522ed276ddb
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 9 23:55:05 2010 -0800

    glu/sgi: Initialize members of class StoredVertex.

commit b65c8d4bee9e67f8a49eb778531c53b743b31099
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 9 23:53:54 2010 -0800

    glu/sgi: Include missing header file.

commit daf13be7e11a56cd0024067ed3d406d9b2a0b883
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 9 23:25:49 2010 -0800

    glu/sgi: Initialize member of class O_pwlcurve.

commit 7b7f09bacf255e93a94f91f260e2d5f11b5933cd
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 2 20:04:00 2010 -0800

    glu/sgi: Initialize members of struct O_curve.

commit 7728ff9708eaa2237b2126d373f59091f3741bce
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 2 15:46:11 2010 -0800

    glu/sgi: Initialize members of struct O_surface.

commit 58388ee5364b9f9fd8420d00fde8052eeb857c55
Author: Vinson Lee <vlee@vmware.com>
Date:   Sat Jan 2 15:29:25 2010 -0800

    glu/sgi: Initialize member of struct O_trim.

commit 529154618595c6074d85c8eb107abc04c8608e09
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jan 1 23:01:03 2010 -0800

    glu/sgi: Initialize member of struct Property.

commit 1d22128cbecb8ac61c0af9afa2427b53b5d37ddd
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jan 1 17:25:16 2010 -0800

    glu/sgi: Initialize member of struct Dlnode.

commit d9020adaa0929703fd5f172bf44b18b35a880264
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jan 1 17:19:27 2010 -0800

    glu/sgi: Initialize members of struct O_nurbscurve.

commit 86383558f70b32a49afb8f643487935e3e012e0c
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jan 1 14:46:11 2010 -0800

    glu/sgi: Initialize members of class Knotvector.

commit b6b4e497f5c969478dfb8900254f16e4442534b2
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Jan 1 14:39:16 2010 -0800

    glu/sgi: Initialize member of struct Property.

commit 853df9bb2595a8ef867ffd8f7e610959431a6a15
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 22:29:53 2009 -0800

    glu/sgi: Initialize members of struct O_nurbssurface.

commit 756cc0a6f681129ccf0f87d97fb1371b2692d2c0
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 21:03:23 2009 -0800

    glu/sgi: Silence warn_unused_result warnings.

commit db36f73d2f1e12e80bb2599fcd41928bd2a3656f
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 20:45:24 2009 -0800

    glu/sgi: Initialize member of struct GridVertex.

commit 62eb19689f53263663addea502556c8730215c6c
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 17:46:42 2009 -0800

    glu/sgi: Initialize member variables in class Varray.

commit 7564f6c35ee2f32a0211a9f36e07d317f4673f93
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 17:35:22 2009 -0800

    glu/sgi: Initialize member of class monoChain.

commit 0e2a7187691e3eadb498713f14e79fb5cedfeccc
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 17:22:11 2009 -0800

    glu/sgi: Initialize members of class sampledLine.

commit 0ff3096ffed800d5e69ce713fc8d08f1db9cf252
Merge: 6068b8c a391cf7 c6952f6
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 29 14:28:33 2009 -0800

    glu/sgi: Initialize members of class directedLine.

commit c6952f6dab8d0cdd6a5bc7915ef1958ae58b1976
Author: Vinson Lee <vlee@vmware.com>
Date:   Fri Dec 25 14:23:10 2009 -0800

    glu/sgi: Fix include recursion.
    
    arcsorter.h should not include itself.

commit 69c4807db609ecdf515ee0059bd7160de9444fc6
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Dec 23 17:50:02 2009 -0800

    glu/sgi: Initialize variable in directedLine.

commit e2ee6423fea4ffac4e2e2c67a9f2b9ec098c9740
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Dec 23 16:11:10 2009 -0800

    glu/sgi: Silence compiler warnings.

commit fdc4468d876a90a6fae04b1a6e9ccde94e63a4c9
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Dec 22 23:07:00 2009 -0800

    glu/sgi: Silence uninitialized variable warnings.

commit a391cf73c2664665ff2855b78affce5c7457054a
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Nov 26 00:35:31 2009 -0500

    glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.
    (cherry picked from commit 808f0376607b0e2d31dfebc888fd8f1e737fed09)

commit 021bf425fe8cc7e18d3ea2d50c289cb839f4aed4
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:39:37 2009 -0500

    glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.
    (cherry picked from commit 94bcb9f1a43f2ab3bdff09156e3ab5b1c115cbd8)

commit 40ce9ce617ce0c8b4499c037fe7b1568052cfd54
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:28:56 2009 -0500

    glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.
    (cherry picked from commit 0d89f3dc7ff3f89ba8d5d664253730485bca35e2)

commit 0f4e7158f244a7871f107126a74396508a7a4009
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:18:49 2009 -0500

    glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.
    (cherry picked from commit f895abbd9777c4985aa40cf660c68f6d7333f0ec)

commit e0bcbe6d5cfbec3b8f16e430429f6dc53dfed9e5
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Nov 24 01:23:12 2009 -0500

    glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.
    (cherry picked from commit 326b66d724754ca97012501db1c7c62d7d41a457)

commit c33f022d25c79164ebd684c25c6aedd65d0bb9ee
Author: Vinson Lee <vlee@vmware.com>
Date:   Mon Nov 23 01:09:06 2009 -0500

    glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.
    (cherry picked from commit 5b925b7daa566d799c4f50911a7fcca114131503)

commit b010f779834f743b6332825e975117ac7995ab16
Author: Vinson Lee <vlee@vmware.com>
Date:   Mon Nov 23 00:57:37 2009 -0500

    glu/sgi: Fix memory leak in gluScaleImage3D.
    (cherry picked from commit b611f639b4bffdcca376293f7ce71af9f6bdbff3)

commit f7e0b88aa37fb2cea91ac15ada252549748ca65d
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Nov 22 01:57:35 2009 -0500

    glu/sgi: Fix memory leak in gluScaleImage.
    (cherry picked from commit a9c540f5dedbf593f8038fdbc95eecb60826ab26)

commit a9814049da9fd7bca03a2b7b16d7970a77ef460b
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Nov 22 01:45:53 2009 -0500

    glu: Fix memory leak in __gl_meshMakeEdge.
    (cherry picked from commit d3b4c99c703f70a9d0e715a97e52672f7f8fc980)

commit 6068b8c14c6720088765d5fbd6363f4c54945b33
Author: Vinson Lee <vlee@vmware.com>
Date:   Thu Nov 26 00:35:31 2009 -0500

    glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.

commit 4c06e88b97db88bb91da4376345d26f8455e8e01
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:39:37 2009 -0500

    glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.

commit 7054b3a3d76181e720a27ce20dbb20fc66c7d4fe
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:28:56 2009 -0500

    glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.

commit c00efa5394a6c240a3f722b13e3b6998510b9e03
Author: Vinson Lee <vlee@vmware.com>
Date:   Wed Nov 25 00:18:49 2009 -0500

    glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.

commit b96582fa422f5a71a5b389740458ed9f35b88d9c
Author: Vinson Lee <vlee@vmware.com>
Date:   Tue Nov 24 01:23:12 2009 -0500

    glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.

commit c9765ce98d9421db8f70d7b5cbec96f68ae8cab8
Author: Vinson Lee <vlee@vmware.com>
Date:   Mon Nov 23 01:09:06 2009 -0500

    glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.

commit fa256b4ef3e38662173a17a3e08f44f3c3740bca
Author: Vinson Lee <vlee@vmware.com>
Date:   Mon Nov 23 00:57:37 2009 -0500

    glu/sgi: Fix memory leak in gluScaleImage3D.

commit 7aeb9e07f92d8232c710489e0205600924e62bb0
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Nov 22 01:57:35 2009 -0500

    glu/sgi: Fix memory leak in gluScaleImage.

commit 8ab7b8f5d7ba7c015960174e4706d9cdcb7e7f91
Author: Vinson Lee <vlee@vmware.com>
Date:   Sun Nov 22 01:45:53 2009 -0500

    glu: Fix memory leak in __gl_meshMakeEdge.

commit c04b3563705d99a7c6a7a9fb4ca3ed154c3a6ffe
Merge: 0699138 5d598d5 c5e58b3 349afc7 316c1fd 6074ff9 0f15a0f 6a3d24d 8bee549
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 8bee5496b8b42837408543cb86d5b0c13c415244
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Sun Dec 14 09:35:29 2008 -0800

    Add OSMesa pkg-config file
    
    This makes the GLU .pc file a little simpler, too.

commit 49fb287bf48c8aaa5716db001a8a76e72ddfc633
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 6a3d24d0e1e0d4babb69a2f95da4bc6b79cd5ad4
Author: Daniel Zimmermann <netzimme@aol.com>
Date:   Wed Nov 26 11:48:53 2008 +0100

    fix possible memory leak in bezierPatchMeshMake

commit 0f15a0fede0643b6bcdafb1b15d6427e82401429
Author: Nigel Stewart <nigels@sourceforge.net>
Date:   Wed Oct 29 09:22:05 2008 -0600

    glu: fix compilation problem when using Windows gl.h (sf bug 2204589)

commit 6074ff9e81509f02637dd2276023e7933ed6feab
Author: Keith Whitwell <keith@tungstengraphics.com>
Date:   Sun Sep 21 11:00:44 2008 -0700

    Remove CVS keywords.
    
    Cherry-picked from gallium-0.1
    
    Conflicts:
    
    	src/glu/sgi/libnurbs/interface/bezierEval.h
    	src/glu/sgi/libnurbs/interface/bezierPatch.h
    	src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
    	src/glu/sgi/libnurbs/internals/dataTransform.h
    	src/glu/sgi/libnurbs/internals/displaymode.h
    	src/glu/sgi/libnurbs/internals/sorter.h
    	src/glu/sgi/libnurbs/nurbtess/definitions.h
    	src/glu/sgi/libnurbs/nurbtess/directedLine.h
    	src/glu/sgi/libnurbs/nurbtess/gridWrap.h
    	src/glu/sgi/libnurbs/nurbtess/monoChain.h
    	src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h
    	src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h
    	src/glu/sgi/libnurbs/nurbtess/partitionX.h
    	src/glu/sgi/libnurbs/nurbtess/partitionY.h
    	src/glu/sgi/libnurbs/nurbtess/polyDBG.h
    	src/glu/sgi/libnurbs/nurbtess/polyUtil.h
    	src/glu/sgi/libnurbs/nurbtess/primitiveStream.h
    	src/glu/sgi/libnurbs/nurbtess/quicksort.h
    	src/glu/sgi/libnurbs/nurbtess/rectBlock.h
    	src/glu/sgi/libnurbs/nurbtess/sampleComp.h
    	src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h
    	src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h
    	src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h
    	src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h
    	src/glu/sgi/libnurbs/nurbtess/sampledLine.h
    	src/glu/sgi/libnurbs/nurbtess/searchTree.h
    	src/glu/sgi/libnurbs/nurbtess/zlassert.h
    	src/glu/sgi/libutil/error.c
    	src/glu/sgi/libutil/glue.c
    	src/glu/sgi/libutil/gluint.h
    	src/glu/sgi/libutil/project.c
    	src/glu/sgi/libutil/registry.c
    	src/glx/x11/glxclient.h
    	src/glx/x11/glxext.c
    	src/mesa/drivers/dri/ffb/ffb_dd.h
    	src/mesa/drivers/dri/ffb/ffb_points.h
    	src/mesa/drivers/dri/gamma/gamma_context.h
    	src/mesa/drivers/dri/gamma/gamma_macros.h
    	src/mesa/drivers/dri/i810/i810context.h
    	src/mesa/drivers/dri/r128/r128_dd.h
    	src/mesa/drivers/dri/tdfx/tdfx_dd.h

commit 316c1fdb52e63e5fc406797eb552f848b327e127
Author: Adam Jackson <ajax@redhat.com>
Date:   Fri Sep 19 17:16:53 2008 -0400

    Update to SGI FreeB 2.0.
    
    Under the terms of version 1.1, "once Covered Code has been published
    under a particular version of the License, Recipient may, for the
    duration of the License, continue to use it under the terms of that
    version, or choose to use such Covered Code under the terms of any
    subsequent version published by SGI."
    
    FreeB 2.0 license refers to "dates of first publication".  They are here
    taken to be 1991-2000, as noted in the original license text:
    
     ** Original Code. The Original Code is: OpenGL Sample Implementation,
     ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
     ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
     ** Copyright in any portions created by third parties is as indicated
     ** elsewhere herein. All Rights Reserved.
    
    Official FreeB 2.0 text:
    
    http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf
    
    As always, this code has not been tested for conformance with the OpenGL
    specification.  OpenGL conformance testing is available from
    http://khronos.org/ and is required for use of the OpenGL logo in
    product advertising and promotion.

commit 349afc7e7cee55f2ba8f3ee57df69a7906cb037a
Author: Guillaume Melquiond <guillaume.melquiond@gmail.com>
Date:   Sat Sep 13 14:20:14 2008 -0600

    GLU: fix asst warnings

commit 06991381626f18817f97a56a08e053682d305a88
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 8460ba4dd7f9c9742e305264cf241381d8011c25
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Tue Jun 17 09:01:32 2008 -0600

    glu: silence warnings

commit c5e58b3c851bd5f1b372423680c122ac02bf0a86
Author: José Fonseca <jrfonseca@tungstengraphics.com>
Date:   Mon May 26 20:39:26 2008 +0900

    Remove CVS keywords.

commit 5d598d50febfe97ead1bc08c3dd5a8e3a2c85f32
Author: José Fonseca <jrfonseca@tungstengraphics.com>
Date:   Mon May 26 20:14:40 2008 +0900

    Remove CVS keywords.

commit 43be063efa2c41a5ac6c3fd250b4a0ad8ffe6761
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Apr 14 13:40:43 2008 -0600

    check for _WIN32 and __WIN32__

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

    pkg-config support

commit 9f465350628010d06025d3fb8a1854122328bd15
Author: Brian <brian.paul@tungstengraphics.com>
Date:   Mon Sep 3 16:20:05 2007 -0600

    Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bugs 12269, 6748)

commit 45579ac79082877a0947f7daaa0389add3d05363
Author: Brian <brian.paul@tungstengraphics.com>
Date:   Mon Aug 27 10:36:11 2007 -0600

    new __gluInvertMatrix() function (Mesa bug 6748)

commit 8b3f7040ee6866f59cf1ad92cf589eba5deca8b2
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Thu Aug 23 18:38:02 2007 -0400

    Unbreak Linux builds with -fvisibility=hidden.

commit 7f394cf42b333d7a8d8277e1160abc9bbaca86f1
Author: Brian <brian.paul@tungstengraphics.com>
Date:   Thu Aug 2 08:40:29 2007 -0600

    fix invalid pointer usage in bezierPatchDeleteList(), bug 11807

commit 8da4efcae7ae8c02e19674d1b144c25e3b4592f0
Author: Brian <brian.paul@tungstengraphics.com>
Date:   Thu Aug 2 08:38:01 2007 -0600

    fix double free()s (bug 11808)

commit a30a2f66944ad228126c90e23dd0ab52ed633028
Author: Brian <brian.paul@tungstengraphics.com>
Date:   Wed Aug 1 11:27:29 2007 -0600

    fix error code test limit (bug 11795)

commit b9e8d0080d45518839eb50ddf336dbdf0013c31a
Author: Zhang <zxpmyth@yahoo.com.cn>
Date:   Sat Jul 21 11:28:06 2007 -0600

    Fix a number of MINGW32 issues

commit e632964bd77ddcc0b0c5b1949bf0b4b14fe84299
Author: zhang <zxpmyth@yahoo.com.cn>
Date:   Thu Jun 28 08:12:52 2007 -0600

    a variety of fixes for MingW

commit 6f266c2afed6b3826dcbb15e5e1052e08eb02566
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Sat Nov 18 16:58:14 2006 +0000

    additional fixes for mipmap building (Greg McGarragh)

commit 46479c15010f8f936318ffb4673e78c4feb5c635
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Nov 17 15:57:31 2006 +0000

    fix some gluBuild2DMipmap bugs (Greg McGarragh)

commit b9a163f0ba42045807074b5b0194ce162e868592
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Sep 15 19:00:37 2006 +0000

    replace GLAPI w/ static and init var to 0 (Michel Donais)

commit bbc956e3b83301c07fca9b8b65c8f5d67a197fb6
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon Sep 11 16:39:04 2006 +0000

    Win32 fixes (SF bug 1554931)

commit 3fa02312b4e2e86a743da38fac70daef10225c56
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Aug 30 19:02:45 2006 +0000

    init a local var to silence warning

commit 0a12ccb53fb14334ed2aafeeeb69611d716f4ce2
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Tue Jun 20 15:30:26 2006 +0000

    rewrite gluErrorString() to be more legible

commit ccf960cb100b3298b4f050fd23d0047a31119834
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Jun 16 13:45:29 2006 +0000

    glPush/PopAttrib fix (bug 6891)

commit 07ee7f0aa7283fb181d67e7559f553b651fda7b1
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Mon May 1 16:01:17 2006 +0000

    new, faster version of __gluInvertMatrixd(), bug 6748

commit 0e75bad297636f76d5fa890d6f319db345e73327
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Apr 19 14:42:01 2006 +0000

    fix invalid free() problem (bug 6658)

commit 282a89c5bbd0ec3490d5cbfbe6807e95234adaf5
Author: Adam Jackson <ajax@freedesktop.org>
Date:   Thu Apr 6 23:50:44 2006 +0000

    Coverity #1083: Fix a use after free case.

commit 92e11f943c8363148f7e5836425706b00078dfa6
Author: Adam Jackson <ajax@freedesktop.org>
Date:   Mon Apr 3 22:23:52 2006 +0000

    Fix license header to SGI FreeB.  (Eric Kunze, SGI)

commit 7e0f7f8f24d6ca0a4b25e142bef67eb29a26cb57
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Mar 29 18:54:00 2006 +0000

    added some no-op virtual destructors to silence g++ 4.0.0 warnings

commit 394b7f209a5ec82b001eae5e1cfac522f462d94e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Mar 29 18:46:46 2006 +0000

    fixes from John Shell (bug 6339)

commit 1270ae44568b69c8f25c6e2186eb45d1e6e89e61
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Tue Mar 14 15:08:52 2006 +0000

    replace dprintf() with _glu_dprintf() (bug 6244)

commit 83e4356e78d793932ae63969cf07ec4f57b2ca9f
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Oct 28 13:09:23 2005 +0000

    silence a bunch of compiler warnings

commit 6faffa256d6e45e6ffd5230312e4b022b1f2bed1
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Oct 5 02:08:53 2005 +0000

    added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()

commit 074d91651ce3e25b2ce23833578bd500f642fc6e
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 5deda32d11ecbfa2f2a12fdda475ede9a006e19d
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Feb 9 16:18:39 2005 +0000

    Added a test/clamp in the scale_internal_*() functions to prevent reading
    a row of pixels beyond the input buffer's bounds.
    FDO/Mesa bug #2510.

commit 589aff45f3fd01ea9e3138b65de163be4bec964e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed May 12 15:29:36 2004 +0000

    fix compiler warnings (Jerome Glisse)

commit 4bd765d2e05a42ae9715a9656e9fcfe5c97a0a7f
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Feb 26 14:58:11 2004 +0000

    Fix C/C++ calling conventions problem (Bug 904854)

commit b4d83c4a02aaff4f2cd68d983f4e76a268684bfb
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Fri Feb 6 01:17:30 2004 +0000

    added GLU_INCOMPATIBLE_GL_VERSION

commit 285f43f8e103f92721f0caec866aefe03c2a207e
Author: Karl Schultz <kschultz@freedesktop.org>
Date:   Wed Jan 28 19:00:34 2004 +0000

    Avoid setting NOWIN98 compiler optimization with VC 7.

commit 1c026040e2e2c7e31467108b63f0468049cb8dbe
Author: Keith Whitwell <keith@tungstengraphics.com>
Date:   Mon Nov 24 15:19:27 2003 +0000

    Remove a lot of rcs tags, avoid merge conflicts

commit 149e2787d17771f990d9407a2216225c147f6e66
Author: Karl Schultz <kschultz@freedesktop.org>
Date:   Mon Oct 20 17:36:41 2003 +0000

    Define GLAPIENTRYP properly so that GLU compiles on Windows.

commit 30d57645eea7345ba37cf5fc4d7d895269483395
Author: Jon Smirl <jonsmirl@gmail.com>
Date:   Thu Oct 16 04:50:42 2003 +0000

    Minor changes to make linux-solo build again

commit 636e6d38002c1b72f35ea5af75da9c2048a6b330
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Oct 15 21:11:13 2003 +0000

    fix minor warnings from g++ 3.2

commit 503351df60ce29050162404895b60c810a6a9a9c
Author: Kendall Bennett <KendallB@scitechsoft.com>
Date:   Tue Oct 14 23:48:57 2003 +0000

    Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
    Most of the changes were to get rid of warnings, but many of the warnings could
    not be removed in the code so I also added #pragma's to disable the warnings.
    Someone really should clean up this code, but I didn't want to mess with it
    that much (and potentially break it).

commit 45c1c27ccb752c70d5469d988713637f8bfb8c50
Author: Karl Schultz <kschultz@freedesktop.org>
Date:   Fri Oct 10 22:09:05 2003 +0000

    Add missing entry points.  (Warren Cashen)

commit e9be98c8a5152e710a798933bc259a73afe86645
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu Jul 24 22:41:17 2003 +0000

    don't include malloc.h (bug 776574)

commit 6c8d8c4ef044e11c4a92208c655e0566bb9ca854
Author: Ian Romanick <idr@us.ibm.com>
Date:   Thu Jun 5 00:50:18 2003 +0000

    Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.

commit 25ac7063106fb582f67ce93743b07140f5adc78e
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Thu May 8 15:47:00 2003 +0000

    fixed delete statement (bug 721765)

commit e886b7456ae31b2191b28dce212ffee7b483b806
Author: Brian Paul <brian.paul@tungstengraphics.com>
Date:   Wed Apr 30 15:20:37 2003 +0000

    change global_grid_u0/u1 to REAL (Eric Cazeaux)


Reply to: