Brian Paul
|
2c9e7ae38b
|
fixed active stencil face query bug
|
2002-11-08 15:39:58 +00:00 |
|
Brian Paul
|
7a4a6a3c4c
|
fixed a few category lines
|
2002-11-08 15:38:48 +00:00 |
|
Brian Paul
|
d1efbf0456
|
implemented automatic code gen and individual function validation
|
2002-11-08 15:35:46 +00:00 |
|
Brian Paul
|
6e40539490
|
added a few more missing 1.4 entrypoints
|
2002-11-07 16:37:12 +00:00 |
|
Brian Paul
|
7348df5937
|
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
|
2002-11-07 16:34:58 +00:00 |
|
Brian Paul
|
c542351085
|
added glFogCoord functions
|
2002-11-07 16:24:27 +00:00 |
|
Brian Paul
|
1cfae1adb2
|
added 1.4 functions
|
2002-11-07 16:23:40 +00:00 |
|
Brian Paul
|
42ace1c150
|
added missing 1.4 glFogCoord functions
|
2002-11-07 16:20:20 +00:00 |
|
Brian Paul
|
cf1c860a34
|
surround fixedEdges decl by #ifndef NDEBUG / #endif
|
2002-11-07 14:17:05 +00:00 |
|
Brian Paul
|
8bfc9d71aa
|
restored fixedEdges var (for VMS)
|
2002-11-06 16:09:04 +00:00 |
|
Brian Paul
|
36b9b0e9d1
|
latest 5.0 bug fixes
|
2002-11-06 15:18:26 +00:00 |
|
Brian Paul
|
f48216ad0f
|
a few dispatch pointers weren't set (glGenTexturesEXT for example)
|
2002-11-06 15:16:23 +00:00 |
|
Jouk Jansen
|
0d88328c7e
|
Committing in .
OpenVMS issues
Modified Files:
Mesa/si-glu/mesaglu.opt Mesa/src/mmath.h
----------------------------------------------------------------------
|
2002-11-06 13:39:23 +00:00 |
|
Brian Paul
|
66ab727101
|
minor multi-sample clean-ups
|
2002-11-05 21:11:18 +00:00 |
|
Brian Paul
|
25af66a67f
|
added some printfs to show current polygon mode and cull state
|
2002-11-05 20:59:16 +00:00 |
|
Brian Paul
|
aca31cf6de
|
fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
|
2002-11-05 20:58:37 +00:00 |
|
Brian Paul
|
c4b40cc404
|
added GLUT and DOS updates
|
2002-11-05 20:53:42 +00:00 |
|
Brian Paul
|
aa3029bce1
|
Updates for DOS driver from Daniel Borca.
|
2002-11-05 20:52:07 +00:00 |
|
Brian Paul
|
8a738db519
|
support for GLX_ARB_multisample
|
2002-11-04 22:20:28 +00:00 |
|
Brian Paul
|
4b01eb6e08
|
minor revision to 4.1 features
|
2002-11-04 20:31:55 +00:00 |
|
Brian Paul
|
7d4d41a984
|
FX driver fixes
|
2002-11-04 20:31:09 +00:00 |
|
Brian Paul
|
8115e29ddc
|
misc driver updates (Daniel Borca)
|
2002-11-04 20:29:04 +00:00 |
|
Brian Paul
|
df45a985ed
|
glxinfo update
|
2002-11-04 16:25:42 +00:00 |
|
Brian Paul
|
d2e39bb050
|
add support for GLX_ARB_multisample
|
2002-11-04 16:24:18 +00:00 |
|
Brian Paul
|
969e1ac233
|
fix for HPUX
|
2002-11-01 23:49:59 +00:00 |
|
Brian Paul
|
772752449d
|
HPUX fixes
|
2002-11-01 23:46:53 +00:00 |
|
Brian Paul
|
a85fae9cb0
|
silence a bunch of warnings
|
2002-11-01 23:45:30 +00:00 |
|
Brian Paul
|
034e8641bb
|
renamed abs() function glu_abs()
|
2002-11-01 23:35:07 +00:00 |
|
Brian Paul
|
026b40f416
|
fix a typo
|
2002-11-01 17:42:03 +00:00 |
|
Brian Paul
|
561e6723cf
|
list bug fixes in 5.0
|
2002-10-31 17:19:03 +00:00 |
|
Brian Paul
|
e89f0792eb
|
tweak pipeline flags for vertex programming
|
2002-10-31 17:14:37 +00:00 |
|
Brian Paul
|
e0e6bd7ae1
|
fix the occasional missing triangle bug
|
2002-10-31 17:14:16 +00:00 |
|
Brian Paul
|
36481524ba
|
simple GL_EXT_stencil_wrap test program
|
2002-10-31 15:25:07 +00:00 |
|
Brian Paul
|
07624e347b
|
fix a few HPUX problems
|
2002-10-31 14:58:36 +00:00 |
|
Keith Whitwell
|
9627ed0631
|
Add a note about window map behaviour and the autotuning of nr of loops which
can conspire to make it look like clearspd is exposing an intermittent driver
bug...
|
2002-10-31 12:38:32 +00:00 |
|
Brian Paul
|
8d43976858
|
added a comment about future work
|
2002-10-30 20:40:46 +00:00 |
|
Brian Paul
|
9167d04dea
|
s/getenv/_mesa_getenv/
|
2002-10-30 20:25:15 +00:00 |
|
Brian Paul
|
2ad5921cf3
|
use wrappers from imports.h rather than stdio, stdlib, etc functions.
|
2002-10-30 20:24:45 +00:00 |
|
Brian Paul
|
e1e867c3b2
|
remove some stray debug/abort code
|
2002-10-30 20:18:38 +00:00 |
|
Brian Paul
|
4663bd50f1
|
don't call abort()
|
2002-10-30 20:16:43 +00:00 |
|
Brian Paul
|
68a7ee5cbb
|
s/printf/_mesa_printf/
|
2002-10-30 19:59:33 +00:00 |
|
Brian Paul
|
36b518a7ca
|
s/sprintf/_mesa_sprintf/
|
2002-10-30 19:58:58 +00:00 |
|
Brian Paul
|
f16a66e97d
|
remove debug printf
|
2002-10-30 19:57:21 +00:00 |
|
Brian Paul
|
6ec6b845fd
|
s/BZERO/_mesa_bzero/
|
2002-10-30 19:49:29 +00:00 |
|
Brian Paul
|
9dc11a3e38
|
test both XFree86LOADER and IN_MODULE to see if we're being built as the glx module
|
2002-10-30 19:44:41 +00:00 |
|
Brian Paul
|
c5934054f3
|
fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)
|
2002-10-30 19:40:20 +00:00 |
|
Brian Paul
|
3160edec33
|
more version bumps
|
2002-10-29 23:53:22 +00:00 |
|
Brian Paul
|
b2289a944e
|
minor updates
|
2002-10-29 23:42:48 +00:00 |
|
Brian Paul
|
42649700e2
|
bump OpenGL version to 1.4, Mesa version to 5.0
|
2002-10-29 23:09:37 +00:00 |
|
Brian Paul
|
ebe0b30c3e
|
preparation for 5.0 release
|
2002-10-29 22:42:04 +00:00 |
|