mesa.git
24 years agodisabled X86-optimized dispatch when using XF86DRI (temporary)
Brian Paul [Mon, 17 Jan 2000 19:45:37 +0000 (19:45 +0000)]
disabled X86-optimized dispatch when using XF86DRI (temporary)

24 years agoadded _glapi_Dispatch
Brian Paul [Mon, 17 Jan 2000 19:28:43 +0000 (19:28 +0000)]
added _glapi_Dispatch

24 years agorenamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
Brian Paul [Mon, 17 Jan 2000 19:28:31 +0000 (19:28 +0000)]
renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up

24 years agoremoved X86 files from linux debug configs
Brian Paul [Mon, 17 Jan 2000 19:00:52 +0000 (19:00 +0000)]
removed X86 files from linux debug configs

24 years agoadded copyright info
Brian Paul [Mon, 17 Jan 2000 18:09:11 +0000 (18:09 +0000)]
added copyright info

24 years agoadded missing POINT/LINE RANGE/GRANULARITY tokens
Brian Paul [Mon, 17 Jan 2000 18:05:24 +0000 (18:05 +0000)]
added missing POINT/LINE RANGE/GRANULARITY tokens

24 years agoZ values were wrong in selection mode (Holger Waechtler), misc clean-up
Brian Paul [Mon, 17 Jan 2000 15:40:43 +0000 (15:40 +0000)]
Z values were wrong in selection mode (Holger Waechtler), misc clean-up

24 years agouse nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro
Brian Paul [Sun, 16 Jan 2000 18:35:25 +0000 (18:35 +0000)]
use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro

24 years agox86 assembly dispatch
Josh Vanderhoof [Sun, 16 Jan 2000 07:26:35 +0000 (07:26 +0000)]
x86 assembly dispatch

24 years agoAdded occlusion test code. Follows the HP proposed occlusion test extension.
Randy Frank [Sat, 15 Jan 2000 06:13:26 +0000 (06:13 +0000)]
Added occlusion test code.  Follows the HP proposed occlusion test extension.

24 years agoAdded entry point and define for the occlusion test.
Randy Frank [Sat, 15 Jan 2000 06:12:18 +0000 (06:12 +0000)]
Added entry point and define for the occlusion test.

24 years agoAdded test for the occlusion test code.
Randy Frank [Sat, 15 Jan 2000 06:11:33 +0000 (06:11 +0000)]
Added test for the occlusion test code.

24 years agominor change for DEBUG builds
Brian Paul [Fri, 14 Jan 2000 16:35:25 +0000 (16:35 +0000)]
minor change for DEBUG builds

24 years agofirst check-in
Brian Paul [Fri, 14 Jan 2000 16:25:56 +0000 (16:25 +0000)]
first check-in

24 years agoupdated for Mesa 3.3
Brian Paul [Fri, 14 Jan 2000 16:24:56 +0000 (16:24 +0000)]
updated for Mesa 3.3

24 years agoGLcontext is now nested in OSMesaContext
Brian Paul [Fri, 14 Jan 2000 04:55:44 +0000 (04:55 +0000)]
GLcontext is now nested in OSMesaContext

24 years agoadded gl_initialize_context_data(), gl_free_context_data(). code clean-up
Brian Paul [Fri, 14 Jan 2000 04:45:47 +0000 (04:45 +0000)]
added gl_initialize_context_data(), gl_free_context_data(). code clean-up

24 years agoadded fxMesaContext arg to fxInitPixelTables()
Brian Paul [Thu, 13 Jan 2000 17:58:41 +0000 (17:58 +0000)]
added fxMesaContext arg to fxInitPixelTables()

24 years agoapplied Daryll's patches for GLX_DIRECT_RENDERING
Brian Paul [Thu, 13 Jan 2000 17:40:12 +0000 (17:40 +0000)]
applied Daryll's patches for GLX_DIRECT_RENDERING

24 years agoadded -Wmissing-prototypes and enabled pthreads for linux debug configs
Brian Paul [Thu, 13 Jan 2000 00:44:37 +0000 (00:44 +0000)]
added -Wmissing-prototypes and enabled pthreads for linux debug configs

24 years agoadded _mesa_ArrayElement() proto
Brian Paul [Thu, 13 Jan 2000 00:35:09 +0000 (00:35 +0000)]
added _mesa_ArrayElement() proto

24 years agoadded gl_register_config_var() proto
Brian Paul [Thu, 13 Jan 2000 00:34:45 +0000 (00:34 +0000)]
added gl_register_config_var() proto

24 years agoinit a few vars to silence compiler warnings
Brian Paul [Thu, 13 Jan 2000 00:32:12 +0000 (00:32 +0000)]
init a few vars to silence compiler warnings

24 years agoinclude dispatch.h
Brian Paul [Thu, 13 Jan 2000 00:31:10 +0000 (00:31 +0000)]
include dispatch.h

