mesa.git
21 years agomove matrix type enum out of GLmatrix struct
Brian Paul [Tue, 25 Feb 2003 19:27:06 +0000 (19:27 +0000)]
move matrix type enum out of GLmatrix struct

21 years agofix-up pixel_format enum stuff
Brian Paul [Tue, 25 Feb 2003 19:26:30 +0000 (19:26 +0000)]
fix-up pixel_format enum stuff

21 years agocasts to silence g++ warnings
Brian Paul [Tue, 25 Feb 2003 19:25:52 +0000 (19:25 +0000)]
casts to silence g++ warnings

21 years agouse _mesa_find_line_column()
Brian Paul [Sun, 23 Feb 2003 05:25:16 +0000 (05:25 +0000)]
use _mesa_find_line_column()

21 years agoparser clean-ups (use struct parse_state)
Brian Paul [Sun, 23 Feb 2003 05:24:39 +0000 (05:24 +0000)]
parser clean-ups (use struct parse_state)

21 years agoadded _mesa_find_line_column()
Brian Paul [Sun, 23 Feb 2003 05:23:53 +0000 (05:23 +0000)]
added _mesa_find_line_column()

21 years agosilence warning with a cast
Brian Paul [Sun, 23 Feb 2003 04:23:43 +0000 (04:23 +0000)]
silence warning with a cast

21 years agotest if active texture is really changed in _mesa_ActiveTexture()
Brian Paul [Sun, 23 Feb 2003 04:12:57 +0000 (04:12 +0000)]
test if active texture is really changed in _mesa_ActiveTexture()

