Keith Whitwell
ef4f5b391e
add inf and nan tests to swrast functions
23 years ago
Brian Paul
aecfb51c30
fixed potential array overwrite problem
23 years ago
Brian Paul
014ec1ac5e
prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient
23 years ago
Brian Paul
471a774f43
dispatch changes to minimize hassle with XFree86 libGL
23 years ago
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
23 years ago
Brian Paul
3183af39d0
fixed bug 484142, missing backslash
23 years ago
Keith Whitwell
cbf9731119
Another locked drawarrys fix
23 years ago
Brian Paul
d4ece7b2f4
minor update
23 years ago
Keith Whitwell
d3be982783
3dnow normalize_normals broken, disable
23 years ago
Keith Whitwell
3f766b7a89
possible fix for cva ignore start index bug
23 years ago
Brian Paul
71340e861e
More span rendering optimizations from Klaus Niederkrueger
23 years ago
Brian Paul
71515b9175
added test implementation of GL_ARB_window_pos
23 years ago
Brian Paul
6d9b899342
fixed a glitch
23 years ago
Brian Paul
50c31d6861
added test implementation of GL_ARB_window_pos
23 years ago
Brian Paul
5b7dab2e4c
added test implementation of GL_ARB_window_pos
23 years ago
Brian Paul
17fe22d3bf
test for glXGetProcAddress()
23 years ago
Brian Paul
a6fdefa322
remove -DMESA_TRACE from linux-debug config
23 years ago
Brian Paul
94dd6b8927
remove Glide and SVGA support from mesa-debug config
23 years ago
Brian Paul
a6a997c234
included by glapi.c
23 years ago
Brian Paul
b5fd886ee1
API dispath updates
23 years ago
Brian Paul
4fe0f9d2a9
new, simpler API specification file
23 years ago
Brian Paul
6c0d72f9c0
new Python API generator scripts
23 years ago
Brian Paul
199b931c07
added missing const to glXGetContextIDEXT() prototype
23 years ago
Brian Paul
0ee6a5604d
improved AA subpixel sample positions (Ray Tice)
23 years ago
Brian Paul
1b37d6c305
BeOS thread support (Philippe Houdoin)
23 years ago
Brian Paul
cd060fc3b4
fix typedef problem found with MSDev 6.0
23 years ago
Brian Paul
c32fe22168
added GLX 1.4 function manglers
23 years ago