mesa.git
21 years agoreplace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul [Tue, 25 Mar 2003 02:23:44 +0000 (02:23 +0000)]
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]

21 years agostore correct EXP result
Brian Paul [Tue, 25 Mar 2003 00:00:29 +0000 (00:00 +0000)]
store correct EXP result

21 years agodisable prototyped GLX_ARB_render_texture extension
Brian Paul [Mon, 24 Mar 2003 23:41:10 +0000 (23:41 +0000)]
disable prototyped GLX_ARB_render_texture extension

21 years agoadd 2, not 4, in _mesa_get_compressed_formats()
Brian Paul [Mon, 24 Mar 2003 20:00:09 +0000 (20:00 +0000)]
add 2, not 4, in _mesa_get_compressed_formats()

21 years agosubset spec (was subset.html in embedded-1-branch)
Brian Paul [Sat, 22 Mar 2003 18:35:53 +0000 (18:35 +0000)]
subset spec (was subset.html in embedded-1-branch)

21 years agofix GL_COLOR_MATERIAL bug
Brian Paul [Fri, 21 Mar 2003 13:18:33 +0000 (13:18 +0000)]
fix GL_COLOR_MATERIAL bug

21 years agoremove/obfuscate all remaining email addresses
Brian Paul [Wed, 19 Mar 2003 19:15:28 +0000 (19:15 +0000)]
remove/obfuscate all remaining email addresses

21 years ago Committing in .
Jouk Jansen [Wed, 19 Mar 2003 07:15:35 +0000 (07:15 +0000)]
 Committing in .

 Added some type casts

 Modified Files:
  Mesa/src/swrast/s_nvfragprog.c
 ----------------------------------------------------------------------

21 years agoRewrite of fragment program named parameters, constants, etc. Not done.
Brian Paul [Wed, 19 Mar 2003 05:34:24 +0000 (05:34 +0000)]
Rewrite of fragment program named parameters, constants, etc.  Not done.

21 years agoadded comments
Brian Paul [Wed, 19 Mar 2003 05:33:09 +0000 (05:33 +0000)]
added comments

21 years agoFix typo
Keith Whitwell [Mon, 17 Mar 2003 21:38:47 +0000 (21:38 +0000)]
Fix typo

21 years agomove #include glheader.h before extern C namespace
Brian Paul [Mon, 17 Mar 2003 15:13:43 +0000 (15:13 +0000)]
move #include glheader.h before extern C namespace

21 years agoStore partial derivative values in sw_span structure.
Brian Paul [Sun, 16 Mar 2003 22:02:36 +0000 (22:02 +0000)]
Store partial derivative values in sw_span structure.
Implemented DDX and DDY fragment program instructions (whew!)
Not fully tested yet.

21 years agouse TEX_UNIT_LOOP macro to coalesce some code
Brian Paul [Sun, 16 Mar 2003 20:10:01 +0000 (20:10 +0000)]
use TEX_UNIT_LOOP macro to coalesce some code

21 years agoclean-ups, re-org in preparation for fragment program work
Brian Paul [Sun, 16 Mar 2003 18:42:13 +0000 (18:42 +0000)]
clean-ups, re-org in preparation for fragment program work

21 years agoadded -lstc++ info, convert more plain text to html
Brian Paul [Sun, 16 Mar 2003 16:43:04 +0000 (16:43 +0000)]
added -lstc++ info, convert more plain text to html

21 years agoFix up some fragment program texture enable issues.
Brian Paul [Sat, 15 Mar 2003 17:33:25 +0000 (17:33 +0000)]
Fix up some fragment program texture enable issues.
Implemented TXD instruction.

21 years agoadded fptest1, fptexture, texrect, etc
Brian Paul [Fri, 14 Mar 2003 15:43:46 +0000 (15:43 +0000)]
added fptest1, fptexture, texrect, etc

21 years agosimple NV_fragment_program texture test
Brian Paul [Fri, 14 Mar 2003 15:41:51 +0000 (15:41 +0000)]
simple NV_fragment_program texture test

21 years agoClean-up of parser error handling/reporting.
Brian Paul [Fri, 14 Mar 2003 15:40:59 +0000 (15:40 +0000)]
Clean-up of parser error handling/reporting.
Basic fragment program texture instructions are limping along.

21 years agoinclude macros.h
Brian Paul [Fri, 14 Mar 2003 15:38:04 +0000 (15:38 +0000)]
include macros.h

21 years agoDJGPP tweaks
Brian Paul [Tue, 11 Mar 2003 15:42:48 +0000 (15:42 +0000)]
DJGPP tweaks

21 years agoDJGPP tweaks
Brian Paul [Tue, 11 Mar 2003 15:34:42 +0000 (15:34 +0000)]
DJGPP tweaks

21 years agoadded Klaus Niederkruger, html clean-up
Brian Paul [Mon, 10 Mar 2003 14:01:05 +0000 (14:01 +0000)]
added Klaus Niederkruger, html clean-up

21 years agofix/improve glAreTextures/ProgramsResident (Jose Fonseca)
Brian Paul [Mon, 10 Mar 2003 00:26:24 +0000 (00:26 +0000)]
fix/improve glAreTextures/ProgramsResident (Jose Fonseca)

21 years agotest GLfloat OSMesa rendering
Brian Paul [Sat, 8 Mar 2003 19:05:45 +0000 (19:05 +0000)]
test GLfloat OSMesa rendering

21 years agoDOS update (Daniel Borca)
Brian Paul [Sat, 8 Mar 2003 18:28:14 +0000 (18:28 +0000)]
DOS update (Daniel Borca)

21 years agominor tweaks
Brian Paul [Sat, 8 Mar 2003 17:45:44 +0000 (17:45 +0000)]
minor tweaks

