mesa.git
23 years agodisabled an assertion that doesn't seem to be needed
Brian Paul [Wed, 13 Jun 2001 14:57:55 +0000 (14:57 +0000)]
disabled an assertion that doesn't seem to be needed

23 years agoAllow different max texture sizes for 1/2D, 3D and cube maps.
Brian Paul [Wed, 13 Jun 2001 14:56:14 +0000 (14:56 +0000)]
Allow different max texture sizes for 1/2D, 3D and cube maps.

23 years agofixed an assertion
Brian Paul [Wed, 13 Jun 2001 14:55:25 +0000 (14:55 +0000)]
fixed an assertion

23 years agofixed a +/- typo in the Y coord setup
Brian Paul [Wed, 13 Jun 2001 14:53:52 +0000 (14:53 +0000)]
fixed a +/- typo in the Y coord setup

23 years agomoved glTexEnvi calls to better logical locations
Brian Paul [Wed, 13 Jun 2001 14:33:16 +0000 (14:33 +0000)]
moved glTexEnvi calls to better logical locations

23 years agoremoved old, redundant CurrentTransformUnit state var
Brian Paul [Tue, 12 Jun 2001 22:08:41 +0000 (22:08 +0000)]
removed old, redundant CurrentTransformUnit state var

23 years agoalways feedback unit 0 texcoords
Brian Paul [Tue, 12 Jun 2001 22:06:53 +0000 (22:06 +0000)]
always feedback unit 0 texcoords

23 years agodon't compile glClientActiveTextureARB() into display lists, per the spec
Brian Paul [Tue, 12 Jun 2001 22:06:10 +0000 (22:06 +0000)]
don't compile glClientActiveTextureARB() into display lists, per the spec

23 years agodisable pixel transfer ops for glGetTexImage(), per the spec
Brian Paul [Tue, 12 Jun 2001 22:05:34 +0000 (22:05 +0000)]
disable pixel transfer ops for glGetTexImage(), per the spec

23 years agoadded latest line and triangle bug fixes
Brian Paul [Tue, 12 Jun 2001 14:32:15 +0000 (14:32 +0000)]
added latest line and triangle bug fixes

23 years agoSnap triangle x,y vertices to 1/16 subpixel positions.
Brian Paul [Tue, 12 Jun 2001 14:18:58 +0000 (14:18 +0000)]
Snap triangle x,y vertices to 1/16 subpixel positions.
Disabled tiny triangle threshold test.

23 years agocheck for PB overflow in general_flat_rgba_line()
Brian Paul [Mon, 11 Jun 2001 19:44:01 +0000 (19:44 +0000)]
check for PB overflow in general_flat_rgba_line()

