Brian Paul [Tue, 5 Sep 2000 20:17:37 +0000 (20:17 +0000)]
added tracing facility from Loki
Brian Paul [Tue, 5 Sep 2000 15:41:25 +0000 (15:41 +0000)]
added const to _mesa_select_tex_object()
Brian Paul [Tue, 5 Sep 2000 15:40:34 +0000 (15:40 +0000)]
Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()
Brian Paul [Sat, 2 Sep 2000 17:54:28 +0000 (17:54 +0000)]
added convolution, ARB_imaging items
Brian Paul [Sat, 2 Sep 2000 17:52:53 +0000 (17:52 +0000)]
enabled GL_EXT_convolution and GL_ARB_imaging
Brian Paul [Sat, 2 Sep 2000 17:52:21 +0000 (17:52 +0000)]
finished convolution
Brian Paul [Fri, 1 Sep 2000 22:01:12 +0000 (22:01 +0000)]
destBytesPerRow was uninitialized in make_texture_image()
Brian Paul [Fri, 1 Sep 2000 21:01:18 +0000 (21:01 +0000)]
initial check-in
Brian Paul [Thu, 31 Aug 2000 23:04:17 +0000 (23:04 +0000)]
added new extensions
Brian Paul [Thu, 31 Aug 2000 23:04:03 +0000 (23:04 +0000)]
added Glide3 bug fix info
Brian Paul [Thu, 31 Aug 2000 22:32:45 +0000 (22:32 +0000)]
fbiRev and tmuRev weren't getting initialized when using Glide3
Brian Paul [Thu, 31 Aug 2000 22:08:04 +0000 (22:08 +0000)]
added more resolutions (Andy Sloane)
Brian Paul [Thu, 31 Aug 2000 15:24:39 +0000 (15:24 +0000)]
convolution for glTexImage[123]D now works
Brian Paul [Thu, 31 Aug 2000 15:24:07 +0000 (15:24 +0000)]
renamed some variables
Brian Paul [Wed, 30 Aug 2000 18:22:28 +0000 (18:22 +0000)]
more convolution work
Brian Paul [Wed, 30 Aug 2000 18:21:37 +0000 (18:21 +0000)]
added _mesa_pack_float_rgba_span()
Brian Paul [Wed, 30 Aug 2000 18:21:06 +0000 (18:21 +0000)]
added more extensions testing code
Brian Paul [Tue, 29 Aug 2000 23:31:23 +0000 (23:31 +0000)]
finished compressed texture support (Bill White)
Brian Paul [Tue, 29 Aug 2000 23:30:53 +0000 (23:30 +0000)]
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
Brian Paul [Tue, 29 Aug 2000 21:17:38 +0000 (21:17 +0000)]
changed default Shininess to 6
Brian Paul [Tue, 29 Aug 2000 18:57:58 +0000 (18:57 +0000)]
don't free ctx inside _mesa_initialize_context() if error, caller does that.
Brian Paul [Tue, 29 Aug 2000 14:25:30 +0000 (14:25 +0000)]
updated some comments
Jouk Jansen [Thu, 24 Aug 2000 08:48:27 +0000 (08:48 +0000)]
Committing in .
Modified Files:
Mesa/demos/descrip.mms
One forgotten file for VMS to support /name=(as_is,short)
----------------------------------------------------------------------
Brian Paul [Wed, 23 Aug 2000 14:33:04 +0000 (14:33 +0000)]
added convolve.h header
Brian Paul [Wed, 23 Aug 2000 14:32:06 +0000 (14:32 +0000)]
enabling 1D convolution caused a problem
Brian Paul [Wed, 23 Aug 2000 14:31:25 +0000 (14:31 +0000)]
moved convolution API functions to convolve.c
Brian Paul [Tue, 22 Aug 2000 18:54:25 +0000 (18:54 +0000)]
finished separable filter functions
Jouk Jansen [Tue, 22 Aug 2000 13:31:00 +0000 (13:31 +0000)]
Committing in .
Modified Files:
Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h
Mesa/src/descrip.mms Mesa/src/X/glxheader.h
Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h
Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c
Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c
Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c
Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c
Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c
Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c
Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c
Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h
Mesa/vms/analyze_map.com
Added Files:
Mesa/include/GL/vms_x_fix.h
Patches effective on VMS only. This allows for compiling with
/name=(as_is,short). This breaks the binary compatibility with previous
versions for VMS, but is the only way to combine Mesa with GTK for VMS.
Jouk
----------------------------------------------------------------------
Brian Paul [Mon, 21 Aug 2000 21:05:39 +0000 (21:05 +0000)]
changed quad vertex colors to be tessellation invariant
Brian Paul [Mon, 21 Aug 2000 20:04:55 +0000 (20:04 +0000)]
print UNDEFINED MODE over samples that are undefined in the GL spec
Brian Paul [Mon, 21 Aug 2000 14:26:01 +0000 (14:26 +0000)]
use ImageTransferState
Brian Paul [Mon, 21 Aug 2000 14:25:25 +0000 (14:25 +0000)]
added convolve.c to file list
Brian Paul [Mon, 21 Aug 2000 14:24:53 +0000 (14:24 +0000)]
increased max convolution filter size
Brian Paul [Mon, 21 Aug 2000 14:24:30 +0000 (14:24 +0000)]
more convolution work, not done
Brian Paul [Mon, 21 Aug 2000 14:24:10 +0000 (14:24 +0000)]
basic glDrawPixels convolution implemented
Brian Paul [Mon, 21 Aug 2000 14:23:09 +0000 (14:23 +0000)]
fixed image transfer errors
Brian Paul [Mon, 21 Aug 2000 14:22:24 +0000 (14:22 +0000)]
implemented new ImageTransferState bitmask
Brian Paul [Wed, 16 Aug 2000 20:51:53 +0000 (20:51 +0000)]
optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)
Brian Paul [Wed, 16 Aug 2000 20:36:34 +0000 (20:36 +0000)]
added missing radius multiplication factor to sphere code
Brian Paul [Wed, 16 Aug 2000 17:32:42 +0000 (17:32 +0000)]
fixed typo which disabled simple_DrawPixels
Brian Paul [Wed, 16 Aug 2000 17:26:06 +0000 (17:26 +0000)]
fixed some warnings (Alan H.)
Brian Paul [Sun, 13 Aug 2000 03:57:21 +0000 (03:57 +0000)]
removed all dependencies on XMesa
Brian Paul [Sun, 13 Aug 2000 03:44:08 +0000 (03:44 +0000)]
fixed segfault problem when using MESA_GLX_FX
Brian Paul [Wed, 9 Aug 2000 17:56:27 +0000 (17:56 +0000)]
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)
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
----------------------------------------------------------------------
Brian Paul [Tue, 8 Aug 2000 16:20:32 +0000 (16:20 +0000)]
updated version to 3.5
Brian Paul [Tue, 8 Aug 2000 16:16:22 +0000 (16:16 +0000)]
bumped MESA_MINOR to 5
Brian Paul [Tue, 8 Aug 2000 16:15:14 +0000 (16:15 +0000)]
added GetInteger/Float/Double/Boolean/Pointer device driver functions
Brian Paul [Thu, 3 Aug 2000 14:03:17 +0000 (14:03 +0000)]
added NULL parameter checking to API functions
Brian Paul [Wed, 2 Aug 2000 20:35:09 +0000 (20:35 +0000)]
updated Phil's email address
Brian Paul [Wed, 2 Aug 2000 20:29:03 +0000 (20:29 +0000)]
updates from mesa3d@billbaxter.com
Brian Paul [Wed, 2 Aug 2000 20:16:03 +0000 (20:16 +0000)]
fixed return val bug in glAreTexturesResident()
Brian Paul [Wed, 2 Aug 2000 20:14:23 +0000 (20:14 +0000)]
added include/GL/mesa_wgl.h to tar file list
Brian Paul [Wed, 2 Aug 2000 20:09:09 +0000 (20:09 +0000)]
updated by Alessandro Pisani
Brian Paul [Wed, 2 Aug 2000 17:57:56 +0000 (17:57 +0000)]
test handling of lots of textures
Brian Paul [Wed, 2 Aug 2000 14:08:48 +0000 (14:08 +0000)]
removed GLU 1.2 symbols
Brian Paul [Wed, 2 Aug 2000 00:41:21 +0000 (00:41 +0000)]
define GL_GLEXT_PROTOTYPES before including mesa_wgl.h
Brian Paul [Wed, 2 Aug 2000 00:38:25 +0000 (00:38 +0000)]
initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()
Brian Paul [Tue, 1 Aug 2000 17:33:53 +0000 (17:33 +0000)]
glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driver
Brian Paul [Mon, 31 Jul 2000 15:31:29 +0000 (15:31 +0000)]
test against an epsilon magnitude in gl_rotation_matrix()
Brian Paul [Mon, 31 Jul 2000 15:27:11 +0000 (15:27 +0000)]
install glext.h too
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
Brian Paul [Mon, 31 Jul 2000 13:58:04 +0000 (13:58 +0000)]
3.5 release notes
Brian Paul [Mon, 31 Jul 2000 13:57:40 +0000 (13:57 +0000)]
added placeholders for 3.4 and 3.5 info
Brian Paul [Fri, 21 Jul 2000 16:36:35 +0000 (16:36 +0000)]
fixed glitches in zip file rules
Brian Paul [Fri, 21 Jul 2000 16:32:33 +0000 (16:32 +0000)]
imported from 3.2.1 release
Brian Paul [Fri, 21 Jul 2000 16:26:41 +0000 (16:26 +0000)]
lots of updates for 3.3
Brian Paul [Fri, 21 Jul 2000 16:26:28 +0000 (16:26 +0000)]
removed beta occurances
Brian Paul [Fri, 21 Jul 2000 15:41:59 +0000 (15:41 +0000)]
added 3.2.1 info and final 3.3 info
Brian Paul [Fri, 21 Jul 2000 15:41:08 +0000 (15:41 +0000)]
removed beta from version string
Brian Paul [Thu, 20 Jul 2000 20:12:17 +0000 (20:12 +0000)]
added GLX multi-thread demo
Keith Whitwell [Thu, 20 Jul 2000 15:53:17 +0000 (15:53 +0000)]
fix for eval regression
Brian Paul [Wed, 19 Jul 2000 23:57:24 +0000 (23:57 +0000)]
call glutInit()
Brian Paul [Wed, 19 Jul 2000 23:26:35 +0000 (23:26 +0000)]
a bunch of thread-safety changes
Brian Paul [Wed, 19 Jul 2000 20:58:59 +0000 (20:58 +0000)]
initialize GenBit[STRQ] in init_texture_unit()
Brian Paul [Wed, 19 Jul 2000 18:34:00 +0000 (18:34 +0000)]
restore driver depth test enable/disable state in PopAttrib()
Brian Paul [Wed, 19 Jul 2000 15:08:55 +0000 (15:08 +0000)]
removed two bugs
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
Brian Paul [Tue, 18 Jul 2000 14:31:59 +0000 (14:31 +0000)]
added: touch widgets-sgi/depend
Brian Paul [Tue, 18 Jul 2000 01:30:36 +0000 (01:30 +0000)]
removed more redundant files from tar archive
Brian Paul [Tue, 18 Jul 2000 01:14:38 +0000 (01:14 +0000)]
removed redundant configure file from tar list
Brian Paul [Tue, 18 Jul 2000 01:13:28 +0000 (01:13 +0000)]
changed version string to 3.2.1
Keith Whitwell [Mon, 17 Jul 2000 12:53:33 +0000 (12:53 +0000)]
Fix for gloss and sgl eval bugs.
Brian Paul [Sat, 15 Jul 2000 03:14:25 +0000 (03:14 +0000)]
another tweak to optimized GL_RETURN code
Brian Paul [Sat, 15 Jul 2000 03:13:43 +0000 (03:13 +0000)]
fixed AA sampling problem, misc clean-up
Brian Paul [Fri, 14 Jul 2000 14:55:04 +0000 (14:55 +0000)]
removed references to fx_regoff.h and fx_gen_regoff.c
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
Brian Paul [Fri, 14 Jul 2000 04:15:37 +0000 (04:15 +0000)]
added extra check to optimized GL_RETURN case
Brian Paul [Fri, 14 Jul 2000 04:13:40 +0000 (04:13 +0000)]
test for MESA_DEBUG = silent in gl_error(), misc clean-up
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
Brian Paul [Wed, 12 Jul 2000 13:00:09 +0000 (13:00 +0000)]
first bits of convolution code
Brian Paul [Tue, 11 Jul 2000 20:39:00 +0000 (20:39 +0000)]
allocate 1-larger knot array in explode_knot() (Mesa bug 104881)
Brian Paul [Tue, 11 Jul 2000 16:05:29 +0000 (16:05 +0000)]
use indirect context, added error checking
Brian Paul [Tue, 11 Jul 2000 14:11:58 +0000 (14:11 +0000)]
reverted to old tessellator
Brian Paul [Tue, 11 Jul 2000 14:11:04 +0000 (14:11 +0000)]
reverted to old tessellator (GLU 1.1)
Keith Whitwell [Mon, 10 Jul 2000 13:22:01 +0000 (13:22 +0000)]
Fix for miscolored rects in display lists.
Forward-port stipple bugfix.
Keith Whitwell [Fri, 7 Jul 2000 15:10:35 +0000 (15:10 +0000)]
test
Keith Whitwell [Fri, 7 Jul 2000 15:02:18 +0000 (15:02 +0000)]
test
Keith Whitwell [Fri, 7 Jul 2000 14:59:32 +0000 (14:59 +0000)]
test
Keith Whitwell [Fri, 7 Jul 2000 14:57:47 +0000 (14:57 +0000)]
test