Alan Hourihane [Mon, 10 Feb 2003 20:22:08 +0000 (20:22 +0000)]
fix fragment_program for Windows
Brian Paul [Sat, 8 Feb 2003 22:09:04 +0000 (22:09 +0000)]
added rules for making bz2 files and md5 checksums
Brian Paul [Sat, 8 Feb 2003 16:23:44 +0000 (16:23 +0000)]
added cvsclean target
Brian Paul [Sat, 8 Feb 2003 15:56:34 +0000 (15:56 +0000)]
replace _mesa_strtof() with _mesa_strtod()
Brian Paul [Sat, 8 Feb 2003 15:43:39 +0000 (15:43 +0000)]
disable normal xform code - see bug 673938
Brian Paul [Thu, 6 Feb 2003 13:50:57 +0000 (13:50 +0000)]
fix assertion in transfer_teximage() (Laurent Desnogues)
Brian Paul [Thu, 6 Feb 2003 13:44:55 +0000 (13:44 +0000)]
replace | with & (Laurent Desnogues)
Brian Paul [Wed, 5 Feb 2003 15:24:28 +0000 (15:24 +0000)]
fix bug in popping texture color table state
Brian Paul [Tue, 4 Feb 2003 14:40:56 +0000 (14:40 +0000)]
added a comment for _tnl_need_projected_coords()
Brian Paul [Tue, 4 Feb 2003 14:40:02 +0000 (14:40 +0000)]
Use 'ndc' instead of 'proj' terminology.
Added a bunch of const qualifiers.
Brian Paul [Tue, 4 Feb 2003 12:34:02 +0000 (12:34 +0000)]
read/write files, not stdio (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 02:43:27 +0000 (02:43 +0000)]
DOS updates (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 02:41:25 +0000 (02:41 +0000)]
unneeded (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 02:35:00 +0000 (02:35 +0000)]
use ARB flavor of window_pos extension
Brian Paul [Tue, 4 Feb 2003 02:29:21 +0000 (02:29 +0000)]
updated with new functions (Bill Hoffman)
Brian Paul [Tue, 4 Feb 2003 02:22:51 +0000 (02:22 +0000)]
print debug message when SSE is disabled by user (Klaus Neiderkrueger)
Brian Paul [Tue, 4 Feb 2003 02:21:50 +0000 (02:21 +0000)]
update version numbers (Klaus Niederkrueger)
Karl Schultz [Thu, 30 Jan 2003 15:47:06 +0000 (15:47 +0000)]
Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)
Brian Paul [Thu, 30 Jan 2003 14:30:24 +0000 (14:30 +0000)]
fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
Brian Paul [Tue, 28 Jan 2003 22:41:18 +0000 (22:41 +0000)]
fix prefetch bug (Felix Kuhling)
Brian Paul [Tue, 28 Jan 2003 15:31:35 +0000 (15:31 +0000)]
updated version test
Brian Paul [Tue, 28 Jan 2003 00:14:32 +0000 (00:14 +0000)]
move ltor computation
Brian Paul [Tue, 28 Jan 2003 00:10:41 +0000 (00:10 +0000)]
some casts (Evgeny Kotsuba)
Brian Paul [Sun, 26 Jan 2003 14:37:15 +0000 (14:37 +0000)]
Make GL_SGI_texture_color_table work per-texture unit.
Clean-up and optimize _swrast_texture_table_lookup().
Brian Paul [Sun, 26 Jan 2003 14:34:56 +0000 (14:34 +0000)]
remove bad assertion, fix minor bug in _mesa_lookup_rgba()
Brian Paul [Sat, 25 Jan 2003 18:57:13 +0000 (18:57 +0000)]
optimize compute_coveragef (Evgeny Kotsuba)
Brian Paul [Sat, 25 Jan 2003 00:46:46 +0000 (00:46 +0000)]
new texture enums (Leif Delgass)
Brian Paul [Fri, 24 Jan 2003 21:42:27 +0000 (21:42 +0000)]
remove unused vars
Brian Paul [Fri, 24 Jan 2003 21:41:08 +0000 (21:41 +0000)]
silence warning
Brian Paul [Fri, 24 Jan 2003 21:38:19 +0000 (21:38 +0000)]
silence some warnings
Brian Paul [Fri, 24 Jan 2003 15:33:22 +0000 (15:33 +0000)]
renamed dither-related preprocessor symbols (bug 536406)
Brian Paul [Wed, 22 Jan 2003 17:58:52 +0000 (17:58 +0000)]
push/pop color table state (Eric Plante)
Brian Paul [Wed, 22 Jan 2003 15:03:09 +0000 (15:03 +0000)]
improved solve_plane_chan() (Evgeny Kotsuba)
Brian Paul [Wed, 22 Jan 2003 00:42:45 +0000 (00:42 +0000)]
glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3
Brian Paul [Tue, 21 Jan 2003 23:58:29 +0000 (23:58 +0000)]
added missing break (Leif Delgass)
Brian Paul [Tue, 21 Jan 2003 21:48:29 +0000 (21:48 +0000)]
GL_SGI_texture_color_table
Brian Paul [Tue, 21 Jan 2003 21:47:45 +0000 (21:47 +0000)]
GL_SGI_texture_color_table extension (Eric Plante)
Brian Paul [Tue, 21 Jan 2003 16:13:55 +0000 (16:13 +0000)]
new X86 CPU detection code (Petr Sebor)
Brian Paul [Tue, 21 Jan 2003 15:49:06 +0000 (15:49 +0000)]
GL_ATI_texture_env_combine3 extension
Brian Paul [Tue, 21 Jan 2003 15:45:39 +0000 (15:45 +0000)]
check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)
Brian Paul [Mon, 20 Jan 2003 15:21:41 +0000 (15:21 +0000)]
fix an assertion
Brian Paul [Mon, 20 Jan 2003 15:20:27 +0000 (15:20 +0000)]
use COPY_CHAN4 macro
Brian Paul [Mon, 20 Jan 2003 00:25:17 +0000 (00:25 +0000)]
use R/G/B/ACOMP indexes (Evgeny Kotsuba)
Brian Paul [Mon, 20 Jan 2003 00:24:22 +0000 (00:24 +0000)]
fix IBM CPP warning (Evgeny Kotsuba)
Brian Paul [Sun, 19 Jan 2003 15:27:37 +0000 (15:27 +0000)]
add some casts
Alan Hourihane [Thu, 16 Jan 2003 19:10:46 +0000 (19:10 +0000)]
fix for framebuffer width and height when window hasn't been realized.
Brian Paul [Thu, 16 Jan 2003 18:57:44 +0000 (18:57 +0000)]
another fix for glDrawPixels + clipping
Brian Paul [Thu, 16 Jan 2003 15:22:13 +0000 (15:22 +0000)]
update CurrentStack in glActiveTexture if needed (bug 669080)
Brian Paul [Wed, 15 Jan 2003 23:46:34 +0000 (23:46 +0000)]
fix glDrawPixels hang when clipping
Jouk Jansen [Wed, 15 Jan 2003 13:37:47 +0000 (13:37 +0000)]
Committing in .
the latest changes were in UNIX and not VMS makefile syntax.
changed to VMS syntax.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Karl Schultz [Wed, 15 Jan 2003 00:34:16 +0000 (00:34 +0000)]
Fix SourceForge bug 664908. wglDescribePixelFormat should return the
number of valid PFD's if the PFD pointer is NULL, without checking
the validity of the other parameters.
Brian Paul [Tue, 14 Jan 2003 22:50:02 +0000 (22:50 +0000)]
simple GL_NV_fragment_program test
Brian Paul [Tue, 14 Jan 2003 04:57:47 +0000 (04:57 +0000)]
fragment program execution
Brian Paul [Tue, 14 Jan 2003 04:55:45 +0000 (04:55 +0000)]
First batch of code for GL_NV_fragment_program.
Re-org of some GL_NV_vertex_program code.
Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
Brian Paul [Tue, 14 Jan 2003 04:50:14 +0000 (04:50 +0000)]
GL_NV_fragment_program
Brian Paul [Tue, 14 Jan 2003 04:49:31 +0000 (04:49 +0000)]
prototype render-to-texture
Brian Paul [Tue, 14 Jan 2003 04:49:07 +0000 (04:49 +0000)]
initial code for render-to-texture
Brian Paul [Tue, 14 Jan 2003 03:05:38 +0000 (03:05 +0000)]
remove const from _mesa_strtof()
Brian Paul [Tue, 14 Jan 2003 03:02:13 +0000 (03:02 +0000)]
added _mesa_strtof()
Brian Paul [Tue, 14 Jan 2003 03:00:54 +0000 (03:00 +0000)]
OSMesa16 updates (Eric Plante), added _mesa_strtof()
Brian Paul [Mon, 13 Jan 2003 15:47:52 +0000 (15:47 +0000)]
fix fog stride bugs (Michel Danzer)
Brian Paul [Thu, 9 Jan 2003 23:43:02 +0000 (23:43 +0000)]
remove ADD_L altogether
Brian Paul [Thu, 9 Jan 2003 18:03:20 +0000 (18:03 +0000)]
s/16/32/ (Josh Vanderhoof)
Brian Paul [Thu, 9 Jan 2003 14:56:25 +0000 (14:56 +0000)]
moved ADD_L instruction (Linus Torvalds)
Brian Paul [Thu, 9 Jan 2003 14:36:54 +0000 (14:36 +0000)]
added font-related symbols
Brian Paul [Wed, 8 Jan 2003 21:32:33 +0000 (21:32 +0000)]
fix some float/ubyte mistakes (Daniel Borca)
Brian Paul [Wed, 8 Jan 2003 16:48:04 +0000 (16:48 +0000)]
move t->Image[i]->Format test (bug 659012)
Brian Paul [Wed, 8 Jan 2003 16:42:47 +0000 (16:42 +0000)]
fix typo in rotation code (bug 659677)
Brian Paul [Wed, 8 Jan 2003 16:24:05 +0000 (16:24 +0000)]
fix glCopyTexSubImage2D error checking (bug 661907)
Alan Hourihane [Mon, 30 Dec 2002 19:24:05 +0000 (19:24 +0000)]
Check that ActiveTextureARB doesn't overflow MaxTextureUnits
Keith Whitwell [Thu, 19 Dec 2002 18:36:01 +0000 (18:36 +0000)]
Add missing break statements
Brian Paul [Thu, 19 Dec 2002 15:18:22 +0000 (15:18 +0000)]
added new DOS files
Brian Paul [Thu, 19 Dec 2002 15:15:24 +0000 (15:15 +0000)]
obsolete
Brian Paul [Thu, 19 Dec 2002 15:14:58 +0000 (15:14 +0000)]
DOS updates
Brian Paul [Wed, 18 Dec 2002 15:06:36 +0000 (15:06 +0000)]
DOS updates from Daniel Borca.
Brian Paul [Wed, 18 Dec 2002 15:02:19 +0000 (15:02 +0000)]
comment changes
Brian Paul [Wed, 18 Dec 2002 15:01:26 +0000 (15:01 +0000)]
improved error message
Brian Paul [Wed, 18 Dec 2002 14:57:34 +0000 (14:57 +0000)]
added RELNOTES-5.1 file
Brian Paul [Wed, 18 Dec 2002 14:56:59 +0000 (14:56 +0000)]
bug fixes
Keith Whitwell [Thu, 12 Dec 2002 13:03:15 +0000 (13:03 +0000)]
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
allocates memory (like FreeBSD).
Brian Paul [Tue, 10 Dec 2002 16:51:28 +0000 (16:51 +0000)]
use/test GL_SGIS_generate_mipmaps if available
Brian Paul [Fri, 6 Dec 2002 03:10:59 +0000 (03:10 +0000)]
let _mesa_problem() take variable arguments
Keith Whitwell [Thu, 5 Dec 2002 11:49:46 +0000 (11:49 +0000)]
Don't crash if End received without a Begin...
Brian Paul [Thu, 5 Dec 2002 04:51:57 +0000 (04:51 +0000)]
added _mesa_print_texunit_state() for debugging
Brian Paul [Thu, 5 Dec 2002 04:48:53 +0000 (04:48 +0000)]
properly handle very wide images
Brian Paul [Thu, 5 Dec 2002 04:46:54 +0000 (04:46 +0000)]
clean-ups, comments
Brian Paul [Wed, 4 Dec 2002 14:24:44 +0000 (14:24 +0000)]
fix bad _mesa_printf() calls (mesa bug 646753)
Brian Paul [Tue, 3 Dec 2002 03:13:17 +0000 (03:13 +0000)]
updated to use ARB extensions
Brian Paul [Tue, 3 Dec 2002 00:05:48 +0000 (00:05 +0000)]
added GL_DEPTH_COMPONENT to two assertions
Brian Paul [Sun, 1 Dec 2002 13:59:11 +0000 (13:59 +0000)]
declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
Brian Paul [Sat, 30 Nov 2002 17:18:46 +0000 (17:18 +0000)]
added const to casts
Brian Paul [Sat, 30 Nov 2002 17:04:04 +0000 (17:04 +0000)]
remove GLUTAPIENTRY from __glutCloseDownGameMode
Brian Paul [Thu, 28 Nov 2002 15:56:06 +0000 (15:56 +0000)]
mask is always non-null in write_rgba_pixels and write_monorgba_pixels
Brian Paul [Thu, 28 Nov 2002 15:51:55 +0000 (15:51 +0000)]
use polygon offset to avoid multi-pass Z-fighting artifacts
Brian Paul [Tue, 26 Nov 2002 03:00:04 +0000 (03:00 +0000)]
added missing call to _mesa_write_mono_alpha_span()
Brian Paul [Tue, 26 Nov 2002 02:58:43 +0000 (02:58 +0000)]
fixed bad clear value
Brian Paul [Mon, 25 Nov 2002 20:27:47 +0000 (20:27 +0000)]
added missing ctx parameter to _tnl_flush_immediate() calls
Brian Paul [Mon, 25 Nov 2002 20:26:59 +0000 (20:26 +0000)]
set default texcoords for glBitmap/glDrawPixels
Keith Whitwell [Mon, 25 Nov 2002 13:55:31 +0000 (13:55 +0000)]
Flush IM if very small number of verts left -- prevent copy errors
Brian Paul [Wed, 20 Nov 2002 21:39:39 +0000 (21:39 +0000)]
fixed cube texture auto-mipmap generation bug (641363)