23 years agofixed minor display list bugs (#431517)
Brian Paul [Mon, 11 Jun 2001 19:17:11 +0000 (19:17 +0000)]
fixed minor display list bugs (#431517)

23 years ago Committing in .
Jouk Jansen [Mon, 11 Jun 2001 07:52:51 +0000 (07:52 +0000)]
 Committing in .

 Modified Files:
  Mesa/src/macros.h

 Added
  #define COPY_4UBV()
 for non i386 machines
----------------------------------------------------------------------

23 years agoadd check for NULL malloc (from Stanford metacompilation analysis)
Brian Paul [Fri, 8 Jun 2001 20:10:55 +0000 (20:10 +0000)]
add check for NULL malloc (from Stanford metacompilation analysis)

23 years agoadded COPY_4UBV bug fix
Brian Paul [Fri, 8 Jun 2001 15:47:48 +0000 (15:47 +0000)]
added COPY_4UBV bug fix

23 years agoonly copy GLubyte[4] as a GLuint on x86
Brian Paul [Fri, 8 Jun 2001 15:46:30 +0000 (15:46 +0000)]
only copy GLubyte[4] as a GLuint on x86

23 years agouse unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (bug 430689)
Brian Paul [Fri, 8 Jun 2001 12:49:38 +0000 (12:49 +0000)]
use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (bug 430689)

23 years agoRemove dependency on MESA sources from gl* files
davem69 [Wed, 6 Jun 2001 22:55:28 +0000 (22:55 +0000)]
Remove dependency on MESA sources from gl* files
in SPARC glapi optimizations by moving the icache
flush into the glapi_sparc.S file.

Brian, how is this?

23 years agotest for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed for SSE...
Brian Paul [Wed, 6 Jun 2001 18:12:35 +0000 (18:12 +0000)]
test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed for SSE signal handler

23 years agoSPARC normal tnl optimizations.
davem69 [Wed, 6 Jun 2001 11:46:04 +0000 (11:46 +0000)]
SPARC normal tnl optimizations.

23 years agoSparc optimized GLAPI dispatch table.
davem69 [Tue, 5 Jun 2001 23:54:00 +0000 (23:54 +0000)]
Sparc optimized GLAPI dispatch table.

23 years agoGenerate this now that I know which
davem69 [Tue, 5 Jun 2001 22:25:07 +0000 (22:25 +0000)]
Generate this now that I know which
gl.spec file to use.

23 years agominor clean-ups
Brian Paul [Tue, 5 Jun 2001 21:41:05 +0000 (21:41 +0000)]
minor clean-ups

23 years agofilled in a bunch of the function template strings
Brian Paul [Tue, 5 Jun 2001 19:29:41 +0000 (19:29 +0000)]
filled in a bunch of the function template strings

23 years agoPython script for making glapi_sparc.S
davem69 [Tue, 5 Jun 2001 04:30:03 +0000 (04:30 +0000)]
Python script for making glapi_sparc.S
Unused until Brian shows me what gl.spec file he is
actually using for glapi_x86.S as all the ones I can
find seem out of sync.

23 years agoAdd USE_SPARC_ASM diagnostics to print_info.
davem69 [Tue, 5 Jun 2001 03:58:20 +0000 (03:58 +0000)]
Add USE_SPARC_ASM diagnostics to print_info.

23 years agoremoved some code in XMesaDestroyContext() which could lead to a segfault
Brian Paul [Mon, 4 Jun 2001 22:33:02 +0000 (22:33 +0000)]
removed some code in XMesaDestroyContext() which could lead to a segfault

23 years agoAdaptor code that lets tnl convert compiled (display list) cassettes back
Keith Whitwell [Mon, 4 Jun 2001 16:09:28 +0000 (16:09 +0000)]
Adaptor code that lets tnl convert compiled (display list) cassettes back
to glVertex() type calls.  Allows driver-supplied tnl modules to avoid
fallback on glCallList inside begin/end pairs.

Still a little buggy...

23 years agofixed some GL_POINTS probs
Keith Whitwell [Mon, 4 Jun 2001 15:34:31 +0000 (15:34 +0000)]
fixed some GL_POINTS probs

23 years agoNew files to provide glEvalPoint, glEvalCoord implementations for
Keith Whitwell [Mon, 4 Jun 2001 13:57:35 +0000 (13:57 +0000)]
New files to provide glEvalPoint, glEvalCoord implementations for
driver tnl modules.

23 years agoAdd api_arrayelt.c
Keith Whitwell [Fri, 1 Jun 2001 22:22:41 +0000 (22:22 +0000)]
Add api_arrayelt.c

23 years agoWorking implementation of glArrayElt that decomposes to regular
Keith Whitwell [Fri, 1 Jun 2001 22:22:10 +0000 (22:22 +0000)]
Working implementation of glArrayElt that decomposes to regular
glVertex/glNormal/etc calls.

23 years agoadded minor comments
Brian Paul [Fri, 1 Jun 2001 16:29:18 +0000 (16:29 +0000)]
added minor comments

23 years agoapplied Klaus Niederkrueger's CHAN_BITS==32 patch
Brian Paul [Fri, 1 Jun 2001 13:23:27 +0000 (13:23 +0000)]
applied Klaus Niederkrueger's CHAN_BITS==32 patch

23 years agoapply David Miller's quad/backcolor patch
Keith Whitwell [Fri, 1 Jun 2001 12:07:15 +0000 (12:07 +0000)]
apply David Miller's quad/backcolor patch

23 years agoreplaced #ifdef 0 with #if 0
Brian Paul [Thu, 31 May 2001 23:06:01 +0000 (23:06 +0000)]
replaced #ifdef 0 with #if 0

23 years agoswapped in/out arguments to interp_func. Improved comments
Brian Paul [Thu, 31 May 2001 23:03:05 +0000 (23:03 +0000)]
swapped in/out arguments to interp_func.  Improved comments

23 years agofixed s/w alpha channel bug
Brian Paul [Thu, 31 May 2001 19:25:25 +0000 (19:25 +0000)]
fixed s/w alpha channel bug

23 years agoGLubyte -> GLchan fix
Brian Paul [Wed, 30 May 2001 17:44:14 +0000 (17:44 +0000)]
GLubyte -> GLchan fix

23 years agoadded current raster fog coord and related code
Brian Paul [Wed, 30 May 2001 15:22:04 +0000 (15:22 +0000)]
added current raster fog coord and related code

23 years agoadded test for EXT_fog_coord
Brian Paul [Wed, 30 May 2001 14:43:17 +0000 (14:43 +0000)]
added test for EXT_fog_coord

23 years agoforgot to check-in yesterday
Brian Paul [Wed, 30 May 2001 14:39:47 +0000 (14:39 +0000)]
forgot to check-in yesterday

23 years agorerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
Keith Whitwell [Wed, 30 May 2001 10:01:41 +0000 (10:01 +0000)]
rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS

23 years agomore DRI libGL-related changes
Brian Paul [Tue, 29 May 2001 23:15:07 +0000 (23:15 +0000)]
more DRI libGL-related changes

23 years agoadded math/m_debug_clip.c
Brian Paul [Tue, 29 May 2001 22:06:13 +0000 (22:06 +0000)]
added math/m_debug_clip.c

23 years agoremoved some old DRI-isms
Brian Paul [Tue, 29 May 2001 19:48:46 +0000 (19:48 +0000)]
removed some old DRI-isms

23 years agoadded new functions to GLX_functions[]
Brian Paul [Tue, 29 May 2001 16:23:26 +0000 (16:23 +0000)]
added new functions to GLX_functions[]

23 years agos/void */GLvoid */
Brian Paul [Tue, 29 May 2001 15:44:06 +0000 (15:44 +0000)]
s/void */GLvoid */

23 years agoinfrastructure for GL_ARB_multisample
Brian Paul [Tue, 29 May 2001 15:23:48 +0000 (15:23 +0000)]
infrastructure for GL_ARB_multisample

23 years agoremoved unused var
Brian Paul [Tue, 29 May 2001 15:23:15 +0000 (15:23 +0000)]
removed unused var

23 years agomore work on XMesa / libGL integration
Brian Paul [Fri, 25 May 2001 21:51:02 +0000 (21:51 +0000)]
more work on XMesa / libGL integration

23 years agoadded void to __GLXextFuncPtr
Brian Paul [Fri, 25 May 2001 15:44:06 +0000 (15:44 +0000)]
added void to __GLXextFuncPtr

23 years agoadded missing GLX_SGIS_multisample tokens
Brian Paul [Fri, 25 May 2001 15:41:29 +0000 (15:41 +0000)]
added missing GLX_SGIS_multisample tokens

23 years agochanged #if OLD_VMS to #ifdef OLD_VMS
Brian Paul [Fri, 25 May 2001 15:40:29 +0000 (15:40 +0000)]
changed #if OLD_VMS to #ifdef OLD_VMS

23 years agoadded some casts so that older glx.h can be used
Brian Paul [Thu, 24 May 2001 20:05:32 +0000 (20:05 +0000)]
added some casts so that older glx.h can be used

23 years agochange GLXContext and GLXFBConfig typedefs
Brian Paul [Thu, 24 May 2001 19:07:14 +0000 (19:07 +0000)]
change GLXContext and GLXFBConfig typedefs

23 years agoInitial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
Brian Paul [Thu, 24 May 2001 19:06:21 +0000 (19:06 +0000)]
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.

23 years agoadded GL_SGIS_generate_mipmap
Brian Paul [Thu, 24 May 2001 14:49:14 +0000 (14:49 +0000)]
added GL_SGIS_generate_mipmap

23 years agoFinished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.
Brian Paul [Thu, 24 May 2001 14:47:56 +0000 (14:47 +0000)]
Finished GL_SGIS_generate_mipmap.  Should be trivial to enable in DRI drivers.

23 years agoprototyping some new stuff
Brian Paul [Thu, 24 May 2001 00:00:57 +0000 (00:00 +0000)]
prototyping some new stuff

23 years agoadded color table clamp bugfix
Brian Paul [Wed, 23 May 2001 23:55:52 +0000 (23:55 +0000)]
added color table clamp bugfix

23 years agofix bug 426657: need to clamp RGBA before color table lookups
Brian Paul [Wed, 23 May 2001 23:55:01 +0000 (23:55 +0000)]
fix bug 426657: need to clamp RGBA before color table lookups

23 years agoimport from 3.4 branch
Brian Paul [Wed, 23 May 2001 14:45:01 +0000 (14:45 +0000)]
import from 3.4 branch

23 years agoadded 3.4.2 changes, SPARC assembly
Brian Paul [Wed, 23 May 2001 14:44:12 +0000 (14:44 +0000)]
added 3.4.2 changes, SPARC assembly

23 years agoupdated copyright
Brian Paul [Wed, 23 May 2001 14:42:47 +0000 (14:42 +0000)]
updated copyright

23 years agoSPARC assembly optimizations from David Miller.
Brian Paul [Wed, 23 May 2001 14:27:03 +0000 (14:27 +0000)]
SPARC assembly optimizations from David Miller.

23 years agoa little more work on GL_SGIS_generate_mipmap
Brian Paul [Tue, 22 May 2001 21:49:03 +0000 (21:49 +0000)]
a little more work on GL_SGIS_generate_mipmap

23 years agofixed a number of multi-texture line bugs
Brian Paul [Mon, 21 May 2001 18:13:43 +0000 (18:13 +0000)]
fixed a number of multi-texture line bugs

23 years agoadded multitexture support
Brian Paul [Mon, 21 May 2001 17:45:25 +0000 (17:45 +0000)]
added multitexture support

23 years agoinitial support for GL_SGIS_generate_mipmap extension
Brian Paul [Mon, 21 May 2001 16:41:03 +0000 (16:41 +0000)]
initial support for GL_SGIS_generate_mipmap extension

23 years agoInitial commit of cliptest work. More to come shortly.
Gareth Hughes [Mon, 21 May 2001 16:33:41 +0000 (16:33 +0000)]
Initial commit of cliptest work.  More to come shortly.

 - Add debug, benchmark code.
 - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions
   before exiting the fast math block.
 - Remove divide-by-zero test in x86 cliptest, and set clipped vertices
   to [0,0,0,1] instead of leaving them uninitialized.

23 years agos/Height/height/ (Jeff Potter)
Brian Paul [Mon, 21 May 2001 14:46:33 +0000 (14:46 +0000)]
s/Height/height/ (Jeff Potter)

23 years agoadded missing #undefs at end of file
Brian Paul [Fri, 18 May 2001 23:58:26 +0000 (23:58 +0000)]
added missing #undefs at end of file

23 years agofixed a bad error string in ClientActiveTexture()
Brian Paul [Fri, 18 May 2001 22:10:49 +0000 (22:10 +0000)]
fixed a bad error string in ClientActiveTexture()

23 years agofixed two GL error calls
Brian Paul [Thu, 17 May 2001 21:33:14 +0000 (21:33 +0000)]
fixed two GL error calls

23 years agofixed Width/Height typo (Jeff Hartmann)
Brian Paul [Thu, 17 May 2001 20:18:45 +0000 (20:18 +0000)]
fixed Width/Height typo (Jeff Hartmann)

23 years agoremoved (void) index; statement
Brian Paul [Thu, 17 May 2001 14:49:38 +0000 (14:49 +0000)]
removed (void) index; statement

23 years agoComment out __FUNCTION__ usage.
Keith Whitwell [Thu, 17 May 2001 11:33:33 +0000 (11:33 +0000)]
Comment out __FUNCTION__ usage.

23 years agoFix order of decomposition of quad.
Keith Whitwell [Thu, 17 May 2001 09:32:17 +0000 (09:32 +0000)]
Fix order of decomposition of quad.
Remove 'swrast->_MultiTexEnabled' derived value.

23 years agouse DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
Brian Paul [Wed, 16 May 2001 20:27:12 +0000 (20:27 +0000)]
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)

23 years agogenerate INVALID_OPERATION if active texture != 0 in glMap[12][fd]
Brian Paul [Wed, 16 May 2001 17:06:28 +0000 (17:06 +0000)]
generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]

