mesa.git
23 years agoremoved all dependencies on XMesa
Brian Paul [Sun, 13 Aug 2000 03:57:21 +0000 (03:57 +0000)]
removed all dependencies on XMesa

23 years agofixed segfault problem when using MESA_GLX_FX
Brian Paul [Sun, 13 Aug 2000 03:44:08 +0000 (03:44 +0000)]
fixed segfault problem when using MESA_GLX_FX

23 years agofixed depth mask bug in fxddClear(DD_DEPTH_BIT)
Brian Paul [Wed, 9 Aug 2000 17:56:27 +0000 (17:56 +0000)]
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)

23 years ago Committing in .
Jouk Jansen [Wed, 9 Aug 2000 06:24:55 +0000 (06:24 +0000)]
 Committing in .

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

 Update VMS-makefile for "old" GLU
----------------------------------------------------------------------

23 years agoupdated version to 3.5
Brian Paul [Tue, 8 Aug 2000 16:20:32 +0000 (16:20 +0000)]
updated version to 3.5

23 years agobumped MESA_MINOR to 5
Brian Paul [Tue, 8 Aug 2000 16:16:22 +0000 (16:16 +0000)]
bumped MESA_MINOR to 5

23 years agoadded GetInteger/Float/Double/Boolean/Pointer device driver functions
Brian Paul [Tue, 8 Aug 2000 16:15:14 +0000 (16:15 +0000)]
added GetInteger/Float/Double/Boolean/Pointer device driver functions

23 years agoadded NULL parameter checking to API functions
Brian Paul [Thu, 3 Aug 2000 14:03:17 +0000 (14:03 +0000)]
added NULL parameter checking to API functions

23 years agoupdated Phil's email address
Brian Paul [Wed, 2 Aug 2000 20:35:09 +0000 (20:35 +0000)]
updated Phil's email address

23 years agoupdates from mesa3d@billbaxter.com
Brian Paul [Wed, 2 Aug 2000 20:29:03 +0000 (20:29 +0000)]
updates from mesa3d@billbaxter.com

23 years agofixed return val bug in glAreTexturesResident()
Brian Paul [Wed, 2 Aug 2000 20:16:03 +0000 (20:16 +0000)]
fixed return val bug in glAreTexturesResident()

23 years agoadded include/GL/mesa_wgl.h to tar file list
Brian Paul [Wed, 2 Aug 2000 20:14:23 +0000 (20:14 +0000)]
added include/GL/mesa_wgl.h to tar file list

23 years agoupdated by Alessandro Pisani
Brian Paul [Wed, 2 Aug 2000 20:09:09 +0000 (20:09 +0000)]
updated by Alessandro Pisani

23 years agotest handling of lots of textures
Brian Paul [Wed, 2 Aug 2000 17:57:56 +0000 (17:57 +0000)]
test handling of lots of textures

23 years agoremoved GLU 1.2 symbols
Brian Paul [Wed, 2 Aug 2000 14:08:48 +0000 (14:08 +0000)]
removed GLU 1.2 symbols

23 years agodefine GL_GLEXT_PROTOTYPES before including mesa_wgl.h
Brian Paul [Wed, 2 Aug 2000 00:41:21 +0000 (00:41 +0000)]
define GL_GLEXT_PROTOTYPES before including mesa_wgl.h

23 years agoinitialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()
Brian Paul [Wed, 2 Aug 2000 00:38:25 +0000 (00:38 +0000)]
initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()

23 years agoglGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driver
Brian Paul [Tue, 1 Aug 2000 17:33:53 +0000 (17:33 +0000)]
glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driver

23 years agotest against an epsilon magnitude in gl_rotation_matrix()
Brian Paul [Mon, 31 Jul 2000 15:31:29 +0000 (15:31 +0000)]
test against an epsilon magnitude in gl_rotation_matrix()

23 years agoinstall glext.h too
Brian Paul [Mon, 31 Jul 2000 15:27:11 +0000 (15:27 +0000)]
install glext.h too

