Keith Whitwell
c34cb25bdd
further tweak to dlist change
2001-12-04 13:04:29 +00:00
Keith Whitwell
aa46094ca6
guard ResetStipple calls
2001-12-03 17:48:58 +00:00
Keith Whitwell
4ea18fc2dc
fx another place where PRIM_PARITY is calculated
2001-12-03 17:47:04 +00:00
Keith Whitwell
a8b25ada45
simplify drawarrays paths
2001-12-03 17:41:58 +00:00
Keith Whitwell
3a825a85f1
avoid side-effects in macro param
2001-12-03 17:39:12 +00:00
Keith Whitwell
bfd2ae6e99
correctly reset input after dlist execution
2001-12-03 17:19:14 +00:00
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.
2001-11-30 22:11:45 +00:00
Karl Schultz
fcc0abe6cf
malloc() prototype is in stdlib.h for darwin
2001-11-30 19:35:22 +00:00
Alan Hourihane
bce1689d5b
Don't reset _tnl_CurrentInput when in DestroyContext.
2001-11-30 15:43:53 +00:00
Karl Schultz
7b2a146d3a
main trunk is now 4.1
2001-11-29 23:13:12 +00:00
Karl Schultz
209e1348bd
update to version 4.0
2001-11-29 22:54:33 +00:00
Karl Schultz
9c8cbe6950
Fix compilation errors and warnings for NURBS support. (Robert Bergkvist)
2001-11-29 16:16:55 +00:00
Keith Whitwell
4e6c835210
use smaller buffer when decomposing large drawarrays, for cache goodness
2001-11-29 15:15:20 +00:00
Brian Paul
d8af040f5e
updated comment about CHAN_BITS
2001-11-28 17:18:36 +00:00
Brian Paul
e4eba73060
use v2 color, not v0 in flat_ci_triangle()
2001-11-28 16:11:32 +00:00
Brian Paul
253270dfcc
use glXGetProcAddressARB to avoid extension linkage problems
2001-11-27 02:55:58 +00:00
Brian Paul
2f3d620398
don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()
2001-11-27 00:05:35 +00:00
Brian Paul
70c05e6781
don't use near and far for parameter names
2001-11-26 23:41:24 +00:00
Karl Schultz
20517ce040
avoid using near and far as variable names since they are reserved words
...
in the windows compiler.
2001-11-26 22:55:28 +00:00
Keith Whitwell
f660ec6ff8
Possible fix for vtk tristrip bug
2001-11-26 12:56:07 +00:00
Brian Paul
358ed73e1d
fix for bug 474479, remove Trace/* stuff
2001-11-23 20:44:12 +00:00
Keith Whitwell
cbf9731119
Another locked drawarrys fix
2001-11-22 09:23:36 +00:00
Keith Whitwell
d3be982783
3dnow normalize_normals broken, disable
2001-11-19 13:52:41 +00:00
Keith Whitwell
3f766b7a89
possible fix for cva ignore start index bug
2001-11-19 10:22:41 +00:00
Brian Paul
71340e861e
More span rendering optimizations from Klaus Niederkrueger
2001-11-19 01:18:28 +00:00
Brian Paul
71515b9175
added test implementation of GL_ARB_window_pos
2001-11-19 00:41:32 +00:00
Brian Paul
6d9b899342
fixed a glitch
2001-11-19 00:40:33 +00:00
Brian Paul
5b7dab2e4c
added test implementation of GL_ARB_window_pos
2001-11-18 23:52:37 +00:00
Brian Paul
a6a997c234
included by glapi.c
2001-11-18 22:52:22 +00:00
Brian Paul
b5fd886ee1
API dispath updates
2001-11-18 22:48:11 +00:00
Brian Paul
4fe0f9d2a9
new, simpler API specification file
2001-11-18 22:43:16 +00:00
Brian Paul
6c0d72f9c0
new Python API generator scripts
2001-11-18 22:42:57 +00:00
Brian Paul
0ee6a5604d
improved AA subpixel sample positions (Ray Tice)
2001-11-13 00:26:39 +00:00
Brian Paul
1b37d6c305
BeOS thread support (Philippe Houdoin)
2001-11-12 23:50:12 +00:00
Brian Paul
4b7ccad682
casts to silence warnings from gcc 2.96
2001-11-06 16:01:19 +00:00
Brian Paul
87c964d388
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-11-06 15:53:00 +00:00
Brian Paul
85e7d7c1d8
fix error in error checking conditional (bug 476846)
2001-11-03 04:11:26 +00:00
Brian Paul
dc31d67c0e
init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)
2001-11-02 00:57:04 +00:00
Karl Schultz
acf0c0a1e1
Updates for improved DirectDraw support (Daniel Slater)
2001-11-01 22:44:47 +00:00
Brian Paul
52ef4cc59a
added some (void *) casts to silence gcc 2.96 warnings
2001-11-01 00:39:24 +00:00
Karl Schultz
9baad8e1ff
Change name of glut lib from glut32 to MesaGlut.
...
This helps avoid confusion with other gluts on the system that may be
lined with OpenGl32.dll and Glu32.dll.
2001-10-26 21:21:11 +00:00
Brian Paul
a4b42200e9
added a bunch of missing breaks for multisample gets
2001-10-25 23:21:28 +00:00
Brian Paul
3de5462ab1
version bumps, etc for 4.1
2001-10-22 22:45:18 +00:00
Brian Paul
45d21ca587
applied Andrew Lewycky's patches
2001-10-22 01:21:16 +00:00
Keith Whitwell
52d4c6ebb5
forgotten diffuse alpha fix
2001-10-20 00:13:45 +00:00
Jouk Jansen
12e875ce4d
Committing in .
...
Modified Files:
Mesa/src/context.c
Initializing ctx->Driver.CurrentExecPrimitive to 0, just after the allocation
of the context. I hope this solved a very rare crash of the molecule mode
of xlockmore on my VMS-machine. (I have not seen any crash the last week.
Normally it crashed at least once in the 3 days)
----------------------------------------------------------------------
2001-10-18 08:04:57 +00:00
Brian Paul
5d26219288
added a few comments
2001-10-17 23:03:56 +00:00
Brian Paul
40ba618a6f
warning fixes (Karl Schultz)
2001-10-17 23:03:34 +00:00
Brian Paul
fca1ce3a26
added new entrypoints for 1.3
2001-10-17 14:33:05 +00:00
Brian Paul
e715c91000
updated for new glext.h
2001-10-17 13:34:08 +00:00