profile/ivi/mesa.git
22 years agomore extensions
Brian Paul [Sat, 23 Mar 2002 16:35:40 +0000 (16:35 +0000)]
more extensions

22 years agoexercise GL_EXT_shadow_funcs
Brian Paul [Sat, 23 Mar 2002 16:34:18 +0000 (16:34 +0000)]
exercise GL_EXT_shadow_funcs

22 years agoTest implementation of proposed GL_EXT_shadow_funcs extension. This just
Brian Paul [Sat, 23 Mar 2002 16:33:53 +0000 (16:33 +0000)]
Test implementation of proposed GL_EXT_shadow_funcs extension.  This just
generalizes the R/texture comparision operators to include all eight of
the depth test comparisons.

22 years agobring over from the 4.0 branch
Brian Paul [Sat, 23 Mar 2002 02:38:39 +0000 (02:38 +0000)]
bring over from the 4.0 branch

22 years agoadded 4.0.2 info
Brian Paul [Sat, 23 Mar 2002 02:38:10 +0000 (02:38 +0000)]
added 4.0.2 info

22 years agore-adding a lost file
Brian Paul [Sat, 23 Mar 2002 02:37:17 +0000 (02:37 +0000)]
re-adding a lost file

22 years agoDOS/Mesa driver updates (Daniel Borca)
Brian Paul [Sat, 23 Mar 2002 02:34:07 +0000 (02:34 +0000)]
DOS/Mesa driver updates (Daniel Borca)

22 years agouse -O3 to compile osmesa16/32 targets
Brian Paul [Sat, 23 Mar 2002 02:30:18 +0000 (02:30 +0000)]
use -O3 to compile osmesa16/32 targets

22 years agoreplaced an assertion with a conditional
Brian Paul [Sat, 23 Mar 2002 02:29:37 +0000 (02:29 +0000)]
replaced an assertion with a conditional

22 years agoremoved temporary GL_ARB_texture_mirrored_repeat enums
Brian Paul [Sat, 23 Mar 2002 01:49:58 +0000 (01:49 +0000)]
removed temporary GL_ARB_texture_mirrored_repeat enums

22 years agoremoved temporary ARB_texture enum defs
Brian Paul [Sat, 23 Mar 2002 01:48:18 +0000 (01:48 +0000)]
removed temporary ARB_texture enum defs

22 years agolatest extension headers from SGI
Brian Paul [Sat, 23 Mar 2002 01:47:27 +0000 (01:47 +0000)]
latest extension headers from SGI

22 years agoremoved glSamplePass()
Brian Paul [Wed, 20 Mar 2002 22:07:17 +0000 (22:07 +0000)]
removed glSamplePass()

22 years agodon't set plane mask for xm_buffer->gc, it causes an accum buffer conformance problem
Brian Paul [Tue, 19 Mar 2002 16:48:06 +0000 (16:48 +0000)]
don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance problem

22 years agoUse MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul [Tue, 19 Mar 2002 16:47:04 +0000 (16:47 +0000)]
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
memory.  These can be overridden by applications which need to manage this
memory specially.  Contributed by Gerk Huisma.
Also, new code for 8-bit -> 16-bit/channel texture image storage which
fills in the least-significant bits properly.

22 years agofix Intel C compiler warnings (Gerk Huisma)
Brian Paul [Tue, 19 Mar 2002 15:22:50 +0000 (15:22 +0000)]
fix Intel C compiler warnings (Gerk Huisma)

22 years agorename ResizeBuffersMESA to ResizeBuffers
Brian Paul [Sat, 16 Mar 2002 18:07:39 +0000 (18:07 +0000)]
rename ResizeBuffersMESA to ResizeBuffers

22 years agoadded latest 4.1 bug fixes/updates
Brian Paul [Sat, 16 Mar 2002 18:03:40 +0000 (18:03 +0000)]
added latest 4.1 bug fixes/updates

22 years agoNew mipmap lambda calculation. Previously, trilinear filtering could
Brian Paul [Sat, 16 Mar 2002 18:02:07 +0000 (18:02 +0000)]
New mipmap lambda calculation.  Previously, trilinear filtering could
result in _very_ blurry textures.  Still need to do some optimization
of the new code in s_span.c

22 years agobuffer resize changes
Brian Paul [Sat, 16 Mar 2002 00:57:14 +0000 (00:57 +0000)]
buffer resize changes

22 years agoadded XMesaResizeBuffers()
Brian Paul [Sat, 16 Mar 2002 00:53:48 +0000 (00:53 +0000)]
added XMesaResizeBuffers()

22 years agoLots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul [Sat, 16 Mar 2002 00:53:15 +0000 (00:53 +0000)]
Lots of changes related to framebuffer/window buffer resizing.  Basically,
instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*.
The idea is that a window can be resized without it being bound to a rendering
context.  This makes for a nice clean-up in the XFree86 server-side GLX code.
Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().

22 years agoprotect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA
Brian Paul [Fri, 15 Mar 2002 18:43:25 +0000 (18:43 +0000)]
protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA

