~ubuntu-branches/ubuntu/lucid/mesa/lucid

« back to all changes in this revision

Viewing changes to src/glu/sgi/libnurbs/internals/slicer.cc

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Timo Aaltonen, Robert Hooker
  • Date: 2010-02-19 15:52:12 UTC
  • mfrom: (3.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219155212-blqov938av7m6exj
Tags: 7.7-3ubuntu1
[ Timo Aaltonen ]
* Merge from Debian experimental.

[ Robert Hooker ]
* Add 100_no_abi_tag.patch: Removes the ABI tag in /usr/lib/libGL.so.1
  which prevented ldconfig from using a libGL from another directory
  at a higher priority than the one in /usr/lib.
* Install libGL alternatives with libgl1-mesa-swx11 as well. (LP: #522048)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1181
1181
Slicer::Slicer( Backend &b ) 
1182
1182
        : CoveAndTiler( b ), Mesher( b ), backend( b )
1183
1183
{
 
1184
    oneOverDu = 0;
 
1185
    du = 0;
 
1186
    dv = 0;
 
1187
    isolines = 0;
1184
1188
    ulinear = 0;
1185
1189
    vlinear = 0;
1186
1190
}