profile/ivi/mesa.git
22 years agoLots of improvements in the 2D texture sampling code. Fewer function calls
Brian Paul [Sun, 17 Feb 2002 01:58:59 +0000 (01:58 +0000)]
Lots of improvements in the 2D texture sampling code.  Fewer function calls
and no more switches inside loops.  To do: give the 1D/3D/cube routines the
same treatment.

22 years agoOptimized the interpolate_texcoords() function:
Brian Paul [Sun, 17 Feb 2002 01:49:31 +0000 (01:49 +0000)]
Optimized the interpolate_texcoords() function:
  Use fast approximation to log().
  Check for dq==0 to avoid a per-pixel divide.

22 years agoremoved dead code
Brian Paul [Sat, 16 Feb 2002 23:44:46 +0000 (23:44 +0000)]
removed dead code

22 years agoupdated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient
Brian Paul [Sat, 16 Feb 2002 14:54:18 +0000 (14:54 +0000)]
updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient

22 years agouse separate GC for SwapBuffers to avoid colormask problem
Brian Paul [Fri, 15 Feb 2002 19:15:33 +0000 (19:15 +0000)]
use separate GC for SwapBuffers to avoid colormask problem

22 years agoinclude string.h to silence warning
Brian Paul [Fri, 15 Feb 2002 16:48:48 +0000 (16:48 +0000)]
include string.h to silence warning

22 years agoadded new depth_texture/shadow tokens (temporary)
Brian Paul [Fri, 15 Feb 2002 16:41:36 +0000 (16:41 +0000)]
added new depth_texture/shadow tokens (temporary)

22 years agoFinished up GL_ARB_depth_texture and GL_ARB_shadow
Brian Paul [Fri, 15 Feb 2002 16:37:36 +0000 (16:37 +0000)]
Finished up GL_ARB_depth_texture and GL_ARB_shadow

22 years agoupdated VERT_BIT_* definitions
Brian Paul [Fri, 15 Feb 2002 16:32:36 +0000 (16:32 +0000)]
updated VERT_BIT_* definitions

22 years agoFinished up GL_ARB_depth_texture and GL_ARB_shadow.
Brian Paul [Fri, 15 Feb 2002 16:32:06 +0000 (16:32 +0000)]
Finished up GL_ARB_depth_texture and GL_ARB_shadow.

22 years agoGL_ARB_window_pos fog fix
Brian Paul [Fri, 15 Feb 2002 16:27:13 +0000 (16:27 +0000)]
GL_ARB_window_pos fog fix

22 years agofinished up GL_ARB_window_pos
Brian Paul [Fri, 15 Feb 2002 16:26:08 +0000 (16:26 +0000)]
finished up GL_ARB_window_pos

22 years agoadded a glClear() error check
Brian Paul [Fri, 15 Feb 2002 16:25:16 +0000 (16:25 +0000)]
added a glClear() error check

22 years agofixed a multitexture MatrixMode() bug
Brian Paul [Fri, 15 Feb 2002 16:24:37 +0000 (16:24 +0000)]
fixed a multitexture MatrixMode() bug

22 years agoobsolete
Brian Paul [Fri, 15 Feb 2002 14:10:19 +0000 (14:10 +0000)]
obsolete

22 years agouniformly pass texcoords as GLfloat [4]
Brian Paul [Fri, 15 Feb 2002 03:41:47 +0000 (03:41 +0000)]
uniformly pass texcoords as GLfloat [4]

22 years agoadded alternate glBitmap code (disabled)
Brian Paul [Fri, 15 Feb 2002 03:41:00 +0000 (03:41 +0000)]
added alternate glBitmap code (disabled)

22 years agoadded SPAN_SPEC flag in smooth_multitextured_line()
Brian Paul [Fri, 15 Feb 2002 03:39:37 +0000 (03:39 +0000)]
added SPAN_SPEC flag in smooth_multitextured_line()

22 years agofixed float->int conversion. Fix conditional for 16-bit Z buffer path
Brian Paul [Fri, 15 Feb 2002 03:38:12 +0000 (03:38 +0000)]
fixed float->int conversion. Fix conditional for 16-bit Z buffer path

22 years agoupdated GL_VENDOR string
Brian Paul [Thu, 14 Feb 2002 00:40:24 +0000 (00:40 +0000)]
updated GL_VENDOR string

