mesa.git
24 years agochanged glXCopyContext() mask to unsigned long, per GLX spec
Brian Paul [Sun, 27 Feb 2000 18:26:54 +0000 (18:26 +0000)]
changed glXCopyContext() mask to unsigned long, per GLX spec

24 years agoadded a bit of GLAPIENTRY, APIENTRY setup
Brian Paul [Sun, 27 Feb 2000 18:12:41 +0000 (18:12 +0000)]
added a bit of GLAPIENTRY, APIENTRY setup

24 years agopatched for NetBSD support (Allen Briggs)
Brian Paul [Sun, 27 Feb 2000 18:04:59 +0000 (18:04 +0000)]
patched for NetBSD support (Allen Briggs)

24 years agoadded all the PFNGL...PROC typedefs
Brian Paul [Sat, 26 Feb 2000 00:48:02 +0000 (00:48 +0000)]
added all the PFNGL...PROC typedefs

24 years agofixed bug when using display lists
Brian Paul [Fri, 25 Feb 2000 23:24:06 +0000 (23:24 +0000)]
fixed bug when using display lists

24 years agoadded GL_HAS_GLEXT
Brian Paul [Fri, 25 Feb 2000 21:01:41 +0000 (21:01 +0000)]
added GL_HAS_GLEXT

24 years agoinserted a tab
Brian Paul [Fri, 25 Feb 2000 20:36:03 +0000 (20:36 +0000)]
inserted a tab

24 years agoremoved the GET_BITS_PER_PIXEL macro
Brian Paul [Fri, 25 Feb 2000 20:31:11 +0000 (20:31 +0000)]
removed the GET_BITS_PER_PIXEL macro

24 years agoadded XMesaUnbindContext (for DRI)
Brian Paul [Fri, 25 Feb 2000 20:30:23 +0000 (20:30 +0000)]
added XMesaUnbindContext (for DRI)

24 years agochanged glXCopyContext mask back to GLuint
Brian Paul [Fri, 25 Feb 2000 17:04:42 +0000 (17:04 +0000)]
changed glXCopyContext mask back to GLuint

24 years agochanged glXCopyContext's mask to unsigned long
Brian Paul [Fri, 25 Feb 2000 16:46:01 +0000 (16:46 +0000)]
changed glXCopyContext's mask to unsigned long

24 years agofixed front/back buffer stride problem for XF86DRI
Brian Paul [Fri, 25 Feb 2000 14:59:46 +0000 (14:59 +0000)]
fixed front/back buffer stride problem for XF86DRI

24 years ago Committing in .
Jouk Jansen [Fri, 25 Feb 2000 12:35:57 +0000 (12:35 +0000)]
 Committing in .

 VMS & type-mismatch problems

 Modified Files:
  Mesa/include/GL/glext.h Mesa/include/GL/glx.h
 ----------------------------------------------------------------------

24 years agoadded note about double buffering for in-window rendering
Brian Paul [Fri, 25 Feb 2000 04:42:58 +0000 (04:42 +0000)]
added note about double buffering for in-window rendering

24 years agonew fxDDClear(), fxDDDrawBitmp(), example extension registration code
Brian Paul [Fri, 25 Feb 2000 04:16:50 +0000 (04:16 +0000)]
new fxDDClear(), fxDDDrawBitmp(), example extension registration code

24 years agoFog coordinate stage which drivers may use to replace standard fogging
Keith Whitwell [Fri, 25 Feb 2000 03:55:39 +0000 (03:55 +0000)]
Fog coordinate stage which drivers may use to replace standard fogging
mechanism.

LogicOp state change callback

24 years agonow using SGI-specified dispatch order
Brian Paul [Thu, 24 Feb 2000 22:14:04 +0000 (22:14 +0000)]
now using SGI-specified dispatch order

24 years agonow generated with Python script
Brian Paul [Thu, 24 Feb 2000 22:11:32 +0000 (22:11 +0000)]
now generated with Python script