23 years agoadded missing widgets-mesa/src/*.c files, updated version numbers to 3.5
Brian Paul [Mon, 31 Jul 2000 13:59:22 +0000 (13:59 +0000)]
added missing widgets-mesa/src/*.c files, updated version numbers to 3.5

23 years ago3.5 release notes
Brian Paul [Mon, 31 Jul 2000 13:58:04 +0000 (13:58 +0000)]
3.5 release notes

23 years agoadded placeholders for 3.4 and 3.5 info
Brian Paul [Mon, 31 Jul 2000 13:57:40 +0000 (13:57 +0000)]
added placeholders for 3.4 and 3.5 info

23 years agofixed glitches in zip file rules
Brian Paul [Fri, 21 Jul 2000 16:36:35 +0000 (16:36 +0000)]
fixed glitches in zip file rules

23 years agoimported from 3.2.1 release
Brian Paul [Fri, 21 Jul 2000 16:32:33 +0000 (16:32 +0000)]
imported from 3.2.1 release

23 years agolots of updates for 3.3
Brian Paul [Fri, 21 Jul 2000 16:26:41 +0000 (16:26 +0000)]
lots of updates for 3.3

23 years agoremoved beta occurances
Brian Paul [Fri, 21 Jul 2000 16:26:28 +0000 (16:26 +0000)]
removed beta occurances

23 years agoadded 3.2.1 info and final 3.3 info
Brian Paul [Fri, 21 Jul 2000 15:41:59 +0000 (15:41 +0000)]
added 3.2.1 info and final 3.3 info

23 years agoremoved beta from version string
Brian Paul [Fri, 21 Jul 2000 15:41:08 +0000 (15:41 +0000)]
removed beta from version string

23 years agoadded GLX multi-thread demo
Brian Paul [Thu, 20 Jul 2000 20:12:17 +0000 (20:12 +0000)]
added GLX multi-thread demo

23 years agofix for eval regression
Keith Whitwell [Thu, 20 Jul 2000 15:53:17 +0000 (15:53 +0000)]
fix for eval regression

23 years agocall glutInit()
Brian Paul [Wed, 19 Jul 2000 23:57:24 +0000 (23:57 +0000)]
call glutInit()

23 years agoa bunch of thread-safety changes
Brian Paul [Wed, 19 Jul 2000 23:26:35 +0000 (23:26 +0000)]
a bunch of thread-safety changes

23 years agoinitialize GenBit[STRQ] in init_texture_unit()
Brian Paul [Wed, 19 Jul 2000 20:58:59 +0000 (20:58 +0000)]
initialize GenBit[STRQ] in init_texture_unit()

23 years agorestore driver depth test enable/disable state in PopAttrib()
Brian Paul [Wed, 19 Jul 2000 18:34:00 +0000 (18:34 +0000)]
restore driver depth test enable/disable state in PopAttrib()

23 years agoremoved two bugs
Brian Paul [Wed, 19 Jul 2000 15:08:55 +0000 (15:08 +0000)]
removed two bugs

23 years agoFixed off-by-one error in compute_shine_table(). Minor code clean-up
Brian Paul [Tue, 18 Jul 2000 16:55:56 +0000 (16:55 +0000)]
Fixed off-by-one error in compute_shine_table().  Minor code clean-up

23 years agoadded: touch widgets-sgi/depend
Brian Paul [Tue, 18 Jul 2000 14:31:59 +0000 (14:31 +0000)]
added: touch widgets-sgi/depend

23 years agoremoved more redundant files from tar archive
Brian Paul [Tue, 18 Jul 2000 01:30:36 +0000 (01:30 +0000)]
removed more redundant files from tar archive

23 years agoremoved redundant configure file from tar list
Brian Paul [Tue, 18 Jul 2000 01:14:38 +0000 (01:14 +0000)]
removed redundant configure file from tar list

23 years agochanged version string to 3.2.1
Brian Paul [Tue, 18 Jul 2000 01:13:28 +0000 (01:13 +0000)]
changed version string to 3.2.1

23 years agoFix for gloss and sgl eval bugs.
Keith Whitwell [Mon, 17 Jul 2000 12:53:33 +0000 (12:53 +0000)]
Fix for gloss and sgl eval bugs.

23 years agoanother tweak to optimized GL_RETURN code
Brian Paul [Sat, 15 Jul 2000 03:14:25 +0000 (03:14 +0000)]
another tweak to optimized GL_RETURN code

23 years agofixed AA sampling problem, misc clean-up
Brian Paul [Sat, 15 Jul 2000 03:13:43 +0000 (03:13 +0000)]
fixed AA sampling problem, misc clean-up

23 years agoremoved references to fx_regoff.h and fx_gen_regoff.c
Brian Paul [Fri, 14 Jul 2000 14:55:04 +0000 (14:55 +0000)]
removed references to fx_regoff.h and fx_gen_regoff.c

23 years agoFixed pixel color problem in general_flat_rgba_line(). Added debug code
Brian Paul [Fri, 14 Jul 2000 14:04:07 +0000 (14:04 +0000)]
Fixed pixel color problem in general_flat_rgba_line(). Added debug code

23 years agoadded extra check to optimized GL_RETURN case
Brian Paul [Fri, 14 Jul 2000 04:15:37 +0000 (04:15 +0000)]
added extra check to optimized GL_RETURN case

23 years agotest for MESA_DEBUG = silent in gl_error(), misc clean-up
Brian Paul [Fri, 14 Jul 2000 04:13:40 +0000 (04:13 +0000)]
test for MESA_DEBUG = silent in gl_error(), misc clean-up

23 years agoreplaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITS
Brian Paul [Thu, 13 Jul 2000 17:45:13 +0000 (17:45 +0000)]
replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITS

23 years agofirst bits of convolution code
Brian Paul [Wed, 12 Jul 2000 13:00:09 +0000 (13:00 +0000)]
first bits of convolution code

23 years agoallocate 1-larger knot array in explode_knot() (Mesa bug 104881)
Brian Paul [Tue, 11 Jul 2000 20:39:00 +0000 (20:39 +0000)]
allocate 1-larger knot array in explode_knot() (Mesa bug 104881)

23 years agouse indirect context, added error checking
Brian Paul [Tue, 11 Jul 2000 16:05:29 +0000 (16:05 +0000)]
use indirect context, added error checking

23 years agoreverted to old tessellator
Brian Paul [Tue, 11 Jul 2000 14:11:58 +0000 (14:11 +0000)]
reverted to old tessellator

23 years agoreverted to old tessellator (GLU 1.1)
Brian Paul [Tue, 11 Jul 2000 14:11:04 +0000 (14:11 +0000)]
reverted to old tessellator (GLU 1.1)

23 years agoFix for miscolored rects in display lists.
Keith Whitwell [Mon, 10 Jul 2000 13:22:01 +0000 (13:22 +0000)]
Fix for miscolored rects in display lists.
Forward-port stipple bugfix.

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 15:10:35 +0000 (15:10 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 15:02:18 +0000 (15:02 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:59:32 +0000 (14:59 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:57:47 +0000 (14:57 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:56:22 +0000 (14:56 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:54:17 +0000 (14:54 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:50:20 +0000 (14:50 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:46:31 +0000 (14:46 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:44:38 +0000 (14:44 +0000)]
test

23 years agotest
Keith Whitwell [Fri, 7 Jul 2000 14:43:01 +0000 (14:43 +0000)]
test

23 years agochanged MAX_WIDTH to 2048 to handle 2K textures
Brian Paul [Wed, 5 Jul 2000 22:40:30 +0000 (22:40 +0000)]
changed MAX_WIDTH to 2048 to handle 2K textures

23 years agoadded texture cube map state save/restore
Brian Paul [Wed, 5 Jul 2000 22:26:43 +0000 (22:26 +0000)]
added texture cube map state save/restore

23 years agoHolger's fixes for GL_EXT_texture_env_combine
Brian Paul [Wed, 5 Jul 2000 16:14:24 +0000 (16:14 +0000)]
Holger's fixes for GL_EXT_texture_env_combine

23 years agoadded GL_ARB_texture_cube_mapping and GL_EXT_texture_env_combine
Brian Paul [Wed, 5 Jul 2000 16:05:44 +0000 (16:05 +0000)]
added GL_ARB_texture_cube_mapping and GL_EXT_texture_env_combine

23 years agoadded histogram sink test
Brian Paul [Fri, 30 Jun 2000 22:19:41 +0000 (22:19 +0000)]
added histogram sink test

23 years agoinitialize some color table scale/bias factors
Brian Paul [Fri, 30 Jun 2000 22:11:04 +0000 (22:11 +0000)]
initialize some color table scale/bias factors

23 years agoenabled GL_POST_CONVOLUTION_COLOR_TABLE
Brian Paul [Fri, 30 Jun 2000 22:09:47 +0000 (22:09 +0000)]
enabled GL_POST_CONVOLUTION_COLOR_TABLE

23 years agoNeedEyeCoords if non-uniform scale transform
Brian Paul [Fri, 30 Jun 2000 14:14:37 +0000 (14:14 +0000)]
NeedEyeCoords if non-uniform scale transform

23 years agofixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)
Brian Paul [Thu, 29 Jun 2000 22:06:22 +0000 (22:06 +0000)]
fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)

23 years agoadded GL_TABLE_TOO_LARGE to gl_error()
Brian Paul [Thu, 29 Jun 2000 18:55:52 +0000 (18:55 +0000)]
added GL_TABLE_TOO_LARGE to gl_error()

23 years agoseveral colortable fixes
Brian Paul [Thu, 29 Jun 2000 18:54:29 +0000 (18:54 +0000)]
several colortable fixes

23 years agominor update
Brian Paul [Thu, 29 Jun 2000 14:31:31 +0000 (14:31 +0000)]
minor update

23 years agodon't add light's ambient color to BaseColor in gl_update_lighting()
Brian Paul [Thu, 29 Jun 2000 04:56:30 +0000 (04:56 +0000)]
don't add light's ambient color to BaseColor in gl_update_lighting()

23 years agoadd separate specular color support in multitextured_rgba_points()
Brian Paul [Wed, 28 Jun 2000 23:11:10 +0000 (23:11 +0000)]
add separate specular color support in multitextured_rgba_points()

23 years agoadded flat_multitextured_line()
Brian Paul [Wed, 28 Jun 2000 23:09:36 +0000 (23:09 +0000)]
added flat_multitextured_line()

23 years agofixed two proxy texture typos
Brian Paul [Wed, 28 Jun 2000 15:48:32 +0000 (15:48 +0000)]
fixed two proxy texture typos

23 years agoadded GL_EXT_texture_env_combine
Brian Paul [Wed, 28 Jun 2000 14:34:30 +0000 (14:34 +0000)]
added GL_EXT_texture_env_combine

23 years agominor updates
Brian Paul [Wed, 28 Jun 2000 04:43:50 +0000 (04:43 +0000)]
minor updates

23 years agoadded code to initialize shininess tables
Brian Paul [Wed, 28 Jun 2000 04:20:21 +0000 (04:20 +0000)]
added code to initialize shininess tables

23 years agoinitialize TextureStack matrices
Brian Paul [Tue, 27 Jun 2000 23:38:45 +0000 (23:38 +0000)]
initialize TextureStack matrices

23 years agoadded aligned memory allocations (Gareth Hughes)
Brian Paul [Tue, 27 Jun 2000 22:10:00 +0000 (22:10 +0000)]
added aligned memory allocations (Gareth Hughes)

23 years agoadded GL_EXT_texture_env_combine (Holger Waechtler)
Brian Paul [Tue, 27 Jun 2000 21:42:13 +0000 (21:42 +0000)]
added GL_EXT_texture_env_combine (Holger Waechtler)

23 years agoadded LoadRGBMipmaps2()
Brian Paul [Tue, 27 Jun 2000 17:54:44 +0000 (17:54 +0000)]
added LoadRGBMipmaps2()

23 years agoupdated demos/ info
Brian Paul [Tue, 27 Jun 2000 17:53:21 +0000 (17:53 +0000)]
updated demos/ info

23 years agoremoved 3Dfx directory
Brian Paul [Tue, 27 Jun 2000 17:37:17 +0000 (17:37 +0000)]
removed 3Dfx directory

23 years agominor tweaks
Brian Paul [Tue, 27 Jun 2000 17:12:10 +0000 (17:12 +0000)]
minor tweaks

23 years agoinitial check-in
Brian Paul [Tue, 27 Jun 2000 17:11:24 +0000 (17:11 +0000)]
initial check-in

23 years agofixed compiler warnings
Brian Paul [Tue, 27 Jun 2000 17:04:43 +0000 (17:04 +0000)]
fixed compiler warnings

23 years agoinitial check-in
Brian Paul [Tue, 27 Jun 2000 17:04:21 +0000 (17:04 +0000)]
initial check-in

23 years agoadded 3dfx demos
Brian Paul [Tue, 27 Jun 2000 16:54:18 +0000 (16:54 +0000)]
added 3dfx demos

23 years agoinitial check-in
Brian Paul [Tue, 27 Jun 2000 16:52:38 +0000 (16:52 +0000)]
initial check-in

23 years agoadded texenv demo
Brian Paul [Tue, 27 Jun 2000 15:56:46 +0000 (15:56 +0000)]
added texenv demo

23 years agoinitial check-in
Brian Paul [Tue, 27 Jun 2000 15:55:47 +0000 (15:55 +0000)]
initial check-in

23 years agofixed GL_INTENSITY error checking bug
Brian Paul [Tue, 27 Jun 2000 15:47:59 +0000 (15:47 +0000)]
fixed GL_INTENSITY error checking bug

23 years agoprint GL_RENDERER upon startup
Brian Paul [Tue, 27 Jun 2000 15:34:35 +0000 (15:34 +0000)]
print GL_RENDERER upon startup