22 years agominor clean-up
Brian Paul [Thu, 14 Feb 2002 00:39:53 +0000 (00:39 +0000)]
minor clean-up

22 years agoRemove debug
Keith Whitwell [Wed, 13 Feb 2002 23:53:19 +0000 (23:53 +0000)]
Remove debug

22 years agonow supports > 2 texture units
Brian Paul [Wed, 13 Feb 2002 02:23:33 +0000 (02:23 +0000)]
now supports > 2 texture units

22 years agoMore suport for t&l drivers
Keith Whitwell [Wed, 13 Feb 2002 00:53:19 +0000 (00:53 +0000)]
More suport for t&l drivers
Fix GLuint compare bugs
Fix RESET_STIPPLE calls

22 years agofix compiler warning (windows)
Karl Schultz [Tue, 12 Feb 2002 16:45:22 +0000 (16:45 +0000)]
fix compiler warning (windows)

22 years agosilence compiler warnings
Brian Paul [Tue, 12 Feb 2002 16:07:47 +0000 (16:07 +0000)]
silence compiler warnings

22 years agoadd new DOS files to tar file list
Brian Paul [Tue, 12 Feb 2002 03:28:48 +0000 (03:28 +0000)]
add new DOS files to tar file list

22 years agoDaniel Borca's new DOS/DJGPP driver.
Brian Paul [Tue, 12 Feb 2002 03:24:56 +0000 (03:24 +0000)]
Daniel Borca's new DOS/DJGPP driver.

22 years agoDaniel Borca's GLUT for DOS/DGJPP.
Brian Paul [Tue, 12 Feb 2002 03:24:06 +0000 (03:24 +0000)]
Daniel Borca's GLUT for DOS/DGJPP.

22 years agoadded an assertion, fix typo
Brian Paul [Wed, 6 Feb 2002 03:22:47 +0000 (03:22 +0000)]
added an assertion, fix typo

22 years agofixed typo in depth_test_pixels(), should fix reported VTK failures
Brian Paul [Wed, 6 Feb 2002 03:22:00 +0000 (03:22 +0000)]
fixed typo in depth_test_pixels(), should fix reported VTK failures

22 years agofix evaluator data and matrix stack mem leaks (Robert Bergkvist)
Brian Paul [Tue, 5 Feb 2002 23:21:45 +0000 (23:21 +0000)]
fix evaluator data and matrix stack mem leaks (Robert Bergkvist)

22 years agoClean-up and remove dead code related to depth/stecil testing.
Brian Paul [Mon, 4 Feb 2002 15:59:29 +0000 (15:59 +0000)]
Clean-up and remove dead code related to depth/stecil testing.

22 years agoremoved references to removed source files
Brian Paul [Sat, 2 Feb 2002 21:41:58 +0000 (21:41 +0000)]
removed references to removed source files

22 years agoConverted line drawing over to new span code, pb no longer used.
Brian Paul [Sat, 2 Feb 2002 21:40:33 +0000 (21:40 +0000)]
Converted line drawing over to new span code, pb no longer used.
Big clean-up of line drawing code.
Removed many obsolete span processing functions.

22 years agosw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul [Sat, 2 Feb 2002 17:24:11 +0000 (17:24 +0000)]
sw_span can now hold x/y arrays of fragment positions - getting ready to
ditch the pb (pixel buffer) code.
Converted point drawing, bitmaps and aa lines to use new span functions.

22 years agoClean-up and optimize alpha test code.
Brian Paul [Thu, 31 Jan 2002 00:27:43 +0000 (00:27 +0000)]
Clean-up and optimize alpha test code.
Major clean-up of pixel zoom code.

22 years agoremoved GLUT reference
Brian Paul [Wed, 30 Jan 2002 21:54:37 +0000 (21:54 +0000)]
removed GLUT reference

22 years agodon't use affine/persp_textured_triangle funcs when CHAN_BITS > 8
Brian Paul [Wed, 30 Jan 2002 16:54:02 +0000 (16:54 +0000)]
don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8

22 years agoreturn GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32
Brian Paul [Wed, 30 Jan 2002 16:53:03 +0000 (16:53 +0000)]
return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32

22 years agoreplace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem
Brian Paul [Wed, 30 Jan 2002 16:52:02 +0000 (16:52 +0000)]
replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem

22 years agoStill more texture/span simplification and clean-up.
Brian Paul [Mon, 28 Jan 2002 04:25:56 +0000 (04:25 +0000)]
Still more texture/span simplification and clean-up.
Updated comments, fixed indentation, etc.