24 years agoadded more entrypoints
Brian Paul [Thu, 24 Feb 2000 22:08:02 +0000 (22:08 +0000)]
added more entrypoints

24 years agobunch of dispatch and extension-related changes
Brian Paul [Thu, 24 Feb 2000 22:04:03 +0000 (22:04 +0000)]
bunch of dispatch and extension-related changes

24 years agobunch of extension clean-up
Brian Paul [Thu, 24 Feb 2000 22:03:21 +0000 (22:03 +0000)]
bunch of extension clean-up

24 years agoadded some error checking
Brian Paul [Thu, 24 Feb 2000 18:36:32 +0000 (18:36 +0000)]
added some error checking

24 years agouse quotes for gl.h and glext.h includes
Brian Paul [Thu, 24 Feb 2000 15:12:05 +0000 (15:12 +0000)]
use quotes for gl.h and glext.h includes

24 years agoadded missing backslash on line 483
Brian Paul [Thu, 24 Feb 2000 00:52:23 +0000 (00:52 +0000)]
added missing backslash on line 483

24 years agoadded more extension entrypoints
Brian Paul [Thu, 24 Feb 2000 00:23:32 +0000 (00:23 +0000)]
added more extension entrypoints

24 years agochanged glXCopyContext()'s mask to unsigned long
Brian Paul [Wed, 23 Feb 2000 23:04:27 +0000 (23:04 +0000)]
changed glXCopyContext()'s mask to unsigned long

24 years agofixed problem in print_extension_list() when ext ended in a space
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

24 years agoGL_EXT_blend_color is now DEFAULT_ON
Brian Paul [Wed, 23 Feb 2000 22:31:35 +0000 (22:31 +0000)]
GL_EXT_blend_color is now DEFAULT_ON

24 years agochanged a GLuint to GLint
Brian Paul [Wed, 23 Feb 2000 16:01:40 +0000 (16:01 +0000)]
changed a GLuint to GLint

24 years agofixed a few glitches
Brian Paul [Wed, 23 Feb 2000 01:52:42 +0000 (01:52 +0000)]
fixed a few glitches

24 years agofixed a typo in GL_MESA_resize_buffers
Brian Paul [Wed, 23 Feb 2000 01:38:29 +0000 (01:38 +0000)]
fixed a typo in GL_MESA_resize_buffers

24 years agoinclude GL/glext.h
Brian Paul [Wed, 23 Feb 2000 01:36:44 +0000 (01:36 +0000)]
include GL/glext.h

24 years agoadded a bunch of extensions
Brian Paul [Wed, 23 Feb 2000 01:36:17 +0000 (01:36 +0000)]
added a bunch of extensions

24 years agoadded glext.h header item
Brian Paul [Wed, 23 Feb 2000 01:14:11 +0000 (01:14 +0000)]
added glext.h header item

24 years agoadded some missing tokens, fixed some errors
Brian Paul [Wed, 23 Feb 2000 01:13:33 +0000 (01:13 +0000)]
added some missing tokens, fixed some errors

24 years agoinitial revision
Brian Paul [Wed, 23 Feb 2000 00:55:38 +0000 (00:55 +0000)]
initial revision

24 years agosort the offsets by number
Brian Paul [Tue, 22 Feb 2000 23:59:25 +0000 (23:59 +0000)]
sort the offsets by number

24 years agoinitial check-in
Brian Paul [Tue, 22 Feb 2000 22:45:20 +0000 (22:45 +0000)]
initial check-in

24 years agofixed bug in 24bpp ximage pixel addressing
Brian Paul [Tue, 22 Feb 2000 17:14:02 +0000 (17:14 +0000)]
fixed bug in 24bpp ximage pixel addressing

24 years agodisabled an fprintf in FX_grSstQueryHardware()
Brian Paul [Tue, 22 Feb 2000 01:12:39 +0000 (01:12 +0000)]
disabled an fprintf in FX_grSstQueryHardware()