23 years agofix for Jouk's glplanet bug
Keith Whitwell [Wed, 16 May 2001 09:28:32 +0000 (09:28 +0000)]
fix for Jouk's glplanet bug

23 years agoadded latest 3.5 changes
Brian Paul [Tue, 15 May 2001 21:31:36 +0000 (21:31 +0000)]
added latest 3.5 changes

23 years agoApply antialiasing coverage factor to alpha after texture application,
Brian Paul [Tue, 15 May 2001 21:30:26 +0000 (21:30 +0000)]
Apply antialiasing coverage factor to alpha after texture application,
not before.

23 years ago_mesa_pack_index_span() was broken for non-GLubyte datatypes
Brian Paul [Tue, 15 May 2001 21:21:08 +0000 (21:21 +0000)]
_mesa_pack_index_span() was broken for non-GLubyte datatypes

23 years agoincrease FOG_MAX to 10.0 to fix CI conformace failure
Brian Paul [Tue, 15 May 2001 20:52:51 +0000 (20:52 +0000)]
increase FOG_MAX to 10.0 to fix CI conformace failure

23 years agominor clean-ups and more comments
Brian Paul [Tue, 15 May 2001 16:18:13 +0000 (16:18 +0000)]
minor clean-ups and more comments

23 years agomoved some misplaced compiler flags from CC assigment to CFLAGS
Brian Paul [Tue, 15 May 2001 15:27:43 +0000 (15:27 +0000)]
moved some misplaced compiler flags from CC assigment to CFLAGS