21 years agoDocumentation/website overhaul. The website content and doc/ directory
Brian Paul [Sat, 8 Mar 2003 17:38:57 +0000 (17:38 +0000)]
Documentation/website overhaul.  The website content and doc/ directory
are now merged and are one and the same.

21 years agominor updates
Brian Paul [Fri, 7 Mar 2003 20:21:51 +0000 (20:21 +0000)]
minor updates

21 years agoadded OS/2 version of IROUND (Evgeny Kotsuba)
Brian Paul [Fri, 7 Mar 2003 14:54:22 +0000 (14:54 +0000)]
added OS/2 version of IROUND (Evgeny Kotsuba)

21 years ago Committing in .
Jouk Jansen [Wed, 5 Mar 2003 15:54:56 +0000 (15:54 +0000)]
 Committing in .

 Removed src/mmath.c from OpenVMS makefile

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

21 years agofix GLchan=GLfloat problems
Brian Paul [Tue, 4 Mar 2003 19:16:47 +0000 (19:16 +0000)]
fix GLchan=GLfloat problems

21 years agosilence a GLchan=GLfloat warning with a cast
Brian Paul [Tue, 4 Mar 2003 19:16:23 +0000 (19:16 +0000)]
silence a GLchan=GLfloat warning with a cast

21 years agoadded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
Brian Paul [Tue, 4 Mar 2003 16:33:53 +0000 (16:33 +0000)]
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)

21 years agodisable using optimized _mesa_sqrtf() for now
Brian Paul [Mon, 3 Mar 2003 21:44:39 +0000 (21:44 +0000)]
disable using optimized _mesa_sqrtf() for now

21 years agobetter error messages (Leif Delgass)
Brian Paul [Mon, 3 Mar 2003 15:37:41 +0000 (15:37 +0000)]
better error messages (Leif Delgass)

21 years agoadded glFinish with comment
Brian Paul [Mon, 3 Mar 2003 03:14:25 +0000 (03:14 +0000)]
added glFinish with comment

21 years agoadded extern "C" for C++
Brian Paul [Sun, 2 Mar 2003 19:38:24 +0000 (19:38 +0000)]
added extern "C" for C++

21 years agoremoved extra _mesa_memset16() prototype
Brian Paul [Sun, 2 Mar 2003 19:36:09 +0000 (19:36 +0000)]
removed extra _mesa_memset16() prototype

21 years agoremove some MESA_DEBUG stuff
Brian Paul [Sun, 2 Mar 2003 19:31:15 +0000 (19:31 +0000)]
remove some MESA_DEBUG stuff

21 years agoKilled mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul [Sat, 1 Mar 2003 01:50:20 +0000 (01:50 +0000)]
Killed mmath.[ch].  Moved low-level functions/assembly code into imports.[ch]
Moved type conversion and interpolation macros into macros.h
Updated all the files that used to include mmath.h

21 years agodocument latest source code changes
Brian Paul [Sat, 1 Mar 2003 01:50:13 +0000 (01:50 +0000)]
document latest source code changes

21 years agoupdated version
Brian Paul [Fri, 28 Feb 2003 16:31:32 +0000 (16:31 +0000)]
updated version

21 years agominor typo
Brian Paul [Fri, 28 Feb 2003 15:09:02 +0000 (15:09 +0000)]
minor typo

21 years agofix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
Brian Paul [Fri, 28 Feb 2003 15:08:49 +0000 (15:08 +0000)]
fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)

21 years agofix a cast (bug 694546)
Brian Paul [Thu, 27 Feb 2003 23:37:53 +0000 (23:37 +0000)]
fix a cast (bug 694546)

21 years agofix compilation for windows
Karl Schultz [Thu, 27 Feb 2003 19:43:02 +0000 (19:43 +0000)]
fix compilation for windows

21 years agofix compilation warnings on Windows
Karl Schultz [Thu, 27 Feb 2003 19:40:45 +0000 (19:40 +0000)]
fix compilation warnings on Windows

21 years agoFix function definitions for Windows.
Karl Schultz [Thu, 27 Feb 2003 19:00:00 +0000 (19:00 +0000)]
Fix function definitions for Windows.

21 years agofix float color interpolation (bug 694461)
Brian Paul [Thu, 27 Feb 2003 18:15:18 +0000 (18:15 +0000)]
fix float color interpolation (bug 694461)

21 years agoMore clean-ups. Parse scalar/vector literals and defined identifier sources.
Brian Paul [Wed, 26 Feb 2003 01:28:15 +0000 (01:28 +0000)]
More clean-ups.  Parse scalar/vector literals and defined identifier sources.

21 years agos/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.
Brian Paul [Tue, 25 Feb 2003 20:07:43 +0000 (20:07 +0000)]
s/Parse_SwizzleSrcReg/Parse_VectorSrc/.  Parse +/- and absolute value syntax.

21 years agomore parser test programs
Brian Paul [Tue, 25 Feb 2003 20:06:35 +0000 (20:06 +0000)]
more parser test programs

21 years agoset MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
Brian Paul [Tue, 25 Feb 2003 19:30:59 +0000 (19:30 +0000)]
set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3

21 years agoassorted clean-ups and improvements
Brian Paul [Tue, 25 Feb 2003 19:30:27 +0000 (19:30 +0000)]
assorted clean-ups and improvements

21 years agopass the instruction to store_vector4(). implement KIL.
Brian Paul [Tue, 25 Feb 2003 19:29:43 +0000 (19:29 +0000)]
pass the instruction to store_vector4().  implement KIL.

21 years agoparser clean-ups and simplifications
Brian Paul [Tue, 25 Feb 2003 19:27:54 +0000 (19:27 +0000)]
parser clean-ups and simplifications

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)