Brian Paul [Thu, 24 Feb 2000 22:14:04 +0000 (22:14 +0000)]
now using SGI-specified dispatch order
Brian Paul [Thu, 24 Feb 2000 22:11:32 +0000 (22:11 +0000)]
now generated with Python script
Brian Paul [Thu, 24 Feb 2000 22:08:02 +0000 (22:08 +0000)]
added more entrypoints
Brian Paul [Thu, 24 Feb 2000 22:04:03 +0000 (22:04 +0000)]
bunch of dispatch and extension-related changes
Brian Paul [Thu, 24 Feb 2000 22:03:21 +0000 (22:03 +0000)]
bunch of extension clean-up
Brian Paul [Thu, 24 Feb 2000 18:36:32 +0000 (18:36 +0000)]
added some error checking
Brian Paul [Thu, 24 Feb 2000 15:12:05 +0000 (15:12 +0000)]
use quotes for gl.h and glext.h includes
Brian Paul [Thu, 24 Feb 2000 00:52:23 +0000 (00:52 +0000)]
added missing backslash on line 483
Brian Paul [Thu, 24 Feb 2000 00:23:32 +0000 (00:23 +0000)]
added more extension entrypoints
Brian Paul [Wed, 23 Feb 2000 23:04:27 +0000 (23:04 +0000)]
changed glXCopyContext()'s mask to unsigned long
Brian Paul [Wed, 23 Feb 2000 22:50:35 +0000 (22:50 +0000)]
fixed problem in print_extension_list() when ext ended in a space
Brian Paul [Wed, 23 Feb 2000 22:31:35 +0000 (22:31 +0000)]
GL_EXT_blend_color is now DEFAULT_ON
Brian Paul [Wed, 23 Feb 2000 16:01:40 +0000 (16:01 +0000)]
changed a GLuint to GLint
Brian Paul [Wed, 23 Feb 2000 01:52:42 +0000 (01:52 +0000)]
fixed a few glitches
Brian Paul [Wed, 23 Feb 2000 01:38:29 +0000 (01:38 +0000)]
fixed a typo in GL_MESA_resize_buffers
Brian Paul [Wed, 23 Feb 2000 01:36:44 +0000 (01:36 +0000)]
include GL/glext.h
Brian Paul [Wed, 23 Feb 2000 01:36:17 +0000 (01:36 +0000)]
added a bunch of extensions
Brian Paul [Wed, 23 Feb 2000 01:14:11 +0000 (01:14 +0000)]
added glext.h header item
Brian Paul [Wed, 23 Feb 2000 01:13:33 +0000 (01:13 +0000)]
added some missing tokens, fixed some errors
Brian Paul [Wed, 23 Feb 2000 00:55:38 +0000 (00:55 +0000)]
initial revision
Brian Paul [Tue, 22 Feb 2000 23:59:25 +0000 (23:59 +0000)]
sort the offsets by number
Brian Paul [Tue, 22 Feb 2000 22:45:20 +0000 (22:45 +0000)]
initial check-in
Brian Paul [Tue, 22 Feb 2000 17:14:02 +0000 (17:14 +0000)]
fixed bug in 24bpp ximage pixel addressing
Brian Paul [Tue, 22 Feb 2000 01:12:39 +0000 (01:12 +0000)]
disabled an fprintf in FX_grSstQueryHardware()
Brian Paul [Mon, 21 Feb 2000 23:24:02 +0000 (23:24 +0000)]
added aatriangle.c source
Brian Paul [Mon, 21 Feb 2000 23:00:51 +0000 (23:00 +0000)]
fixed off by one error in matrix stack depths (Eero Pajarre)
Brian Paul [Mon, 21 Feb 2000 16:34:21 +0000 (16:34 +0000)]
fixed minor bug in copytexsubimage_error_check()
Brian Paul [Mon, 21 Feb 2000 16:33:20 +0000 (16:33 +0000)]
fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
Brian Paul [Mon, 21 Feb 2000 14:50:31 +0000 (14:50 +0000)]
fixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
Brian Paul [Mon, 21 Feb 2000 14:46:28 +0000 (14:46 +0000)]
added CHAN_MAX, CHAN_MAXF
Brian Paul [Thu, 17 Feb 2000 20:53:48 +0000 (20:53 +0000)]
removed driver RendererString() and ExtensionString() funcs
Brian Paul [Thu, 17 Feb 2000 20:52:49 +0000 (20:52 +0000)]
replaced gl_ggiRendererString() with gl_ggiGetString()
Brian Paul [Thu, 17 Feb 2000 20:52:02 +0000 (20:52 +0000)]
replaced renderer_string() with get_string() func
Brian Paul [Wed, 16 Feb 2000 23:15:01 +0000 (23:15 +0000)]
update fog near/far bug fix
Brian Paul [Wed, 16 Feb 2000 23:06:12 +0000 (23:06 +0000)]
updated with changes from DRI project CVS
Brian Paul [Wed, 16 Feb 2000 01:09:06 +0000 (01:09 +0000)]
new library dependency vars
Brian Paul [Sun, 13 Feb 2000 00:36:08 +0000 (00:36 +0000)]
initialize fxMesa->verbose with MESA_FX_INFO env var
Brian Paul [Sat, 12 Feb 2000 21:08:00 +0000 (21:08 +0000)]
always include thread.h
Brian Paul [Sat, 12 Feb 2000 17:31:40 +0000 (17:31 +0000)]
added more error checking to _glapi_add_entrypoint()
Brian Paul [Sat, 12 Feb 2000 17:26:15 +0000 (17:26 +0000)]
now using dynamically allocated api dispatch tables
Brian Paul [Sat, 12 Feb 2000 16:44:24 +0000 (16:44 +0000)]
clean-up
Brian Paul [Sat, 12 Feb 2000 15:55:34 +0000 (15:55 +0000)]
always include <float.h>
Brian Paul [Sat, 12 Feb 2000 01:59:19 +0000 (01:59 +0000)]
fixed reference count but in DeleteTextures()
Brian Paul [Sat, 12 Feb 2000 01:36:40 +0000 (01:36 +0000)]
added MESA_FX_NO_SIGNALS env var (Michael Vance)
Brian Paul [Sat, 12 Feb 2000 01:35:24 +0000 (01:35 +0000)]
updated with MESA_FX_NO_SIGNALS info
Brian Paul [Fri, 11 Feb 2000 21:38:33 +0000 (21:38 +0000)]
fixed WIN32_THREADS error
Brian Paul [Fri, 11 Feb 2000 21:14:27 +0000 (21:14 +0000)]
added code for all GL_MESA_window_pos functions
Brian Paul [Fri, 11 Feb 2000 20:44:22 +0000 (20:44 +0000)]
clean-up
Brian Paul [Fri, 11 Feb 2000 20:44:00 +0000 (20:44 +0000)]
enable thread safety on Linux configs, removed -DTHREADS flag
Brian Paul [Fri, 11 Feb 2000 16:15:28 +0000 (16:15 +0000)]
added tess_clip.c
Jouk Jansen [Fri, 11 Feb 2000 07:25:48 +0000 (07:25 +0000)]
Committing in .
New compile support for FX on VMS
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Brian Paul [Thu, 10 Feb 2000 21:54:06 +0000 (21:54 +0000)]
THREADS now defined by glthread.h, added more prototypes
Brian Paul [Thu, 10 Feb 2000 21:27:48 +0000 (21:27 +0000)]
changed thread TSD initialization
Brian Paul [Thu, 10 Feb 2000 21:27:25 +0000 (21:27 +0000)]
added support for XFree86 threads. misc clean-up
Brian Paul [Thu, 10 Feb 2000 17:45:52 +0000 (17:45 +0000)]
added GLCALLBACKPCAST for Cygnus (Sven Panne)
Brian Paul [Thu, 10 Feb 2000 17:44:58 +0000 (17:44 +0000)]
include readtex.h
Brian Paul [Thu, 10 Feb 2000 17:44:50 +0000 (17:44 +0000)]
initial checkin
Brian Paul [Thu, 10 Feb 2000 17:27:55 +0000 (17:27 +0000)]
added GLCALLBACKPCAST for Cygnus (Sven Panne)
Brian Paul [Thu, 10 Feb 2000 16:00:36 +0000 (16:00 +0000)]
added OpenStep to LIB_FILES
Brian Paul [Wed, 9 Feb 2000 19:13:07 +0000 (19:13 +0000)]
udpated version/copyright info
Brian Paul [Wed, 9 Feb 2000 19:12:25 +0000 (19:12 +0000)]
removed fxDDBufferSize proto
Brian Paul [Wed, 9 Feb 2000 19:12:02 +0000 (19:12 +0000)]
updated fxDDGetString() for DRI
Brian Paul [Wed, 9 Feb 2000 19:03:28 +0000 (19:03 +0000)]
updated version info
Brian Paul [Tue, 8 Feb 2000 23:42:14 +0000 (23:42 +0000)]
glDrawPixels w/ format=GL_COLOR_INDEX was broken
Jouk Jansen [Tue, 8 Feb 2000 07:29:12 +0000 (07:29 +0000)]
Committing in .
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Brian Paul [Tue, 8 Feb 2000 01:45:22 +0000 (01:45 +0000)]
added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() calls
Brian Paul [Sun, 6 Feb 2000 20:01:36 +0000 (20:01 +0000)]
in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)
Brian Paul [Sun, 6 Feb 2000 19:29:48 +0000 (19:29 +0000)]
clearing depth buffer failed when clearing front color buffer
Brian Paul [Sun, 6 Feb 2000 17:04:56 +0000 (17:04 +0000)]
updated with new info
Brian Paul [Sun, 6 Feb 2000 03:03:02 +0000 (03:03 +0000)]
added missing glGet cases for GL_EXT_compiled_vertex_array
Brian Paul [Sat, 5 Feb 2000 02:05:14 +0000 (02:05 +0000)]
disabled locked arrays in glDrawRangeElements()
Brian Paul [Sat, 5 Feb 2000 01:51:54 +0000 (01:51 +0000)]
GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix
Brian Paul [Fri, 4 Feb 2000 16:23:47 +0000 (16:23 +0000)]
added support for GL_RGB5_A1 internal texture format (Eero Pajarre)
Brian Paul [Fri, 4 Feb 2000 16:22:58 +0000 (16:22 +0000)]
pass IntFormat, not Format to fxTexGetFormat
Brian Paul [Thu, 3 Feb 2000 19:40:35 +0000 (19:40 +0000)]
added SUB_PIXEL_BITS
Brian Paul [Thu, 3 Feb 2000 19:40:07 +0000 (19:40 +0000)]
added point/line size limits to gl_constants struct
Brian Paul [Thu, 3 Feb 2000 15:33:29 +0000 (15:33 +0000)]
added Const.SubPixelBits
Jouk Jansen [Thu, 3 Feb 2000 09:35:17 +0000 (09:35 +0000)]
Committing in .
Updates effective and needed for VMS only
Modified Files:
Mesa/src/descrip.mms Mesa/src/glapitable.h
----------------------------------------------------------------------
Brian Paul [Wed, 2 Feb 2000 22:22:59 +0000 (22:22 +0000)]
minor clean-ups
Brian Paul [Wed, 2 Feb 2000 22:21:39 +0000 (22:21 +0000)]
changed _gl prefix to _mesa_ on fog functions
Brian Paul [Wed, 2 Feb 2000 22:16:04 +0000 (22:16 +0000)]
replaced gl_ prefix with _mesa_ prefix on depth funcs
Brian Paul [Wed, 2 Feb 2000 22:08:26 +0000 (22:08 +0000)]
replaced gl_ prefix with _mesa_ prefix on blend funcs
Brian Paul [Wed, 2 Feb 2000 22:03:31 +0000 (22:03 +0000)]
replaced gl_ prefix with _mesa_ prefix
Brian Paul [Wed, 2 Feb 2000 21:53:11 +0000 (21:53 +0000)]
added check for IntegerAccumScaler > 0 in GL_RETURN case
Brian Paul [Wed, 2 Feb 2000 21:52:26 +0000 (21:52 +0000)]
changed prefix to _mesa_ for a few accum functions
Brian Paul [Wed, 2 Feb 2000 20:57:51 +0000 (20:57 +0000)]
try both single and double-buffered visuals
Brian Paul [Wed, 2 Feb 2000 19:50:26 +0000 (19:50 +0000)]
don't include dispatch.h
Brian Paul [Wed, 2 Feb 2000 19:34:08 +0000 (19:34 +0000)]
added comments
Brian Paul [Wed, 2 Feb 2000 19:28:27 +0000 (19:28 +0000)]
include buffers.h
Brian Paul [Wed, 2 Feb 2000 19:19:30 +0000 (19:19 +0000)]
updated source files
Brian Paul [Wed, 2 Feb 2000 19:18:19 +0000 (19:18 +0000)]
moved exec dispatch init to state.c
Brian Paul [Wed, 2 Feb 2000 19:17:57 +0000 (19:17 +0000)]
updated includes for source file reorg
Brian Paul [Wed, 2 Feb 2000 19:16:46 +0000 (19:16 +0000)]
moved state functions to state.c
Brian Paul [Wed, 2 Feb 2000 19:15:53 +0000 (19:15 +0000)]
removed glmisc.c, added buffers.c, hint.c, state.c
Brian Paul [Wed, 2 Feb 2000 19:15:19 +0000 (19:15 +0000)]
functions from context.c
Brian Paul [Wed, 2 Feb 2000 19:14:56 +0000 (19:14 +0000)]
functions from old glmisc.c file
Brian Paul [Wed, 2 Feb 2000 18:50:07 +0000 (18:50 +0000)]
replace offset with functionOffset in generate_entrypoint()
Brian Paul [Wed, 2 Feb 2000 17:31:45 +0000 (17:31 +0000)]
changed > to >=
Brian Paul [Wed, 2 Feb 2000 01:07:21 +0000 (01:07 +0000)]
limit Drift to [0, 1]
Brian Paul [Tue, 1 Feb 2000 23:57:03 +0000 (23:57 +0000)]
patch for XFree86 building