22 years agoMore span improvements. Removed _mesa_write_monocolor_span().
Brian Paul [Mon, 28 Jan 2002 03:42:28 +0000 (03:42 +0000)]
More span improvements.  Removed _mesa_write_monocolor_span().
Removed last of span.filled* flags and Klaus's macros.
More simplification of triangle functions.

22 years agoMore span clean-up, mostly texture-related.
Brian Paul [Mon, 28 Jan 2002 00:07:33 +0000 (00:07 +0000)]
More span clean-up, mostly texture-related.
_mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span().
Removed some unneeded triangle functions - more simplification possible.

22 years agoLOTS of changes, building upon Klaus's work.
Brian Paul [Sun, 27 Jan 2002 18:32:03 +0000 (18:32 +0000)]
LOTS of changes, building upon Klaus's work.
struct sw_span is used throughout span/fragment processing.
This is leading to less code and more chances for optimization.

22 years agoadded fog and raster Z position controls
Brian Paul [Sat, 26 Jan 2002 17:49:30 +0000 (17:49 +0000)]
added fog and raster Z position controls

22 years agomore info about building for Motif
Brian Paul [Fri, 25 Jan 2002 16:05:31 +0000 (16:05 +0000)]
more info about building for Motif

22 years agoadded missing IsEnabled() cases for fog coord and secondary color arrays
Brian Paul [Tue, 22 Jan 2002 18:40:46 +0000 (18:40 +0000)]
added missing IsEnabled() cases for fog coord and secondary color arrays

22 years agofixed array_cache.tag mistake
Brian Paul [Tue, 22 Jan 2002 18:37:05 +0000 (18:37 +0000)]
fixed array_cache.tag mistake

22 years agoClean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul [Tue, 22 Jan 2002 14:35:16 +0000 (14:35 +0000)]
Clean-up/renaming of the per-vertex attribute bits, specifically, the
VERT_BIT_* flags are new and used in many places (esp in T&L code).
Updated some comments for doxygen.
Various code clean-ups.

22 years agoadded array_cache to TAGFILES
Brian Paul [Tue, 22 Jan 2002 14:31:09 +0000 (14:31 +0000)]
added array_cache to TAGFILES

22 years agominor update
Brian Paul [Mon, 21 Jan 2002 21:21:22 +0000 (21:21 +0000)]
minor update

22 years agofiles to support doxygen (source code documentation)
Brian Paul [Mon, 21 Jan 2002 19:29:55 +0000 (19:29 +0000)]
files to support doxygen (source code documentation)

22 years agoKlaus's latest patches and some clean-up
Brian Paul [Mon, 21 Jan 2002 18:12:34 +0000 (18:12 +0000)]
Klaus's latest patches and some clean-up

22 years agoupdated gl_mangle.h (Ray Tice)
Brian Paul [Fri, 18 Jan 2002 14:55:40 +0000 (14:55 +0000)]
updated gl_mangle.h (Ray Tice)

22 years agonew gl_mangle.h with korn shell script to regenerate itself from gl.h and glext.h...
Brian Paul [Wed, 16 Jan 2002 23:51:09 +0000 (23:51 +0000)]
new gl_mangle.h with korn shell script to regenerate itself from gl.h and glext.h (Ray Tice)

22 years agochanged PB (pixel buffer) to use texcoord[4] array
Brian Paul [Wed, 16 Jan 2002 20:15:00 +0000 (20:15 +0000)]
changed PB (pixel buffer) to use texcoord[4] array

22 years agoset PB->haveSpec in line functions that emit specular color
Brian Paul [Wed, 16 Jan 2002 18:22:19 +0000 (18:22 +0000)]
set PB->haveSpec in line functions that emit specular color

22 years agoadded another test in regions_overlap() (Klaus)
Brian Paul [Wed, 16 Jan 2002 16:04:50 +0000 (16:04 +0000)]
added another test in regions_overlap() (Klaus)

22 years agolatest changes from Klaus
Brian Paul [Wed, 16 Jan 2002 16:00:03 +0000 (16:00 +0000)]
latest changes from Klaus

22 years agoadded latest bug fixes
Brian Paul [Wed, 16 Jan 2002 15:45:54 +0000 (15:45 +0000)]
added latest bug fixes

