Keith Whitwell
c34cb25bdd
further tweak to dlist change
23 years ago
Keith Whitwell
aa46094ca6
guard ResetStipple calls
23 years ago
Keith Whitwell
4ea18fc2dc
fx another place where PRIM_PARITY is calculated
23 years ago
Keith Whitwell
a8b25ada45
simplify drawarrays paths
23 years ago
Keith Whitwell
3a825a85f1
avoid side-effects in macro param
23 years ago
Keith Whitwell
bfd2ae6e99
correctly reset input after dlist execution
23 years ago
Karl Schultz
e6373ba6d7
Corrected bad line breaks in macro definitions within code compiled
when BEOS_THREADS is defined. This usually does not cause a problem when
BEOS_THREADS is not defined, but the bad line break in this case put
the "#name" text as the first non-white space in a line, causing the
IRIX C preprocessor to think that it was a preprocessor directive, and
that generated a distracting warning. I also fixed a couple of other
line breaks that seemed wrong to me.
23 years ago
Karl Schultz
3ac348c17a
Add darwin target
23 years ago
Karl Schultz
fcc0abe6cf
malloc() prototype is in stdlib.h for darwin
23 years ago
Alan Hourihane
bce1689d5b
Don't reset _tnl_CurrentInput when in DestroyContext.
23 years ago
Karl Schultz
7b2a146d3a
main trunk is now 4.1
23 years ago
Karl Schultz
209e1348bd
update to version 4.0
23 years ago
Karl Schultz
8ff271548a
Update notes on si-glu NURBS.
23 years ago
Karl Schultz
9c8cbe6950
Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)
23 years ago
Keith Whitwell
4e6c835210
use smaller buffer when decomposing large drawarrays, for cache goodness
23 years ago
Brian Paul
d8af040f5e
updated comment about CHAN_BITS
23 years ago
Brian Paul
e4eba73060
use v2 color, not v0 in flat_ci_triangle()
23 years ago
Brian Paul
253270dfcc
use glXGetProcAddressARB to avoid extension linkage problems
23 years ago
Brian Paul
2f3d620398
don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()
23 years ago
Brian Paul
70c05e6781
don't use near and far for parameter names
23 years ago
Karl Schultz
20517ce040
avoid using near and far as variable names since they are reserved words
in the windows compiler.
23 years ago
Brian Paul
1b2976f79b
fix some warnings
23 years ago
Keith Whitwell
f660ec6ff8
Possible fix for vtk tristrip bug
23 years ago
Brian Paul
358ed73e1d
fix for bug 474479, remove Trace/* stuff
24 years ago
Brian Paul
3183af39d0
fixed bug 484142, missing backslash
24 years ago
Keith Whitwell
cbf9731119
Another locked drawarrys fix
24 years ago
Brian Paul
d4ece7b2f4
minor update
24 years ago
Keith Whitwell
d3be982783
3dnow normalize_normals broken, disable
24 years ago
Keith Whitwell
3f766b7a89
possible fix for cva ignore start index bug
24 years ago
Brian Paul
71340e861e
More span rendering optimizations from Klaus Niederkrueger
24 years ago
Brian Paul
71515b9175
added test implementation of GL_ARB_window_pos
24 years ago
Brian Paul
6d9b899342
fixed a glitch
24 years ago
Brian Paul
50c31d6861
added test implementation of GL_ARB_window_pos
24 years ago
Brian Paul
5b7dab2e4c
added test implementation of GL_ARB_window_pos
24 years ago
Brian Paul
17fe22d3bf
test for glXGetProcAddress()
24 years ago
Brian Paul
a6fdefa322
remove -DMESA_TRACE from linux-debug config
24 years ago
Brian Paul
94dd6b8927
remove Glide and SVGA support from mesa-debug config
24 years ago
Brian Paul
a6a997c234
included by glapi.c
24 years ago
Brian Paul
b5fd886ee1
API dispath updates
24 years ago
Brian Paul
4fe0f9d2a9
new, simpler API specification file
24 years ago
Brian Paul
6c0d72f9c0
new Python API generator scripts
24 years ago
Brian Paul
199b931c07
added missing const to glXGetContextIDEXT() prototype
24 years ago
Brian Paul
0ee6a5604d
improved AA subpixel sample positions (Ray Tice)
24 years ago
Brian Paul
1b37d6c305
BeOS thread support (Philippe Houdoin)
24 years ago
Brian Paul
cd060fc3b4
fix typedef problem found with MSDev 6.0
24 years ago
Brian Paul
c32fe22168
added GLX 1.4 function manglers
24 years ago
Brian Paul
853a4abab2
added 1.3 function manglers
24 years ago
Brian Paul
fe9b705a2c
define GL_VERSION_1_3 (doh!)
24 years ago
Brian Paul
4b7ccad682
casts to silence warnings from gcc 2.96
24 years ago
Brian Paul
87c964d388
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
24 years ago