Brian Paul
5b37c32274
clean-up to reduce MSVC warnings
1999-11-05 06:43:10 +00:00
Keith Whitwell
30990a65f8
Fix for glerror on compilation of list containing gldrawelements calls
1999-11-04 19:42:28 +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
5b6677da16
include assert.h with rest of system headers
1999-11-03 19:27:41 +00:00
Josh Vanderhoof
0dd75e2884
swap operand order for Intel style REGOFF
1999-11-03 18:50:44 +00:00
Brian Paul
b09a4cd913
added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments
1999-11-03 18:24:05 +00:00
Brian Paul
c3f0a511a7
new texture image processing
1999-11-03 17:27:05 +00:00
Brian Paul
03d96a0ce2
fixed a typo in a comment
1999-10-31 08:34:47 +00:00
Ted Jump
364b56a20e
Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not appropriate
1999-10-30 18:34:48 +00:00
Brian Paul
12cc2bfff7
pixel pack/unpack ImageHeight and SkipImages was not initialized
1999-10-30 08:22:45 +00:00
Brian Paul
3c14ec9b55
added a few more scale/bias/lookup functions (for future use)
1999-10-30 08:20:57 +00:00
Brian Paul
4a867fcbf5
disabled glXGetProcAddress code
1999-10-27 09:50:10 +00:00
Brian Paul
38a811057d
disabled gluGetProcAddressEXT
1999-10-27 09:47:41 +00:00
Brian Paul
98b607b57d
fixed stupid error in GL_RGA case in gl_pack_rgba_span()
1999-10-26 09:21:04 +00:00
Brian Paul
64b7da799f
fixed byteswapping bug in gl_pack_rgba_span()
1999-10-22 12:49:52 +00:00
Brian Paul
3428162e27
added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)
1999-10-22 10:59:15 +00:00
Brian Paul
64a79b2f3a
applied Jonn Carmack's patch for faster glTexSubImage2D() in Quake
1999-10-22 10:43:35 +00:00
Brian Paul
bc937424f1
updated some comments/docs
1999-10-21 12:46:27 +00:00
Brian Paul
5393bb3830
silenced some uninitialized var warnings
1999-10-21 12:45:53 +00:00
Brian Paul
fc811e2bfd
silenced ininitialized var warnings
1999-10-21 12:45:03 +00:00
Brian Paul
88737eeedc
silenced uninitialized variable warnings
1999-10-21 12:26:21 +00:00
Brian Paul
2fb055d891
clean-up of optimized GL_RETURN code
1999-10-20 22:39:16 +00:00
Brian Paul
34c7c1838a
fixed divTable precision problem in GL_RETURN case
1999-10-20 22:32:02 +00:00
Brian Paul
2c318aad9d
enable lighting even if no light sources are turned on
1999-10-20 22:16:45 +00:00
Ted Jump
3f17dfb8ba
Minor patches to cleanup some compiler warnings in MSVC
1999-10-20 06:56:40 +00:00
Brian Paul
d53573daf7
fixed a number of error-test bugs
1999-10-19 20:36:20 +00:00
Brian Paul
bc41b08073
more image type error checking in draw_stencil_pixels()
1999-10-19 20:33:57 +00:00
Brian Paul
f3f9b77324
clean-up in gl_LightModelfv()
1999-10-19 20:32:40 +00:00
Brian Paul
351752caff
added more format/type error checking code
1999-10-19 20:31:08 +00:00
Keith Whitwell
d471473b58
Changes to reduce the memory footprint of display lists
1999-10-19 18:37:02 +00:00
Brian Paul
91baaa3d5a
negative offsets to TexSubImage w/ texture borders caused memory corruption
1999-10-17 23:24:16 +00:00
Brian Paul
1e083c8c17
added glGet cases for vertex array enable state
1999-10-17 22:36:35 +00:00
Miklos Fazekas
b9d8c77ca6
Fixed a MacOS specific compile error.
1999-10-16 12:53:37 +00:00
Brian Paul
d95e2eb1a8
removed GL_EXT_get_proc_address
1999-10-16 11:32:15 +00:00
Brian Paul
b80429e49e
removed GL_EXT_get_proc_address
1999-10-16 11:27:02 +00:00
Brian Paul
42f252fc06
fixed an RGB vs CI bug in overlay visual selection
1999-10-14 18:47:37 +00:00
Gareth Hughes
3df50407a3
Added point_contour_test, taken from O'Rourke 1998.
1999-10-14 07:44:41 +00:00
Ted Jump
56a5f8820f
Fixed parameter type for notify function pointer parameter to gl_extensions_add
1999-10-13 22:09:09 +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
Brian Paul
80af3614d8
now using MALLOC, CALLOC, FREE, etc macros
1999-10-13 18:49:47 +00:00
Brian Paul
bd5cdaf444
removed GL_ prefix from memory macros
1999-10-13 18:42:49 +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
cd555f456b
Repaired definition of GL_CALLOC_STRUC
1999-10-11 04:22:57 +00:00
Jouk Jansen
0b6c775f1c
#include <stdlib.h>
1999-10-11 04:20:55 +00:00