23 years agoNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with
Brian Paul [Mon, 14 May 2001 23:11:12 +0000 (23:11 +0000)]
New IFLOOR, ICEIL macros from Josh Vanderhoof.  Fixes problems with
IFLOOR(1.99999)==2, for example.  Moved some macros from config.h to glheader.h

23 years agotypo
Keith Whitwell [Mon, 14 May 2001 16:34:24 +0000 (16:34 +0000)]
typo

23 years agochanged MAX_HEIGHT to 2048
Brian Paul [Mon, 14 May 2001 16:25:18 +0000 (16:25 +0000)]
changed MAX_HEIGHT to 2048

23 years agoNew triangle rasterization code. Store per-span initial/step values in the
Brian Paul [Mon, 14 May 2001 16:23:04 +0000 (16:23 +0000)]
New triangle rasterization code.  Store per-span initial/step values in the
new triangle_span struct.  Much cleaner code and possibilities for future
optimizations.

23 years agoFix for glean texgen test.
Keith Whitwell [Mon, 14 May 2001 09:00:51 +0000 (09:00 +0000)]
Fix for glean texgen test.

23 years agoincrease blocksize, remove dead opcodes
Keith Whitwell [Mon, 14 May 2001 08:57:36 +0000 (08:57 +0000)]
increase blocksize, remove dead opcodes

23 years agoFix long-standing FP exception bug in _mesa_x86_cliptest_points4().
Gareth Hughes [Sun, 13 May 2001 18:55:15 +0000 (18:55 +0000)]
Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().

23 years agofixed scissor clear problem (Michael Saunders)
Brian Paul [Fri, 11 May 2001 18:58:32 +0000 (18:58 +0000)]
fixed scissor clear problem (Michael Saunders)

23 years agoClean up _tnl_Begin/begin/hard_begin.
Keith Whitwell [Fri, 11 May 2001 15:53:06 +0000 (15:53 +0000)]
Clean up _tnl_Begin/begin/hard_begin.
Fix some problems with draw_arrays, draw_elements.

23 years agofix a couple of small bugs
Keith Whitwell [Fri, 11 May 2001 15:47:02 +0000 (15:47 +0000)]
fix a couple of small bugs

23 years agomade render path selection more flexible
Keith Whitwell [Fri, 11 May 2001 12:08:15 +0000 (12:08 +0000)]
made render path selection more flexible