24 years agoclean up of eval_coord1/2f()
Brian Paul [Thu, 13 Jan 2000 00:30:41 +0000 (00:30 +0000)]
clean up of eval_coord1/2f()

24 years agocommented out gl_reinit_light_attrib()
Brian Paul [Thu, 13 Jan 2000 00:29:02 +0000 (00:29 +0000)]
commented out gl_reinit_light_attrib()

24 years agocommented out unused function
Brian Paul [Thu, 13 Jan 2000 00:27:05 +0000 (00:27 +0000)]
commented out unused function

24 years agominor clean-up
Brian Paul [Thu, 13 Jan 2000 00:25:22 +0000 (00:25 +0000)]
minor clean-up

24 years agomade some functions static
Brian Paul [Thu, 13 Jan 2000 00:24:48 +0000 (00:24 +0000)]
made some functions static

24 years agoanother fix for gluPartialDisk() in GL_LINE mode
Brian Paul [Tue, 11 Jan 2000 22:01:08 +0000 (22:01 +0000)]
another fix for gluPartialDisk() in GL_LINE mode

24 years agofixed missing slice problem in gluPartialDisk()
Brian Paul [Tue, 11 Jan 2000 17:21:14 +0000 (17:21 +0000)]
fixed missing slice problem in gluPartialDisk()

24 years agoadded printf-message to dispatch templates
Brian Paul [Mon, 10 Jan 2000 04:29:09 +0000 (04:29 +0000)]
added printf-message to dispatch templates

24 years agoadded amesa.h to tar file list
Brian Paul [Sat, 8 Jan 2000 11:14:01 +0000 (11:14 +0000)]
added amesa.h to tar file list

24 years agoremoved DISPATCH_SETUP, added RETURN_DISPATCH
Brian Paul [Sat, 8 Jan 2000 11:01:24 +0000 (11:01 +0000)]
removed DISPATCH_SETUP, added RETURN_DISPATCH

24 years agofixed prototype typo in glHintPGI ( )
Brian Paul [Sat, 8 Jan 2000 10:51:20 +0000 (10:51 +0000)]
fixed prototype typo in glHintPGI ( )

24 years agominor updates
Brian Paul [Fri, 7 Jan 2000 08:47:15 +0000 (08:47 +0000)]
minor updates

24 years ago* Fixups to the GGIMesa code to reflect the recent DD API changes
Jon Taylor [Fri, 7 Jan 2000 08:34:43 +0000 (08:34 +0000)]
* Fixups to the GGIMesa code to reflect the recent DD API changes
* Added a new GGIMesa debugging-print subsystem

24 years agoadded missing glHintPGI() function
Brian Paul [Fri, 7 Jan 2000 07:42:33 +0000 (07:42 +0000)]
added missing glHintPGI() function

24 years agoimproved robustness of extension handling in static_functions[] array
Brian Paul [Fri, 7 Jan 2000 07:30:13 +0000 (07:30 +0000)]
improved robustness of extension handling in static_functions[] array

24 years agoadded glHintPGI template
Brian Paul [Fri, 7 Jan 2000 07:28:22 +0000 (07:28 +0000)]
added glHintPGI template

24 years agoadded BitsPerPixel to XMesaVisual struct
Brian Paul [Fri, 7 Jan 2000 07:24:50 +0000 (07:24 +0000)]
added BitsPerPixel to XMesaVisual struct

24 years agoupdated version string
Brian Paul [Fri, 7 Jan 2000 07:22:48 +0000 (07:22 +0000)]
updated version string

24 years agoremoved cpp conditionals from _mesa_init_exec_table()
Brian Paul [Fri, 7 Jan 2000 07:16:34 +0000 (07:16 +0000)]
removed cpp conditionals from _mesa_init_exec_table()

24 years agofixed GetString template, added GL_SGI_color_table templates
Brian Paul [Fri, 7 Jan 2000 06:09:05 +0000 (06:09 +0000)]
fixed GetString template, added GL_SGI_color_table templates

24 years agoassigned official GL_ARB_transpose_matrix enums
Brian Paul [Fri, 7 Jan 2000 05:35:37 +0000 (05:35 +0000)]
assigned official GL_ARB_transpose_matrix enums

24 years ago Committing in .
Jouk Jansen [Fri, 7 Jan 2000 01:42:06 +0000 (01:42 +0000)]
 Committing in .

 Work around for bug in VMS7.2

 Modified Files:
  Mesa/src-glut/glut_event.c
 ----------------------------------------------------------------------

24 years agoreturn GL_FALSE in fxDDColorMask
Brian Paul [Thu, 6 Jan 2000 09:30:37 +0000 (09:30 +0000)]
return GL_FALSE in fxDDColorMask