21 years agoMove span stuff from swrast.h to s_context.h (it's private).
Brian Paul [Sun, 23 Feb 2003 04:10:54 +0000 (04:10 +0000)]
Move span stuff from swrast.h to s_context.h (it's private).
Implemented remaining fragment program instructions.
Initial changes to implement fragment program texture sampling.

21 years agoparser clean-ups
Brian Paul [Sun, 23 Feb 2003 04:09:21 +0000 (04:09 +0000)]
parser clean-ups

21 years agoadded TEXTURE_*_INDEX tokens
Brian Paul [Sun, 23 Feb 2003 04:07:28 +0000 (04:07 +0000)]
added TEXTURE_*_INDEX tokens

21 years agouse IROUND to convert depth values from float to int (bug 690728)
Brian Paul [Fri, 21 Feb 2003 21:00:20 +0000 (21:00 +0000)]
use IROUND to convert depth values from float to int (bug 690728)

21 years agofix zoom/clipping bug 689964
Brian Paul [Fri, 21 Feb 2003 00:17:58 +0000 (00:17 +0000)]
fix zoom/clipping bug 689964

21 years agoupdated DOS files for tarball
Brian Paul [Thu, 20 Feb 2003 15:53:38 +0000 (15:53 +0000)]
updated DOS files for tarball

21 years agolatest DOS updates (Daniel Borca)
Brian Paul [Thu, 20 Feb 2003 15:43:52 +0000 (15:43 +0000)]
latest DOS updates (Daniel Borca)

21 years agoReplace some #defines with enums. (Klaus Niederkrueger)
Brian Paul [Mon, 17 Feb 2003 16:35:56 +0000 (16:35 +0000)]
Replace some #defines with enums.  (Klaus Niederkrueger)

21 years agofixed bad zoomed.zStep assignment (bug 687811)
Brian Paul [Mon, 17 Feb 2003 15:41:05 +0000 (15:41 +0000)]
fixed bad zoomed.zStep assignment (bug 687811)

21 years agoImplement parsing of texture instructions and prototype execution.
Brian Paul [Mon, 17 Feb 2003 15:38:03 +0000 (15:38 +0000)]
Implement parsing of texture instructions and prototype execution.
Misc parser clean-ups.

21 years agomore work on DEFINE/DECLARATION statements, symbol tables
Brian Paul [Sun, 16 Feb 2003 23:07:34 +0000 (23:07 +0000)]
more work on DEFINE/DECLARATION statements, symbol tables

21 years agoversion bumps, etc
Brian Paul [Thu, 13 Feb 2003 16:01:33 +0000 (16:01 +0000)]
version bumps, etc

21 years agoreplace APIENTRY with GLUTAPIENTRY to be consistant with glut.h
Brian Paul [Wed, 12 Feb 2003 23:56:21 +0000 (23:56 +0000)]
replace APIENTRY with GLUTAPIENTRY to be consistant with glut.h

21 years agoadded OS/2 includes
Brian Paul [Wed, 12 Feb 2003 16:04:07 +0000 (16:04 +0000)]
added OS/2 includes

21 years agocast GLfloat
Alan Hourihane [Mon, 10 Feb 2003 20:31:11 +0000 (20:31 +0000)]
cast GLfloat

21 years agofix fragment_program for Windows
Alan Hourihane [Mon, 10 Feb 2003 20:22:08 +0000 (20:22 +0000)]
fix fragment_program for Windows

21 years agoadded rules for making bz2 files and md5 checksums
Brian Paul [Sat, 8 Feb 2003 22:09:04 +0000 (22:09 +0000)]
added rules for making bz2 files and md5 checksums

21 years agoadded cvsclean target
Brian Paul [Sat, 8 Feb 2003 16:23:44 +0000 (16:23 +0000)]
added cvsclean target

21 years agoreplace _mesa_strtof() with _mesa_strtod()
Brian Paul [Sat, 8 Feb 2003 15:56:34 +0000 (15:56 +0000)]
replace _mesa_strtof() with _mesa_strtod()

21 years agodisable normal xform code - see bug 673938
Brian Paul [Sat, 8 Feb 2003 15:43:39 +0000 (15:43 +0000)]
disable normal xform code - see bug 673938

21 years agofix assertion in transfer_teximage() (Laurent Desnogues)
Brian Paul [Thu, 6 Feb 2003 13:50:57 +0000 (13:50 +0000)]
fix assertion in transfer_teximage() (Laurent Desnogues)

21 years agoreplace | with & (Laurent Desnogues)
Brian Paul [Thu, 6 Feb 2003 13:44:55 +0000 (13:44 +0000)]
replace | with & (Laurent Desnogues)

21 years agofix bug in popping texture color table state
Brian Paul [Wed, 5 Feb 2003 15:24:28 +0000 (15:24 +0000)]
fix bug in popping texture color table state

21 years agoadded a comment for _tnl_need_projected_coords()
Brian Paul [Tue, 4 Feb 2003 14:40:56 +0000 (14:40 +0000)]
added a comment for _tnl_need_projected_coords()

21 years agoUse 'ndc' instead of 'proj' terminology.
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.

21 years agoread/write files, not stdio (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 12:34:02 +0000 (12:34 +0000)]
read/write files, not stdio (Daniel Borca)

21 years agoDOS updates (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 02:43:27 +0000 (02:43 +0000)]
DOS updates (Daniel Borca)

21 years agounneeded (Daniel Borca)
Brian Paul [Tue, 4 Feb 2003 02:41:25 +0000 (02:41 +0000)]
unneeded (Daniel Borca)

21 years agouse ARB flavor of window_pos extension
Brian Paul [Tue, 4 Feb 2003 02:35:00 +0000 (02:35 +0000)]
use ARB flavor of window_pos extension

21 years agoupdated with new functions (Bill Hoffman)
Brian Paul [Tue, 4 Feb 2003 02:29:21 +0000 (02:29 +0000)]
updated with new functions (Bill Hoffman)

21 years agoprint debug message when SSE is disabled by user (Klaus Neiderkrueger)
Brian Paul [Tue, 4 Feb 2003 02:22:51 +0000 (02:22 +0000)]
print debug message when SSE is disabled by user (Klaus Neiderkrueger)

21 years agoupdate version numbers (Klaus Niederkrueger)
Brian Paul [Tue, 4 Feb 2003 02:21:50 +0000 (02:21 +0000)]
update version numbers (Klaus Niederkrueger)

21 years agoCheck only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)
Karl Schultz [Thu, 30 Jan 2003 15:47:06 +0000 (15:47 +0000)]
Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)

21 years agofix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
Brian Paul [Thu, 30 Jan 2003 14:30:24 +0000 (14:30 +0000)]
fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)

21 years agofix prefetch bug (Felix Kuhling)
Brian Paul [Tue, 28 Jan 2003 22:41:18 +0000 (22:41 +0000)]
fix prefetch bug (Felix Kuhling)

21 years agoupdated version test
Brian Paul [Tue, 28 Jan 2003 15:31:35 +0000 (15:31 +0000)]
updated version test

21 years agomove ltor computation
Brian Paul [Tue, 28 Jan 2003 00:14:32 +0000 (00:14 +0000)]
move ltor computation

21 years agosome casts (Evgeny Kotsuba)
Brian Paul [Tue, 28 Jan 2003 00:10:41 +0000 (00:10 +0000)]
some casts (Evgeny Kotsuba)

21 years agoMake GL_SGI_texture_color_table work per-texture unit.
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().

21 years agoremove bad assertion, fix minor bug in _mesa_lookup_rgba()
Brian Paul [Sun, 26 Jan 2003 14:34:56 +0000 (14:34 +0000)]
remove bad assertion, fix minor bug in _mesa_lookup_rgba()