24 years agoadded aatriangle.c source
Brian Paul [Mon, 21 Feb 2000 23:24:02 +0000 (23:24 +0000)]
added aatriangle.c source

24 years agofixed off by one error in matrix stack depths (Eero Pajarre)
Brian Paul [Mon, 21 Feb 2000 23:00:51 +0000 (23:00 +0000)]
fixed off by one error in matrix stack depths (Eero Pajarre)

24 years agofixed minor bug in copytexsubimage_error_check()
Brian Paul [Mon, 21 Feb 2000 16:34:21 +0000 (16:34 +0000)]
fixed minor bug in copytexsubimage_error_check()

24 years agofixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
Brian Paul [Mon, 21 Feb 2000 16:33:20 +0000 (16:33 +0000)]
fixed bug in  GL_UNSIGNED_INT_10_10_10_2 unpacking

24 years agofixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
Brian Paul [Mon, 21 Feb 2000 14:50:31 +0000 (14:50 +0000)]
fixed GL_SRC_ALPHA_SATURATE bug, lots clean-up

24 years agoadded CHAN_MAX, CHAN_MAXF
Brian Paul [Mon, 21 Feb 2000 14:46:28 +0000 (14:46 +0000)]
added CHAN_MAX, CHAN_MAXF

24 years agoremoved driver RendererString() and ExtensionString() funcs
Brian Paul [Thu, 17 Feb 2000 20:53:48 +0000 (20:53 +0000)]
removed driver RendererString() and ExtensionString() funcs

24 years agoreplaced gl_ggiRendererString() with gl_ggiGetString()
Brian Paul [Thu, 17 Feb 2000 20:52:49 +0000 (20:52 +0000)]
replaced gl_ggiRendererString() with gl_ggiGetString()

24 years agoreplaced renderer_string() with get_string() func
Brian Paul [Thu, 17 Feb 2000 20:52:02 +0000 (20:52 +0000)]
replaced renderer_string() with get_string() func

24 years agoupdate fog near/far bug fix
Brian Paul [Wed, 16 Feb 2000 23:15:01 +0000 (23:15 +0000)]
update fog near/far bug fix

24 years agoupdated with changes from DRI project CVS
Brian Paul [Wed, 16 Feb 2000 23:06:12 +0000 (23:06 +0000)]
updated with changes from DRI project CVS

24 years agonew library dependency vars
Brian Paul [Wed, 16 Feb 2000 01:09:06 +0000 (01:09 +0000)]
new library dependency vars

24 years agoinitialize fxMesa->verbose with MESA_FX_INFO env var
Brian Paul [Sun, 13 Feb 2000 00:36:08 +0000 (00:36 +0000)]
initialize fxMesa->verbose with MESA_FX_INFO env var

24 years agoalways include thread.h
Brian Paul [Sat, 12 Feb 2000 21:08:00 +0000 (21:08 +0000)]
always include thread.h

24 years agoadded more error checking to _glapi_add_entrypoint()
Brian Paul [Sat, 12 Feb 2000 17:31:40 +0000 (17:31 +0000)]
added more error checking to _glapi_add_entrypoint()

24 years agonow using dynamically allocated api dispatch tables
Brian Paul [Sat, 12 Feb 2000 17:26:15 +0000 (17:26 +0000)]
now using dynamically allocated api dispatch tables

24 years agoclean-up
Brian Paul [Sat, 12 Feb 2000 16:44:24 +0000 (16:44 +0000)]
clean-up

24 years agoalways include <float.h>
Brian Paul [Sat, 12 Feb 2000 15:55:34 +0000 (15:55 +0000)]
always include <float.h>

24 years agofixed reference count but in DeleteTextures()
Brian Paul [Sat, 12 Feb 2000 01:59:19 +0000 (01:59 +0000)]
fixed reference count but in DeleteTextures()

24 years agoadded MESA_FX_NO_SIGNALS env var (Michael Vance)
Brian Paul [Sat, 12 Feb 2000 01:36:40 +0000 (01:36 +0000)]
added MESA_FX_NO_SIGNALS env var (Michael Vance)

