Brian Paul
19a2ebd02f
removed unneeded code in gluBuild1DMipmaps()
1999-12-12 17:24:18 +00:00
Jouk Jansen
fce01a5a16
Committing in .
...
Make supportupdate for VMS
Modified Files:
Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
----------------------------------------------------------------------
1999-12-07 09:02:12 +00:00
Gareth Hughes
ff5ce773b2
Merging in work from 3.1/3.2 branch. Tessellator is essentially fully
...
functional now.
1999-12-06 09:39:34 +00:00
Brian Paul
4f145468f4
removed GLU_EXT_get_proc_address from ext strings
1999-11-22 22:15:50 +00:00
Brian Paul
9fd022a905
replace encounteed with encountered
1999-11-19 21:23:37 +00:00
Jouk Jansen
86d36643de
tess_macro.h included
1999-11-11 09:55:39 +00:00
Kendall Bennett
a73119234c
. Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility
...
with the IBM VisualAge C++ compiler. Eventually some more code will be
needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall)
for the IBM compilers, however we currently build using our own header files
that already handle this.
. Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility
with the IBM VisualAge C++ compiler in src-glu.
. Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles
with 0 warnings now.
. tess_hash.c: line 244 - Why is this function stubbed out? I removed the
code with a #if 0 to avoid a compiler warning, but it looks dangerous.
1999-11-11 03:21:43 +00:00
Brian Paul
0822c1050e
replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()
1999-11-09 06:16:59 +00:00
Gareth Hughes
787250cc01
Added filename, line number output for debugging messages.
1999-11-05 20:36:55 +00:00
Gareth Hughes
486e1f982e
Major winding rule updates, especially stacked contour support.
...
Improved debugging output that can be altered with an environment
variable instead of hard coded at compile time. Fixed bug in vertex
sorting function, so vertices are now indexed correctly (left to right).
1999-11-04 04:07:57 +00:00
Brian Paul
38a811057d
disabled gluGetProcAddressEXT
1999-10-27 09:47:41 +00:00
Gareth Hughes
3df50407a3
Added point_contour_test, taken from O'Rourke 1998.
1999-10-14 07:44:41 +00:00
Gareth Hughes
6450917496
Removed CVS logs from files, as they were getting rather large.
1999-10-13 19:12:25 +00:00
Gareth Hughes
206abd9039
Added edge flag callback support.
1999-10-13 19:01:56 +00:00
Gareth Hughes
f80d0b2f61
Fixed delete_all_contours memory deallocation.
1999-10-12 21:26:06 +00:00
Gareth Hughes
2e4fce138c
Updated memory allocation to allow new macros to be used.
1999-10-12 18:49:28 +00:00
Gareth Hughes
21a257d25b
Renamed GLUtesselator user data pointer to avoid confusion.
1999-10-11 17:53:09 +00:00
Gareth Hughes
dbecc01c6e
Correctly initialized GLUtesselator user data pointer.
1999-10-11 17:48:53 +00:00
Gareth Hughes
4aaafa6265
Allow debugging output capture under Win32. This seems really
...
broken to me, but that's Windows for you...
1999-10-11 17:28:05 +00:00
Gareth Hughes
c30627a5af
Updated debugging output. I'm going to change it all to something
...
much more like the GLX project. This was a set of macros left over
from a research project I'd done, and I like the GLX logging more.
1999-10-11 17:26:48 +00:00
Jouk Jansen
08a454c7af
Added tess_winding.c for compilation
1999-10-04 05:26:46 +00:00
Gareth Hughes
63fee8b3be
Added tessellation winding rule support. Misc bug fixes.
1999-10-03 00:56:07 +00:00
Gareth Hughes
45b95f048d
Added tessellation winding rule files.
1999-10-03 00:53:38 +00:00
Ted Jump
ea8e0b2156
Fixed LIBNAME entry
1999-09-19 10:03:19 +00:00
Ted Jump
725ec81ae8
More Win32 build compliance fixups
1999-09-19 02:03:18 +00:00
Brian Paul
1bf28c46c2
glGetProcAddressEXT changes to accomodate Win32 and non-Win32
1999-09-17 12:21:36 +00:00
Brian Paul
d2a57c9b2b
pad GLU_TINY to 6 digits
1999-09-17 12:06:56 +00:00
Gareth Hughes
b32966fc80
Winding rule updates.
1999-09-17 06:31:02 +00:00
Ted Jump
d29b1c2ea6
Patch error fixup
1999-09-17 03:17:18 +00:00
Ted Jump
1f256fd6b3
Win32 build req't updates
1999-09-17 03:07:28 +00:00
Brian Paul
67e9bd246b
fixed typo
1999-09-17 01:00:38 +00:00
Brian Paul
f33e6b1e83
version symbol changes
1999-09-17 00:06:57 +00:00
Brian Paul
20298685c3
gluGetProcAddressEXT change for C++ / BeOS
1999-09-17 00:06:14 +00:00
Brian Paul
b9e8741c8f
added some casts in gluGetProcAddressEXT()
1999-09-16 22:37:56 +00:00
Brian Paul
978b089aee
clean-up of GLU_EXT_get_proc_address
1999-09-16 16:53:28 +00:00
Gareth Hughes
0099981b1c
Misc winding rule bug fixes.
1999-09-16 06:41:42 +00:00
Brian Paul
212e625c24
new version number symbols
1999-09-15 16:31:31 +00:00
Brian Paul
2f49a40a07
added third, tiny version number to mklib scripts
1999-09-15 15:11:01 +00:00
Gareth Hughes
a852e8fc0f
Added debugging pragma message.
1999-09-15 02:12:16 +00:00
Gareth Hughes
d7c9c1e5c0
Fixed vector macro calls, specifically COPY_3V params.
1999-09-15 02:11:10 +00:00
Gareth Hughes
2b2746fedd
Added debugging output.
1999-09-14 22:46:02 +00:00
Gareth Hughes
77dcf82d81
Fixed legacy gluNextContour impact on gluTessEndContour.
1999-09-14 05:37:58 +00:00
Brian Paul
de37ce3e22
fixed pixel packing/unpacking code in gluBuild2DMipmaps()
1999-09-14 00:30:28 +00:00
Brian Paul
a96e8ad978
added gluCheckExtension()
1999-09-14 00:11:40 +00:00
Brian Paul
daa0b0f656
added gluUnProject4()
1999-09-14 00:10:31 +00:00
Gareth Hughes
d1603d4a46
Fixed file headers. Tracking down macro bugs.
1999-09-13 22:20:13 +00:00
Jouk Jansen
70cf58648a
strcmp needs the string.h
1999-09-13 14:31:32 +00:00
Brian Paul
84ffacb978
added 1.2 function to gluGetProcAddressEXT()
1999-09-11 12:04:54 +00:00
Brian Paul
f893f032fa
added GLU_EXT_get_proc_address
1999-09-11 11:34:21 +00:00
Gareth Hughes
f0f3815e4f
Fixed triangle output, recovery process termination.
1999-09-10 04:32:10 +00:00