24 years agoupdated Clear function for new mask bits
Brian Paul [Thu, 6 Jan 2000 09:28:38 +0000 (09:28 +0000)]
updated Clear function for new mask bits

24 years agonew Clear function mask
Brian Paul [Thu, 6 Jan 2000 09:28:07 +0000 (09:28 +0000)]
new Clear function mask

24 years agominor clean-up in _mesa_unpack_ubyte_color_span()
Brian Paul [Wed, 5 Jan 2000 09:21:32 +0000 (09:21 +0000)]
minor clean-up in _mesa_unpack_ubyte_color_span()

24 years agomisc updates
Brian Paul [Wed, 5 Jan 2000 07:02:15 +0000 (07:02 +0000)]
misc updates

24 years agoclean-up of Linux target configs
Brian Paul [Wed, 5 Jan 2000 06:33:17 +0000 (06:33 +0000)]
clean-up of Linux target configs

24 years agoremoved _glapi_ThreadSafe
Brian Paul [Wed, 5 Jan 2000 04:36:17 +0000 (04:36 +0000)]
removed _glapi_ThreadSafe

24 years agostart search at 1 in HashFindFreeKeyBlock()
Brian Paul [Tue, 4 Jan 2000 08:14:36 +0000 (08:14 +0000)]
start search at 1 in HashFindFreeKeyBlock()

24 years agoadded missing glColorTableParameter defines
Brian Paul [Tue, 4 Jan 2000 08:07:09 +0000 (08:07 +0000)]
added missing glColorTableParameter defines

24 years agooptimized GET_IMMEDIATE for thread safety
Brian Paul [Fri, 17 Dec 1999 17:01:31 +0000 (17:01 +0000)]
optimized GET_IMMEDIATE for thread safety

24 years agoprint thread safety info if MESA_INFO set
Brian Paul [Fri, 17 Dec 1999 17:00:32 +0000 (17:00 +0000)]
print thread safety info if MESA_INFO set

24 years agoupdated for new thread support in Mesa 3.3
Brian Paul [Fri, 17 Dec 1999 15:25:14 +0000 (15:25 +0000)]
updated for new thread support in Mesa 3.3

24 years agoupdated with latest source files
Brian Paul [Fri, 17 Dec 1999 15:15:46 +0000 (15:15 +0000)]
updated with latest source files

24 years agoreplaced mthreads.c with glthread.c
Brian Paul [Fri, 17 Dec 1999 15:03:52 +0000 (15:03 +0000)]
replaced mthreads.c with glthread.c

24 years agofurther simplification of thread-related code, misc clean-up
Brian Paul [Fri, 17 Dec 1999 14:52:35 +0000 (14:52 +0000)]
further simplification of thread-related code, misc clean-up

24 years agoadded current context functions, made ThreadSafe public
Brian Paul [Fri, 17 Dec 1999 14:51:28 +0000 (14:51 +0000)]
added current context functions, made ThreadSafe public

24 years agoremoved old thread code
Brian Paul [Fri, 17 Dec 1999 12:23:25 +0000 (12:23 +0000)]
removed old thread code

24 years agofixed thread problems
Brian Paul [Fri, 17 Dec 1999 12:21:38 +0000 (12:21 +0000)]
fixed thread problems

24 years agomore tweaking of thread support
Brian Paul [Fri, 17 Dec 1999 12:20:23 +0000 (12:20 +0000)]
more tweaking of thread support

24 years agodon't free thread data in pthread_key_create()
Brian Paul [Fri, 17 Dec 1999 11:13:54 +0000 (11:13 +0000)]
don't free thread data in pthread_key_create()

24 years agominor clean-up
Brian Paul [Thu, 16 Dec 1999 17:33:43 +0000 (17:33 +0000)]
minor clean-up

24 years agothread support now works
Brian Paul [Thu, 16 Dec 1999 17:31:59 +0000 (17:31 +0000)]
thread support now works

24 years agoinitial rev
Brian Paul [Thu, 16 Dec 1999 17:31:06 +0000 (17:31 +0000)]
initial rev

24 years agominor change
Brian Paul [Thu, 16 Dec 1999 12:38:54 +0000 (12:38 +0000)]
minor change

24 years agonew threading, more functions added
Brian Paul [Thu, 16 Dec 1999 12:38:11 +0000 (12:38 +0000)]
new threading, more functions added

24 years agoadded more functions
Brian Paul [Thu, 16 Dec 1999 12:36:54 +0000 (12:36 +0000)]
added more functions

24 years agoadded more extension functions
Brian Paul [Thu, 16 Dec 1999 12:36:30 +0000 (12:36 +0000)]
added more extension functions

24 years agoinitial rev
Brian Paul [Thu, 16 Dec 1999 12:35:18 +0000 (12:35 +0000)]
initial rev