21 years agooptimize compute_coveragef (Evgeny Kotsuba)
Brian Paul [Sat, 25 Jan 2003 18:57:13 +0000 (18:57 +0000)]
optimize compute_coveragef (Evgeny Kotsuba)

21 years agonew texture enums (Leif Delgass)
Brian Paul [Sat, 25 Jan 2003 00:46:46 +0000 (00:46 +0000)]
new texture enums (Leif Delgass)

21 years agoremove unused vars
Brian Paul [Fri, 24 Jan 2003 21:42:27 +0000 (21:42 +0000)]
remove unused vars

21 years agosilence warning
Brian Paul [Fri, 24 Jan 2003 21:41:08 +0000 (21:41 +0000)]
silence warning

21 years agosilence some warnings
Brian Paul [Fri, 24 Jan 2003 21:38:19 +0000 (21:38 +0000)]
silence some warnings

21 years agorenamed dither-related preprocessor symbols (bug 536406)
Brian Paul [Fri, 24 Jan 2003 15:33:22 +0000 (15:33 +0000)]
renamed dither-related preprocessor symbols (bug 536406)

21 years agopush/pop color table state (Eric Plante)
Brian Paul [Wed, 22 Jan 2003 17:58:52 +0000 (17:58 +0000)]
push/pop color table state (Eric Plante)

21 years agoimproved solve_plane_chan() (Evgeny Kotsuba)
Brian Paul [Wed, 22 Jan 2003 15:03:09 +0000 (15:03 +0000)]
improved solve_plane_chan() (Evgeny Kotsuba)

21 years agoglGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3
Brian Paul [Wed, 22 Jan 2003 00:42:45 +0000 (00:42 +0000)]
glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3

21 years agoadded missing break (Leif Delgass)
Brian Paul [Tue, 21 Jan 2003 23:58:29 +0000 (23:58 +0000)]
added missing break (Leif Delgass)

21 years agoGL_SGI_texture_color_table
Brian Paul [Tue, 21 Jan 2003 21:48:29 +0000 (21:48 +0000)]
GL_SGI_texture_color_table

21 years agoGL_SGI_texture_color_table extension (Eric Plante)
Brian Paul [Tue, 21 Jan 2003 21:47:45 +0000 (21:47 +0000)]
GL_SGI_texture_color_table extension (Eric Plante)

21 years agonew X86 CPU detection code (Petr Sebor)
Brian Paul [Tue, 21 Jan 2003 16:13:55 +0000 (16:13 +0000)]
new X86 CPU detection code (Petr Sebor)

21 years agoGL_ATI_texture_env_combine3 extension
Brian Paul [Tue, 21 Jan 2003 15:49:06 +0000 (15:49 +0000)]
GL_ATI_texture_env_combine3 extension

21 years agocheck for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)
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)

21 years agofix an assertion
Brian Paul [Mon, 20 Jan 2003 15:21:41 +0000 (15:21 +0000)]
fix an assertion

21 years agouse COPY_CHAN4 macro
Brian Paul [Mon, 20 Jan 2003 15:20:27 +0000 (15:20 +0000)]
use COPY_CHAN4 macro

21 years agouse R/G/B/ACOMP indexes (Evgeny Kotsuba)
Brian Paul [Mon, 20 Jan 2003 00:25:17 +0000 (00:25 +0000)]
use R/G/B/ACOMP indexes (Evgeny Kotsuba)

21 years agofix IBM CPP warning (Evgeny Kotsuba)
Brian Paul [Mon, 20 Jan 2003 00:24:22 +0000 (00:24 +0000)]
fix IBM CPP warning (Evgeny Kotsuba)

21 years agoadd some casts
Brian Paul [Sun, 19 Jan 2003 15:27:37 +0000 (15:27 +0000)]
add some casts

21 years agofix for framebuffer width and height when window hasn't been realized.
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.

21 years agoanother fix for glDrawPixels + clipping
Brian Paul [Thu, 16 Jan 2003 18:57:44 +0000 (18:57 +0000)]
another fix for glDrawPixels + clipping

21 years agoupdate CurrentStack in glActiveTexture if needed (bug 669080)
Brian Paul [Thu, 16 Jan 2003 15:22:13 +0000 (15:22 +0000)]
update CurrentStack in glActiveTexture if needed (bug 669080)

21 years agofix glDrawPixels hang when clipping
Brian Paul [Wed, 15 Jan 2003 23:46:34 +0000 (23:46 +0000)]
fix glDrawPixels hang when clipping

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

21 years agoFix SourceForge bug 664908. wglDescribePixelFormat should return the
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.

21 years agosimple GL_NV_fragment_program test
Brian Paul [Tue, 14 Jan 2003 22:50:02 +0000 (22:50 +0000)]
simple GL_NV_fragment_program test