22 years agoupdated comments. removed dead code.
Brian Paul [Fri, 15 Mar 2002 18:33:12 +0000 (18:33 +0000)]
updated comments. removed dead code.

22 years agoremove a debug printf
Brian Paul [Fri, 15 Mar 2002 18:24:53 +0000 (18:24 +0000)]
remove a debug printf

22 years agofixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Michael...
Brian Paul [Fri, 15 Mar 2002 18:05:49 +0000 (18:05 +0000)]
fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Michael Fitzpatrick)

22 years agofixed pointer arithmetic error in glCopyPixels
Brian Paul [Thu, 14 Mar 2002 22:09:25 +0000 (22:09 +0000)]
fixed pointer arithmetic error in glCopyPixels

22 years agoadded _mesa_image_image_stride()
Brian Paul [Wed, 13 Mar 2002 04:34:32 +0000 (04:34 +0000)]
added _mesa_image_image_stride()

22 years agoadded a comment
Brian Paul [Wed, 13 Mar 2002 04:33:32 +0000 (04:33 +0000)]
added a comment

22 years agoinitial work for NV_vertex_program1_1 extension
Brian Paul [Wed, 13 Mar 2002 04:33:16 +0000 (04:33 +0000)]
initial work for NV_vertex_program1_1 extension

22 years agoRemoved the xm_context field from XMesaBuffer. It was preventing N threads
Brian Paul [Tue, 12 Mar 2002 21:55:50 +0000 (21:55 +0000)]
Removed the xm_context field from XMesaBuffer.  It was preventing N threads
from rendering into one window in parallel and wasn't really needed anyway.

22 years agotweak file list for tarballs
Brian Paul [Mon, 11 Mar 2002 14:59:50 +0000 (14:59 +0000)]
tweak file list for tarballs

22 years agoobsolete
Brian Paul [Mon, 11 Mar 2002 14:57:40 +0000 (14:57 +0000)]
obsolete

22 years agofix some minor warnings
Brian Paul [Fri, 8 Mar 2002 19:44:28 +0000 (19:44 +0000)]
fix some minor warnings

22 years agoDOS driver updates from Daniel Borca
Brian Paul [Fri, 8 Mar 2002 19:27:17 +0000 (19:27 +0000)]
DOS driver updates from Daniel Borca

22 years agonew DOS driver files from Daniel Borca
Brian Paul [Fri, 8 Mar 2002 19:24:56 +0000 (19:24 +0000)]
new DOS driver files from Daniel Borca

22 years agonew assertions, use INLINE macro (Klaus Niederkrueger)
Brian Paul [Fri, 8 Mar 2002 00:09:18 +0000 (00:09 +0000)]
new assertions, use INLINE macro (Klaus Niederkrueger)

22 years agominor patches from David Dawes
Brian Paul [Thu, 7 Mar 2002 21:50:41 +0000 (21:50 +0000)]
minor patches from David Dawes

22 years agosyntax fixes for Solaris (David Dawes)
Brian Paul [Thu, 7 Mar 2002 21:40:08 +0000 (21:40 +0000)]
syntax fixes for Solaris (David Dawes)

22 years agosilence gcc warnings (Marc La France)
Brian Paul [Fri, 1 Mar 2002 04:28:32 +0000 (04:28 +0000)]
silence gcc warnings (Marc La France)

22 years agoupdated comments for CHAN_BITS=16 or 32
Brian Paul [Fri, 1 Mar 2002 04:23:36 +0000 (04:23 +0000)]
updated comments for CHAN_BITS=16 or 32

22 years agouse official enum values for GL_ARB_depth_texture and GL_ARB_shadow
Brian Paul [Mon, 25 Feb 2002 22:18:14 +0000 (22:18 +0000)]
use official enum values for GL_ARB_depth_texture and GL_ARB_shadow

22 years agoDOS updates from Daniel Borca
Brian Paul [Sat, 23 Feb 2002 17:11:27 +0000 (17:11 +0000)]
DOS updates from Daniel Borca

22 years agoFixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).
Brian Paul [Thu, 21 Feb 2002 15:12:31 +0000 (15:12 +0000)]
Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL.
Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.

22 years agocheck for initialized XMesaBuffer in XMesaGarbageCollect()
Brian Paul [Wed, 20 Feb 2002 23:59:03 +0000 (23:59 +0000)]
check for initialized XMesaBuffer in XMesaGarbageCollect()

22 years agoUpdated 1D/3D/cube mipmapping code to work like the new 2D code.
Brian Paul [Sun, 17 Feb 2002 17:58:31 +0000 (17:58 +0000)]
Updated 1D/3D/cube mipmapping code to work like the new 2D code.

22 years agoundo some debug changes mistakenly checked in earlier
Brian Paul [Sun, 17 Feb 2002 17:37:55 +0000 (17:37 +0000)]
undo some debug changes mistakenly checked in earlier

22 years agoSimplified fog code.
Brian Paul [Sun, 17 Feb 2002 17:30:57 +0000 (17:30 +0000)]
Simplified fog code.

22 years agodon't include s_fog.h
Brian Paul [Sun, 17 Feb 2002 17:30:23 +0000 (17:30 +0000)]
don't include s_fog.h

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