22 years agoFixes for 24-bit Windows devices. The old code was trying to do 3-byte
Karl Schultz [Wed, 16 Jan 2002 15:42:17 +0000 (15:42 +0000)]
Fixes for 24-bit Windows devices.  The old code was trying to do 3-byte
stores with a full DWORD store (yuk).  (Jeff Lewis)

22 years ago Committing in .
Jouk Jansen [Wed, 16 Jan 2002 14:32:46 +0000 (14:32 +0000)]
 Committing in .

 -Compile support for tests on OpenVMS
 -Fixed missing header file
 -Fixed missing return value on function return

 Modified Files:
  Mesa/descrip.mms Mesa/tests/sharedtex.c
 Added Files:
  Mesa/tests/descrip.mms
 ----------------------------------------------------------------------

22 years agoget tests working on windows (Robert Bergkvist)
Karl Schultz [Wed, 16 Jan 2002 01:03:25 +0000 (01:03 +0000)]
get tests working on windows (Robert Bergkvist)

22 years agoSamples working for Windows (Robert Bergkvist)
Karl Schultz [Wed, 16 Jan 2002 00:57:54 +0000 (00:57 +0000)]
Samples working for Windows (Robert Bergkvist)

22 years agoDemo updates for Windows (Robert Bergkvist)
Karl Schultz [Wed, 16 Jan 2002 00:48:43 +0000 (00:48 +0000)]
Demo updates for Windows (Robert Bergkvist)

22 years agoRemoved missing files and added new ones (Robert Bergkvist)
Karl Schultz [Wed, 16 Jan 2002 00:41:16 +0000 (00:41 +0000)]
Removed missing files and added new ones (Robert Bergkvist)

22 years agoadded some missing error checks
Brian Paul [Tue, 15 Jan 2002 21:49:57 +0000 (21:49 +0000)]
added some missing error checks

22 years agoFixed Windows compile problem with gl__unused413() function.
Brian Paul [Tue, 15 Jan 2002 19:04:52 +0000 (19:04 +0000)]
Fixed Windows compile problem with gl__unused413() function.

22 years agoCorrect typo (vpstate.c) so that makefile works.
Karl Schultz [Tue, 15 Jan 2002 18:41:53 +0000 (18:41 +0000)]
Correct typo (vpstate.c) so that makefile works.

22 years agoRemove phantom tab on a blank line to allow compile on IRIX.
Karl Schultz [Tue, 15 Jan 2002 18:30:58 +0000 (18:30 +0000)]
Remove phantom tab on a blank line to allow compile on IRIX.

22 years agoremoved api_compat stuff
Brian Paul [Tue, 15 Jan 2002 18:27:33 +0000 (18:27 +0000)]
removed api_compat stuff

22 years agoFixed pixel color component problem and clear code for 24-bit Windows
Karl Schultz [Tue, 15 Jan 2002 18:14:34 +0000 (18:14 +0000)]
Fixed pixel color component problem and clear code for 24-bit Windows
  devices.  (Jeff Lewis)

22 years agoRemove trailing CR's. No logical changes.
Karl Schultz [Tue, 15 Jan 2002 18:11:36 +0000 (18:11 +0000)]
Remove trailing CR's.   No logical changes.

22 years agoremove api_compat.c
Brian Paul [Mon, 14 Jan 2002 16:07:33 +0000 (16:07 +0000)]
remove api_compat.c

22 years agoRemoved api_compat stuff, there's a better way.
Brian Paul [Mon, 14 Jan 2002 16:06:35 +0000 (16:06 +0000)]
Removed api_compat stuff, there's a better way.
Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c

22 years agooops, missed vpstate.c
Brian Paul [Mon, 14 Jan 2002 15:47:10 +0000 (15:47 +0000)]
oops, missed vpstate.c

22 years agoadded vertex program sources
Brian Paul [Mon, 14 Jan 2002 15:46:19 +0000 (15:46 +0000)]
added vertex program sources

22 years agoadded glReadPixels / scissor bug fix
Brian Paul [Sat, 12 Jan 2002 16:19:04 +0000 (16:19 +0000)]
added glReadPixels / scissor bug fix

22 years agodon't apply scissor box in read_fast_rgba_pixels()
Brian Paul [Sat, 12 Jan 2002 16:12:52 +0000 (16:12 +0000)]
don't apply scissor box in read_fast_rgba_pixels()

22 years agoadded some comments
Brian Paul [Sat, 12 Jan 2002 03:01:23 +0000 (03:01 +0000)]
added some comments