21 years agofragment program execution
Brian Paul [Tue, 14 Jan 2003 04:57:47 +0000 (04:57 +0000)]
fragment program execution

21 years agoFirst batch of code for GL_NV_fragment_program.
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.

21 years agoGL_NV_fragment_program
Brian Paul [Tue, 14 Jan 2003 04:50:14 +0000 (04:50 +0000)]
GL_NV_fragment_program

21 years agoprototype render-to-texture
Brian Paul [Tue, 14 Jan 2003 04:49:31 +0000 (04:49 +0000)]
prototype render-to-texture

21 years agoinitial code for render-to-texture
Brian Paul [Tue, 14 Jan 2003 04:49:07 +0000 (04:49 +0000)]
initial code for render-to-texture

21 years agoremove const from _mesa_strtof()
Brian Paul [Tue, 14 Jan 2003 03:05:38 +0000 (03:05 +0000)]
remove const from _mesa_strtof()

21 years agoadded _mesa_strtof()
Brian Paul [Tue, 14 Jan 2003 03:02:13 +0000 (03:02 +0000)]
added _mesa_strtof()

21 years agoOSMesa16 updates (Eric Plante), added _mesa_strtof()
Brian Paul [Tue, 14 Jan 2003 03:00:54 +0000 (03:00 +0000)]
OSMesa16 updates (Eric Plante), added _mesa_strtof()

21 years agofix fog stride bugs (Michel Danzer)
Brian Paul [Mon, 13 Jan 2003 15:47:52 +0000 (15:47 +0000)]
fix fog stride bugs (Michel Danzer)

21 years agoremove ADD_L altogether
Brian Paul [Thu, 9 Jan 2003 23:43:02 +0000 (23:43 +0000)]
remove ADD_L altogether

21 years agos/16/32/ (Josh Vanderhoof)
Brian Paul [Thu, 9 Jan 2003 18:03:20 +0000 (18:03 +0000)]
s/16/32/ (Josh Vanderhoof)

21 years agomoved ADD_L instruction (Linus Torvalds)
Brian Paul [Thu, 9 Jan 2003 14:56:25 +0000 (14:56 +0000)]
moved ADD_L instruction (Linus Torvalds)

21 years agoadded font-related symbols
Brian Paul [Thu, 9 Jan 2003 14:36:54 +0000 (14:36 +0000)]
added font-related symbols

21 years agofix some float/ubyte mistakes (Daniel Borca)
Brian Paul [Wed, 8 Jan 2003 21:32:33 +0000 (21:32 +0000)]
fix some float/ubyte mistakes (Daniel Borca)

21 years agomove t->Image[i]->Format test (bug 659012)
Brian Paul [Wed, 8 Jan 2003 16:48:04 +0000 (16:48 +0000)]
move t->Image[i]->Format test (bug 659012)

21 years agofix typo in rotation code (bug 659677)
Brian Paul [Wed, 8 Jan 2003 16:42:47 +0000 (16:42 +0000)]
fix typo in rotation code (bug 659677)

21 years agofix glCopyTexSubImage2D error checking (bug 661907)
Brian Paul [Wed, 8 Jan 2003 16:24:05 +0000 (16:24 +0000)]
fix glCopyTexSubImage2D error checking (bug 661907)

21 years agoCheck that ActiveTextureARB doesn't overflow MaxTextureUnits
Alan Hourihane [Mon, 30 Dec 2002 19:24:05 +0000 (19:24 +0000)]
Check that ActiveTextureARB doesn't overflow MaxTextureUnits

21 years agoAdd missing break statements
Keith Whitwell [Thu, 19 Dec 2002 18:36:01 +0000 (18:36 +0000)]
Add missing break statements

21 years agoadded new DOS files
Brian Paul [Thu, 19 Dec 2002 15:18:22 +0000 (15:18 +0000)]
added new DOS files

21 years agoobsolete
Brian Paul [Thu, 19 Dec 2002 15:15:24 +0000 (15:15 +0000)]
obsolete

21 years agoDOS updates
Brian Paul [Thu, 19 Dec 2002 15:14:58 +0000 (15:14 +0000)]
DOS updates

21 years agoDOS updates from Daniel Borca.
Brian Paul [Wed, 18 Dec 2002 15:06:36 +0000 (15:06 +0000)]
DOS updates from Daniel Borca.

21 years agocomment changes
Brian Paul [Wed, 18 Dec 2002 15:02:19 +0000 (15:02 +0000)]
comment changes

21 years agoimproved error message
Brian Paul [Wed, 18 Dec 2002 15:01:26 +0000 (15:01 +0000)]
improved error message