24 years agoupdated with MESA_FX_NO_SIGNALS info
Brian Paul [Sat, 12 Feb 2000 01:35:24 +0000 (01:35 +0000)]
updated with MESA_FX_NO_SIGNALS info

24 years agofixed WIN32_THREADS error
Brian Paul [Fri, 11 Feb 2000 21:38:33 +0000 (21:38 +0000)]
fixed WIN32_THREADS error

24 years agoadded code for all GL_MESA_window_pos functions
Brian Paul [Fri, 11 Feb 2000 21:14:27 +0000 (21:14 +0000)]
added code for all GL_MESA_window_pos functions

24 years agoclean-up
Brian Paul [Fri, 11 Feb 2000 20:44:22 +0000 (20:44 +0000)]
clean-up

24 years agoenable thread safety on Linux configs, removed -DTHREADS flag
Brian Paul [Fri, 11 Feb 2000 20:44:00 +0000 (20:44 +0000)]
enable thread safety on Linux configs, removed -DTHREADS flag

24 years agoadded tess_clip.c
Brian Paul [Fri, 11 Feb 2000 16:15:28 +0000 (16:15 +0000)]
added tess_clip.c

24 years ago Committing in .
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
 ----------------------------------------------------------------------

24 years agoTHREADS now defined by glthread.h, added more prototypes
Brian Paul [Thu, 10 Feb 2000 21:54:06 +0000 (21:54 +0000)]
THREADS now defined by glthread.h, added more prototypes

24 years agochanged thread TSD initialization
Brian Paul [Thu, 10 Feb 2000 21:27:48 +0000 (21:27 +0000)]
changed thread TSD initialization

24 years agoadded support for XFree86 threads. misc clean-up
Brian Paul [Thu, 10 Feb 2000 21:27:25 +0000 (21:27 +0000)]
added support for XFree86 threads. misc clean-up

24 years agoadded GLCALLBACKPCAST for Cygnus (Sven Panne)
Brian Paul [Thu, 10 Feb 2000 17:45:52 +0000 (17:45 +0000)]
added GLCALLBACKPCAST for Cygnus (Sven Panne)

24 years agoinclude readtex.h
Brian Paul [Thu, 10 Feb 2000 17:44:58 +0000 (17:44 +0000)]
include readtex.h

24 years agoinitial checkin
Brian Paul [Thu, 10 Feb 2000 17:44:50 +0000 (17:44 +0000)]
initial checkin

24 years agoadded GLCALLBACKPCAST for Cygnus (Sven Panne)
Brian Paul [Thu, 10 Feb 2000 17:27:55 +0000 (17:27 +0000)]
added GLCALLBACKPCAST for Cygnus (Sven Panne)

24 years agoadded OpenStep to LIB_FILES
Brian Paul [Thu, 10 Feb 2000 16:00:36 +0000 (16:00 +0000)]
added OpenStep to LIB_FILES

24 years agoudpated version/copyright info
Brian Paul [Wed, 9 Feb 2000 19:13:07 +0000 (19:13 +0000)]
udpated version/copyright info

24 years agoremoved fxDDBufferSize proto
Brian Paul [Wed, 9 Feb 2000 19:12:25 +0000 (19:12 +0000)]
removed fxDDBufferSize proto

24 years agoupdated fxDDGetString() for DRI
Brian Paul [Wed, 9 Feb 2000 19:12:02 +0000 (19:12 +0000)]
updated fxDDGetString() for DRI

24 years agoupdated version info
Brian Paul [Wed, 9 Feb 2000 19:03:28 +0000 (19:03 +0000)]
updated version info

24 years agoglDrawPixels w/ format=GL_COLOR_INDEX was broken
Brian Paul [Tue, 8 Feb 2000 23:42:14 +0000 (23:42 +0000)]
glDrawPixels w/ format=GL_COLOR_INDEX was broken

