Keith Whitwell
f660ec6ff8
Possible fix for vtk tristrip bug
23 anni fa
Brian Paul
358ed73e1d
fix for bug 474479, remove Trace/* stuff
23 anni fa
Brian Paul
3183af39d0
fixed bug 484142, missing backslash
23 anni fa
Keith Whitwell
cbf9731119
Another locked drawarrys fix
23 anni fa
Brian Paul
d4ece7b2f4
minor update
23 anni fa
Keith Whitwell
d3be982783
3dnow normalize_normals broken, disable
23 anni fa
Keith Whitwell
3f766b7a89
possible fix for cva ignore start index bug
23 anni fa
Brian Paul
71340e861e
More span rendering optimizations from Klaus Niederkrueger
23 anni fa
Brian Paul
71515b9175
added test implementation of GL_ARB_window_pos
23 anni fa
Brian Paul
6d9b899342
fixed a glitch
23 anni fa
Brian Paul
50c31d6861
added test implementation of GL_ARB_window_pos
23 anni fa
Brian Paul
5b7dab2e4c
added test implementation of GL_ARB_window_pos
23 anni fa
Brian Paul
17fe22d3bf
test for glXGetProcAddress()
23 anni fa
Brian Paul
a6fdefa322
remove -DMESA_TRACE from linux-debug config
23 anni fa
Brian Paul
94dd6b8927
remove Glide and SVGA support from mesa-debug config
23 anni fa
Brian Paul
a6a997c234
included by glapi.c
23 anni fa
Brian Paul
b5fd886ee1
API dispath updates
23 anni fa
Brian Paul
4fe0f9d2a9
new, simpler API specification file
23 anni fa
Brian Paul
6c0d72f9c0
new Python API generator scripts
23 anni fa
Brian Paul
199b931c07
added missing const to glXGetContextIDEXT() prototype
23 anni fa
Brian Paul
0ee6a5604d
improved AA subpixel sample positions (Ray Tice)
23 anni fa
Brian Paul
1b37d6c305
BeOS thread support (Philippe Houdoin)
23 anni fa
Brian Paul
cd060fc3b4
fix typedef problem found with MSDev 6.0
23 anni fa
Brian Paul
c32fe22168
added GLX 1.4 function manglers
23 anni fa
Brian Paul
853a4abab2
added 1.3 function manglers
23 anni fa
Brian Paul
fe9b705a2c
define GL_VERSION_1_3 (doh!)
23 anni fa
Brian Paul
4b7ccad682
casts to silence warnings from gcc 2.96
23 anni fa
Brian Paul
87c964d388
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
23 anni fa
Brian Paul
85e7d7c1d8
fix error in error checking conditional (bug 476846)
24 anni fa
Brian Paul
dc31d67c0e
init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)
24 anni fa
Karl Schultz
acf0c0a1e1
Updates for improved DirectDraw support (Daniel Slater)
24 anni fa
Brian Paul
52ef4cc59a
added some (void *) casts to silence gcc 2.96 warnings
24 anni fa
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.
24 anni fa
Karl Schultz
b10f995edf
Copy the readtex.[ch] files from ../util
24 anni fa
Brian Paul
a4b42200e9
added a bunch of missing breaks for multisample gets
24 anni fa
Brian Paul
0878456b46
template for 4.1 release notes
24 anni fa
Brian Paul
3de5462ab1
version bumps, etc for 4.1
24 anni fa
Brian Paul
a7f8117153
added latest bug fixes
24 anni fa
Brian Paul
45d21ca587
applied Andrew Lewycky's patches
24 anni fa
Keith Whitwell
52d4c6ebb5
forgotten diffuse alpha fix
24 anni fa
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)
----------------------------------------------------------------------
24 anni fa
Brian Paul
5d26219288
added a few comments
24 anni fa
Brian Paul
40ba618a6f
warning fixes (Karl Schultz)
24 anni fa
Brian Paul
e8245c1409
added some missing Win32 files to tar file list
24 anni fa
Brian Paul
ebc8b0aa5a
minor updates
24 anni fa
Brian Paul
7d63ac1e6b
removed src/mms_depend from tar file list
24 anni fa
Brian Paul
fca1ce3a26
added new entrypoints for 1.3
24 anni fa
Brian Paul
e715c91000
updated for new glext.h
24 anni fa
Brian Paul
e11f089f82
added GL_ARB_texture_mirrored_repeat
24 anni fa
Brian Paul
470d3cd4a2
minor updates for new glext.h
24 anni fa