24 years agoadded a cast to malloc call
Brian Paul [Thu, 16 Dec 1999 08:54:22 +0000 (08:54 +0000)]
added a cast to malloc call

24 years agoadded _glapi_get_proc_name()
Brian Paul [Wed, 15 Dec 1999 15:03:16 +0000 (15:03 +0000)]
added _glapi_get_proc_name()

24 years agonew thread code
Brian Paul [Wed, 15 Dec 1999 15:02:30 +0000 (15:02 +0000)]
new thread code

24 years agoinitial rev
Brian Paul [Wed, 15 Dec 1999 13:14:54 +0000 (13:14 +0000)]
initial rev

24 years agojust include Makefile.X11
Brian Paul [Wed, 15 Dec 1999 13:14:22 +0000 (13:14 +0000)]
just include Makefile.X11

24 years agomade a few globals static
Brian Paul [Wed, 15 Dec 1999 13:02:09 +0000 (13:02 +0000)]
made a few globals static

24 years agomoved #define to column 0
Brian Paul [Wed, 15 Dec 1999 13:00:45 +0000 (13:00 +0000)]
moved #define to column 0

24 years agoreplaced 0 with 0.0 in sin, cos calls
Brian Paul [Wed, 15 Dec 1999 12:59:52 +0000 (12:59 +0000)]
replaced 0 with 0.0 in sin, cos calls

24 years agoremoved _GLAPI_ extension testing
Brian Paul [Wed, 15 Dec 1999 12:55:54 +0000 (12:55 +0000)]
removed _GLAPI_ extension testing

24 years agoadded many more extension entry points
Brian Paul [Wed, 15 Dec 1999 12:52:31 +0000 (12:52 +0000)]
added many more extension entry points

24 years ago Committing in .
Jouk Jansen [Mon, 13 Dec 1999 04:08:27 +0000 (04:08 +0000)]
 Committing in .

 Update for VMS only

 Modified Files:
  Mesa/src/stencil.h
 ----------------------------------------------------------------------

24 years agoremoved unneeded code in gluBuild1DMipmaps()
Brian Paul [Sun, 12 Dec 1999 17:24:18 +0000 (17:24 +0000)]
removed unneeded code in gluBuild1DMipmaps()

24 years agobitmaps were vertically shifted by one pixel
Brian Paul [Sun, 12 Dec 1999 17:04:50 +0000 (17:04 +0000)]
bitmaps were vertically shifted by one pixel

24 years agoadded GLX_ARB_get_proc_address
Brian Paul [Sat, 11 Dec 1999 09:54:33 +0000 (09:54 +0000)]
added GLX_ARB_get_proc_address

24 years agoadded GLX_ARB_get_proc_address to extension list
Brian Paul [Sat, 11 Dec 1999 09:20:53 +0000 (09:20 +0000)]
added GLX_ARB_get_proc_address to extension list

24 years agoimplemented GL_ARB_tranpose_matrix
Brian Paul [Fri, 10 Dec 1999 20:01:06 +0000 (20:01 +0000)]
implemented GL_ARB_tranpose_matrix

24 years agoadded GL_ARB_transpose_matrix
Brian Paul [Fri, 10 Dec 1999 19:54:50 +0000 (19:54 +0000)]
added GL_ARB_transpose_matrix

24 years agonew depth buffer functions
Brian Paul [Fri, 10 Dec 1999 19:13:42 +0000 (19:13 +0000)]
new depth buffer functions

24 years agopass new args to gl_create_framebuffer
Brian Paul [Fri, 10 Dec 1999 19:13:14 +0000 (19:13 +0000)]
pass new args to gl_create_framebuffer

24 years agoapplied Daryll's patches
Brian Paul [Fri, 10 Dec 1999 19:11:23 +0000 (19:11 +0000)]
applied Daryll's patches

24 years agopass new args to gl_create_framebuffer()
Brian Paul [Fri, 10 Dec 1999 19:09:59 +0000 (19:09 +0000)]
pass new args to gl_create_framebuffer()

24 years agochanges in hardware depth buffer support
Brian Paul [Fri, 10 Dec 1999 19:09:21 +0000 (19:09 +0000)]
changes in hardware depth buffer support

24 years agoapplied Daryll's patches
Brian Paul [Fri, 10 Dec 1999 18:56:48 +0000 (18:56 +0000)]
applied Daryll's patches

24 years agoupdated for hardware stencil support
Brian Paul [Fri, 10 Dec 1999 16:15:04 +0000 (16:15 +0000)]
updated for hardware stencil support

24 years agoadded stencil buffer functions
Brian Paul [Fri, 10 Dec 1999 16:14:40 +0000 (16:14 +0000)]
added stencil buffer functions

24 years agocode clean-up
Brian Paul [Fri, 10 Dec 1999 15:38:08 +0000 (15:38 +0000)]
code clean-up