22 years agoupdated some comments
Brian Paul [Sat, 12 Jan 2002 02:57:14 +0000 (02:57 +0000)]
updated some comments

22 years agoset _NeedEyeCoords to zero if vertex program is enabled
Brian Paul [Sat, 12 Jan 2002 02:55:30 +0000 (02:55 +0000)]
set _NeedEyeCoords to zero if vertex program is enabled

22 years agoChanged gl_client_array's Enabled field to GLuint so it can actually
Brian Paul [Fri, 11 Jan 2002 17:26:54 +0000 (17:26 +0000)]
Changed gl_client_array's Enabled field to GLuint so it can actually
hold the flags we're storing in it!

22 years agoMoved _mesa_VertexAttribPointerNV into varray.c.
Brian Paul [Fri, 11 Jan 2002 17:25:35 +0000 (17:25 +0000)]
Moved _mesa_VertexAttribPointerNV into varray.c.
Removed dead placeholder functions from vpstate.[ch].
Changed gl_client_array's Enabled field to GLuint so it can actually
hold the flags we're storing in it!
Always do the switch (type) code in the vertex array functions to that
<type> gets error checked!

22 years agoKlaus's latest patches: change texcoord[3] to texcoord[4] everywhere
Brian Paul [Thu, 10 Jan 2002 16:54:28 +0000 (16:54 +0000)]
Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere

22 years agoinit whole immediate struct to zero
Brian Paul [Thu, 10 Jan 2002 15:50:12 +0000 (15:50 +0000)]
init whole immediate struct to zero

22 years agoadded glTexEnviv bug fix
Brian Paul [Wed, 9 Jan 2002 02:16:58 +0000 (02:16 +0000)]
added glTexEnviv bug fix

22 years agofixed int->float conversion bug in _mesa_TexEnviv()
Brian Paul [Wed, 9 Jan 2002 02:14:29 +0000 (02:14 +0000)]
fixed int->float conversion bug in _mesa_TexEnviv()

22 years agoadded GL_REPLACE / GL_RGB texture bug fix
Brian Paul [Wed, 9 Jan 2002 00:30:01 +0000 (00:30 +0000)]
added GL_REPLACE / GL_RGB texture bug fix

22 years agofixed GL_REPLACE / GL_RGB bug
Brian Paul [Wed, 9 Jan 2002 00:27:49 +0000 (00:27 +0000)]
fixed GL_REPLACE / GL_RGB bug

22 years agoadded GL_BLEND/texenv color bug fix
Brian Paul [Wed, 9 Jan 2002 00:14:13 +0000 (00:14 +0000)]
added GL_BLEND/texenv color bug fix

22 years agotexture env color wasn't used correctly in GL_BLEND mode
Brian Paul [Wed, 9 Jan 2002 00:09:33 +0000 (00:09 +0000)]
texture env color wasn't used correctly in GL_BLEND mode

22 years agocompile with -DNDEBUG
Brian Paul [Tue, 8 Jan 2002 15:58:32 +0000 (15:58 +0000)]
compile with -DNDEBUG

22 years agowork-around for QNX compiler problem
Brian Paul [Tue, 8 Jan 2002 14:56:51 +0000 (14:56 +0000)]
work-around for QNX compiler problem

22 years agoimplemented vertex program point size control
Brian Paul [Sun, 6 Jan 2002 20:39:03 +0000 (20:39 +0000)]
implemented vertex program point size control

22 years agoAnother vertex program checkpoint: clean-up of vertex attribute storage
Brian Paul [Sun, 6 Jan 2002 03:54:12 +0000 (03:54 +0000)]
Another vertex program checkpoint: clean-up of vertex attribute storage
in vertex_buffer.   Improved vertex program pipeline stage such that
output registers can be processed in a loop.  Getting closer to where
we need to be in order to implement performance optimizations...

22 years agominor clean-ups
Brian Paul [Sat, 5 Jan 2002 21:58:42 +0000 (21:58 +0000)]
minor clean-ups

22 years agoinfrastructure for vertex program attribute evaluators
Brian Paul [Sat, 5 Jan 2002 21:53:20 +0000 (21:53 +0000)]
infrastructure for vertex program attribute evaluators

22 years agoVertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul [Sat, 5 Jan 2002 20:51:12 +0000 (20:51 +0000)]
Vertex program checkpoint commit: converted all vertex attributes (color,
normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype.
Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib
now complete.