Brian Paul
b79d289bde
clearing depth buffer failed when clearing front color buffer
2000-02-06 19:29:48 +00:00
Brian Paul
d4ce76275d
updated with new info
2000-02-06 17:04:56 +00:00
Brian Paul
0b6fec7a6f
added missing glGet cases for GL_EXT_compiled_vertex_array
2000-02-06 03:03:02 +00:00
Brian Paul
df37c6bd65
disabled locked arrays in glDrawRangeElements()
2000-02-05 02:05:14 +00:00
Brian Paul
e69f1f54f9
GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix
2000-02-05 01:51:54 +00:00
Brian Paul
38a683816b
added support for GL_RGB5_A1 internal texture format (Eero Pajarre)
2000-02-04 16:23:47 +00:00
Brian Paul
b13fd0bc9e
pass IntFormat, not Format to fxTexGetFormat
2000-02-04 16:22:58 +00:00
Brian Paul
65cd4d80c4
added SUB_PIXEL_BITS
2000-02-03 19:40:35 +00:00
Brian Paul
539cce5248
added point/line size limits to gl_constants struct
2000-02-03 19:40:07 +00:00
Brian Paul
1816ec4500
added Const.SubPixelBits
2000-02-03 15:33:29 +00:00
Jouk Jansen
cd8e492c55
Committing in .
...
Updates effective and needed for VMS only
Modified Files:
Mesa/src/descrip.mms Mesa/src/glapitable.h
----------------------------------------------------------------------
2000-02-03 09:35:17 +00:00
Brian Paul
ab8de7b678
minor clean-ups
2000-02-02 22:22:59 +00:00
Brian Paul
5829f0c960
changed _gl prefix to _mesa_ on fog functions
2000-02-02 22:21:39 +00:00
Brian Paul
4bad6744d2
replaced gl_ prefix with _mesa_ prefix on depth funcs
2000-02-02 22:16:04 +00:00
Brian Paul
b34024bc62
replaced gl_ prefix with _mesa_ prefix on blend funcs
2000-02-02 22:08:26 +00:00
Brian Paul
42fcf03e3a
replaced gl_ prefix with _mesa_ prefix
2000-02-02 22:03:31 +00:00
Brian Paul
bd409f4143
added check for IntegerAccumScaler > 0 in GL_RETURN case
2000-02-02 21:53:11 +00:00
Brian Paul
8427d93449
changed prefix to _mesa_ for a few accum functions
2000-02-02 21:52:26 +00:00
Brian Paul
831f8ada7b
don't include dispatch.h
2000-02-02 19:50:26 +00:00
Brian Paul
a02fb6afc8
added comments
2000-02-02 19:34:08 +00:00
Brian Paul
3face37ca4
include buffers.h
2000-02-02 19:28:27 +00:00
Brian Paul
fab9712714
updated source files
2000-02-02 19:19:30 +00:00
Brian Paul
784d76024c
moved exec dispatch init to state.c
2000-02-02 19:18:19 +00:00
Brian Paul
ea39f042c3
updated includes for source file reorg
2000-02-02 19:17:57 +00:00
Brian Paul
fa9df40e8a
moved state functions to state.c
2000-02-02 19:16:46 +00:00
Brian Paul
23903a2338
removed glmisc.c, added buffers.c, hint.c, state.c
2000-02-02 19:15:53 +00:00
Brian Paul
d0a3ea051a
functions from context.c
2000-02-02 19:15:19 +00:00
Brian Paul
f2dce72167
functions from old glmisc.c file
2000-02-02 19:14:56 +00:00
Brian Paul
b086b95fed
replace offset with functionOffset in generate_entrypoint()
2000-02-02 18:50:07 +00:00
Brian Paul
6b8cced81a
patch for XFree86 building
2000-02-01 23:57:03 +00:00
Brian Paul
f224b12a5b
added normal, vertex, viewport message strings
2000-02-01 01:19:07 +00:00
Brian Paul
59668e3eb3
added more message strings
2000-02-01 01:10:27 +00:00
Brian Paul
075398b879
defined FLT_MIN if undefined
2000-01-31 23:33:53 +00:00
Brian Paul
9560f05def
added mutexes for thread safety
2000-01-31 23:11:39 +00:00
Brian Paul
bc794059d8
added Mutex macros
2000-01-31 23:10:47 +00:00
Brian Paul
663049a719
added _mesa_TexImage3DEXT()
2000-01-31 23:10:16 +00:00
Brian Paul
2b1c416e21
added save_TexImage3DEXT()
2000-01-31 23:09:51 +00:00
Brian Paul
e0a87f9087
removed unneeded \n chars
2000-01-31 23:06:07 +00:00
Brian Paul
3a6eeddb8a
changed message format, added GL_EXT_texture3d
2000-01-31 22:54:41 +00:00
Brian Paul
976dba2965
added more function templates, changed message format
2000-01-31 22:54:06 +00:00
Brian Paul
8fddcf3343
fixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS
2000-01-31 22:52:50 +00:00
Brian Paul
4428a3f359
added Josh's dynamic display assembly generator
2000-01-31 22:51:44 +00:00
tanner
4df415b190
include conf.h
2000-01-31 22:10:06 +00:00
Brian Paul
a749f75826
include glapioffset.h instead of ../glapioffsets.h
2000-01-28 22:18:48 +00:00
Brian Paul
bfd2bd2b3a
added -I. to .S.o rule
2000-01-28 22:18:03 +00:00
Brian Paul
f9b97d95f9
renamed _glapi_CurrentContext to _glapi_Context
2000-01-28 20:17:42 +00:00
Brian Paul
9f94399cf3
removed actual GL entrypoints (glapitemp.h)
2000-01-28 19:03:33 +00:00
Brian Paul
01c071340d
moved entrypoints here from glapi.c
2000-01-28 19:02:57 +00:00
Brian Paul
68ee4bc7ca
enable/disable no-context warnings depending on MESA_DEBUG
2000-01-28 19:02:22 +00:00
Brian Paul
3228421f69
added default template macros
2000-01-28 19:01:45 +00:00