add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / workbench / libs / glu / glu-9.0.0-aros.diff
blob9f471cdf51a368f1ff8d0c00505020c3b0b78199
1 diff -ruN glu-9.0.0/src/libnurbs/interface/insurfeval.cc glu-9.0.0.aros/src/libnurbs/interface/insurfeval.cc
2 --- glu-9.0.0/src/libnurbs/interface/insurfeval.cc 2012-09-15 01:48:54.000000000 +0100
3 +++ glu-9.0.0.aros/src/libnurbs/interface/insurfeval.cc 2019-04-03 20:07:20.650123200 +0100
4 @@ -1344,6 +1344,8 @@
5 free(lowerXYZ);
6 free(upperNormal);
7 free(lowerNormal);
9 + (void)leftMostV; // Unused
12 /*triangulate a strip bounded by two lines which are parallel to V-axis
13 @@ -1534,6 +1536,8 @@
14 free(rightXYZ);
15 free(leftNormal);
16 free(rightNormal);
18 + (void)botMostV; // Unused
21 /*-----------------------begin evalMachine-------------------*/
22 diff -ruN glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc glu-9.0.0.aros/src/libnurbs/nurbtess/sampleCompTop.cc
23 --- glu-9.0.0/src/libnurbs/nurbtess/sampleCompTop.cc 2012-09-15 01:48:54.000000000 +0100
24 +++ glu-9.0.0.aros/src/libnurbs/nurbtess/sampleCompTop.cc 2019-04-03 20:07:20.655097500 +0100
25 @@ -511,26 +511,6 @@
27 else if(up_rightCornerWhere != 2)
29 - Real* tempTop;
30 - Int tempLeftStart;
31 - if(up_rightCornerWhere == 1)
32 - {
33 - tempLeftStart = leftStartIndex;
34 - tempTop = topVertex;
35 - }
36 - else //0
37 - {
38 - tempLeftStart = up_rightCornerIndex+1;
39 - tempTop = leftChain->getVertex(up_rightCornerIndex);
40 - }
41 -/*
42 - sampleTopLeftWithGridLine(tempTop, leftChain, tempLeftStart, up_leftCornerIndex,
43 - leftGridChain->getGrid(),
44 - leftGridChain->getVlineIndex(gridIndex1),
45 - leftGridChain->getUlineIndex(gridIndex1),
46 - rightGridChain->getUlineIndex(gridIndex1),
47 - pStream);
48 -*/
49 sampleCompTopSimple(topVertex,
50 leftChain,
51 leftStartIndex,
52 diff -ruN glu-9.0.0/src/libtess/priorityq.c glu-9.0.0.aros/src/libtess/priorityq.c
53 --- glu-9.0.0/src/libtess/priorityq.c 2012-09-15 01:48:54.000000000 +0100
54 +++ glu-9.0.0.aros/src/libtess/priorityq.c 2019-04-10 03:14:26.089025000 +0100
55 @@ -65,6 +65,7 @@
56 return NULL;
59 + pq->order = NULL;
60 pq->size = 0;
61 pq->max = INIT_SIZE;
62 pq->initialized = FALSE;
63 diff -ruN glu-9.0.0/src/libutil/mipmap.c glu-9.0.0.aros/src/libutil/mipmap.c
64 --- glu-9.0.0/src/libutil/mipmap.c 2012-09-15 01:48:54.000000000 +0100
65 +++ glu-9.0.0.aros/src/libutil/mipmap.c 2019-04-10 03:13:14.787011600 +0100
66 @@ -4509,6 +4509,8 @@
67 glPixelStorei(GL_UNPACK_SKIP_PIXELS, psm.unpack_skip_pixels);
68 glPixelStorei(GL_UNPACK_ROW_LENGTH, psm.unpack_row_length);
69 glPixelStorei(GL_UNPACK_SWAP_BYTES, psm.unpack_swap_bytes);
70 + free(srcImage);
71 + free(dstImage);
72 return GLU_OUT_OF_MEMORY;