24 years ago Committing in .
Jouk Jansen [Tue, 8 Feb 2000 07:29:12 +0000 (07:29 +0000)]
 Committing in .

 Modified Files:
  Mesa/src/descrip.mms
 ----------------------------------------------------------------------

24 years agoadded a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() calls
Brian Paul [Tue, 8 Feb 2000 01:45:22 +0000 (01:45 +0000)]
added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() calls

24 years agoin fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)
Brian Paul [Sun, 6 Feb 2000 20:01:36 +0000 (20:01 +0000)]
in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)

24 years agoclearing depth buffer failed when clearing front color buffer
Brian Paul [Sun, 6 Feb 2000 19:29:48 +0000 (19:29 +0000)]
clearing depth buffer failed when clearing front color buffer

24 years agoupdated with new info
Brian Paul [Sun, 6 Feb 2000 17:04:56 +0000 (17:04 +0000)]
updated with new info

24 years agoadded missing glGet cases for GL_EXT_compiled_vertex_array
Brian Paul [Sun, 6 Feb 2000 03:03:02 +0000 (03:03 +0000)]
added missing glGet cases for GL_EXT_compiled_vertex_array

24 years agodisabled locked arrays in glDrawRangeElements()
Brian Paul [Sat, 5 Feb 2000 02:05:14 +0000 (02:05 +0000)]
disabled locked arrays in glDrawRangeElements()

24 years agoGL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix
Brian Paul [Sat, 5 Feb 2000 01:51:54 +0000 (01:51 +0000)]
GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix

24 years agoadded support for GL_RGB5_A1 internal texture format (Eero Pajarre)
Brian Paul [Fri, 4 Feb 2000 16:23:47 +0000 (16:23 +0000)]
added support for GL_RGB5_A1 internal texture format (Eero Pajarre)

24 years agopass IntFormat, not Format to fxTexGetFormat
Brian Paul [Fri, 4 Feb 2000 16:22:58 +0000 (16:22 +0000)]
pass IntFormat, not Format to fxTexGetFormat

24 years agoadded SUB_PIXEL_BITS
Brian Paul [Thu, 3 Feb 2000 19:40:35 +0000 (19:40 +0000)]
added SUB_PIXEL_BITS

24 years agoadded point/line size limits to gl_constants struct
Brian Paul [Thu, 3 Feb 2000 19:40:07 +0000 (19:40 +0000)]
added point/line size limits to gl_constants struct

24 years agoadded Const.SubPixelBits
Brian Paul [Thu, 3 Feb 2000 15:33:29 +0000 (15:33 +0000)]
added Const.SubPixelBits

24 years ago Committing in .
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
 ----------------------------------------------------------------------

24 years agominor clean-ups
Brian Paul [Wed, 2 Feb 2000 22:22:59 +0000 (22:22 +0000)]
minor clean-ups

24 years agochanged _gl prefix to _mesa_ on fog functions
Brian Paul [Wed, 2 Feb 2000 22:21:39 +0000 (22:21 +0000)]
changed _gl prefix to _mesa_ on fog functions

24 years agoreplaced gl_ prefix with _mesa_ prefix on depth funcs
Brian Paul [Wed, 2 Feb 2000 22:16:04 +0000 (22:16 +0000)]
replaced gl_ prefix with _mesa_ prefix on depth funcs

24 years agoreplaced gl_ prefix with _mesa_ prefix on blend funcs
Brian Paul [Wed, 2 Feb 2000 22:08:26 +0000 (22:08 +0000)]
replaced gl_ prefix with _mesa_ prefix on blend funcs

24 years agoreplaced gl_ prefix with _mesa_ prefix
Brian Paul [Wed, 2 Feb 2000 22:03:31 +0000 (22:03 +0000)]
replaced gl_ prefix with _mesa_ prefix

24 years agoadded check for IntegerAccumScaler > 0 in GL_RETURN case
Brian Paul [Wed, 2 Feb 2000 21:53:11 +0000 (21:53 +0000)]
added check for IntegerAccumScaler > 0 in GL_RETURN case