mesa.git
21 years agoAdded ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul [Tue, 8 Apr 2003 02:27:16 +0000 (02:27 +0000)]
Added ctx->Texture._EnabledCoordUnits bitfield.
Fixed some vertex array / vertex program glitches with glDrawElements.
Fixed some fragment program runtime bugs.
Non-trivial Cg programs are running now.

21 years agoadded _mesa_realloc()
Brian Paul [Tue, 8 Apr 2003 02:22:41 +0000 (02:22 +0000)]
added _mesa_realloc()

21 years agoscalar source reg can be a scalar or vector literal
Brian Paul [Mon, 7 Apr 2003 23:12:00 +0000 (23:12 +0000)]
scalar source reg can be a scalar or vector literal

21 years agoinitialize attribute vectors to 4 components
Brian Paul [Mon, 7 Apr 2003 23:07:50 +0000 (23:07 +0000)]
initialize attribute vectors to 4 components

21 years agoDemo of per-pixel lighting with a fragment program.
Brian Paul [Mon, 7 Apr 2003 23:05:50 +0000 (23:05 +0000)]
Demo of per-pixel lighting with a fragment program.

21 years agominor parser fixes, program print-out fixes
Brian Paul [Mon, 7 Apr 2003 14:58:58 +0000 (14:58 +0000)]
minor parser fixes, program print-out fixes

21 years agofix typo
Brian Paul [Mon, 7 Apr 2003 14:57:27 +0000 (14:57 +0000)]
fix typo

21 years agofix color array mixup
Brian Paul [Mon, 7 Apr 2003 14:54:01 +0000 (14:54 +0000)]
fix color array mixup

21 years agoDon't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this may
Keith Whitwell [Mon, 7 Apr 2003 14:53:28 +0000 (14:53 +0000)]
Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this may
break driver callbacks.

21 years agoAdded gcc-sl target and shared lib shell script (Philip Brown)
Brian Paul [Mon, 7 Apr 2003 14:45:52 +0000 (14:45 +0000)]
Added gcc-sl target and shared lib shell script (Philip Brown)

21 years agoPass 4th element correctly in loopback_VertexAttrib4svNV
Keith Whitwell [Sat, 5 Apr 2003 07:29:23 +0000 (07:29 +0000)]
Pass 4th element correctly in loopback_VertexAttrib4svNV

21 years agotest glProgramNamedParameter4fNV()
Brian Paul [Sat, 5 Apr 2003 00:38:40 +0000 (00:38 +0000)]
test glProgramNamedParameter4fNV()

21 years agofragment program named constants and named program parameters basically work now
Brian Paul [Sat, 5 Apr 2003 00:38:09 +0000 (00:38 +0000)]
fragment program named constants and named program parameters basically work now

21 years agoRework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul [Fri, 4 Apr 2003 17:17:50 +0000 (17:17 +0000)]
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
and depth checks are done via ctx->Driver.TestProxyTexImage().  This allows
more flexiblity, like supporting larger, non-cubic 3D textures.

21 years agomore memory-related fixes
Brian Paul [Thu, 3 Apr 2003 21:01:33 +0000 (21:01 +0000)]
more memory-related fixes

21 years agosome texture compression odds & ends
Brian Paul [Thu, 3 Apr 2003 20:57:49 +0000 (20:57 +0000)]
some texture compression odds & ends

21 years agosimplify CEILF, FLOORF, FABSF stuff
Brian Paul [Thu, 3 Apr 2003 20:34:38 +0000 (20:34 +0000)]
simplify CEILF, FLOORF, FABSF stuff

21 years agofix double-memory free in XMesaDestroyContext
Brian Paul [Wed, 2 Apr 2003 19:34:36 +0000 (19:34 +0000)]
fix double-memory free in XMesaDestroyContext

21 years agoadded GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()
Brian Paul [Tue, 1 Apr 2003 22:23:11 +0000 (22:23 +0000)]
added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()

21 years agoclean-up current state initialization
Brian Paul [Tue, 1 Apr 2003 22:20:42 +0000 (22:20 +0000)]
clean-up current state initialization

21 years agoadded GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)
Brian Paul [Tue, 1 Apr 2003 19:07:35 +0000 (19:07 +0000)]
added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)

21 years agominor initialization fixes
Brian Paul [Tue, 1 Apr 2003 18:57:36 +0000 (18:57 +0000)]
minor initialization fixes

21 years agoimprove some error messages
Brian Paul [Tue, 1 Apr 2003 18:56:30 +0000 (18:56 +0000)]
improve some error messages

21 years agoGL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride
Brian Paul [Tue, 1 Apr 2003 18:27:07 +0000 (18:27 +0000)]
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride

21 years agoGL_FOG_COORDINATE_SOURCE_EXT query was missing
Brian Paul [Tue, 1 Apr 2003 18:22:23 +0000 (18:22 +0000)]
GL_FOG_COORDINATE_SOURCE_EXT query was missing

21 years agofix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV queries
Brian Paul [Tue, 1 Apr 2003 18:16:33 +0000 (18:16 +0000)]
fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV queries

21 years agofix default compare mode
Brian Paul [Tue, 1 Apr 2003 18:10:10 +0000 (18:10 +0000)]
fix default compare mode

21 years agos/gl_ctx/mesa/ and misc clean-ups
Brian Paul [Tue, 1 Apr 2003 17:28:55 +0000 (17:28 +0000)]
s/gl_ctx/mesa/ and misc clean-ups

21 years agouse structure containment to derive xmesa_context from GLcontext
Brian Paul [Tue, 1 Apr 2003 17:28:10 +0000 (17:28 +0000)]
use structure containment to derive xmesa_context from GLcontext

21 years agoNew device driver hooks for texture object and texture image creation to
Brian Paul [Tue, 1 Apr 2003 16:41:50 +0000 (16:41 +0000)]
New device driver hooks for texture object and texture image creation to
allow drivers to implement C++-like inheritance via containment.
Lots of assorted clean-ups related to texture objects.

21 years agocomments
Brian Paul [Tue, 1 Apr 2003 16:39:25 +0000 (16:39 +0000)]
comments

21 years ago_mesa_realloc() fix
Brian Paul [Tue, 1 Apr 2003 16:17:03 +0000 (16:17 +0000)]
_mesa_realloc() fix

21 years agoadded gnumake/gmake info
Brian Paul [Tue, 1 Apr 2003 15:33:08 +0000 (15:33 +0000)]
added gnumake/gmake info

21 years ago Committing in .
Jouk Jansen [Tue, 1 Apr 2003 13:43:41 +0000 (13:43 +0000)]
 Committing in .

 added bufferobj.obj

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

21 years agoRemove dead code.
Brian Paul [Mon, 31 Mar 2003 23:47:31 +0000 (23:47 +0000)]
Remove dead code.
Replace blocks of per-attribute code with for-loops.
New comments/docs.

21 years agoclean-ups, const qualifiers
Brian Paul [Mon, 31 Mar 2003 23:08:59 +0000 (23:08 +0000)]
clean-ups, const qualifiers

21 years agominor clean-ups, const qualifiers
Brian Paul [Mon, 31 Mar 2003 23:06:50 +0000 (23:06 +0000)]
minor clean-ups, const qualifiers

21 years agoreduce memory needed for vertex attributes (allocate on demand)
Brian Paul [Mon, 31 Mar 2003 18:19:56 +0000 (18:19 +0000)]
reduce memory needed for vertex attributes (allocate on demand)

21 years agouse gluSphere instead of glutSphere so we get texcoords
Brian Paul [Mon, 31 Mar 2003 16:51:38 +0000 (16:51 +0000)]
use gluSphere instead of glutSphere so we get texcoords

21 years agofixed bad texgen Q problem
Brian Paul [Mon, 31 Mar 2003 16:48:35 +0000 (16:48 +0000)]
fixed bad texgen Q problem

21 years agominor updates
Brian Paul [Sun, 30 Mar 2003 16:54:36 +0000 (16:54 +0000)]
minor updates

21 years agoadded MD5 checksums
Brian Paul [Sun, 30 Mar 2003 16:45:02 +0000 (16:45 +0000)]
added MD5 checksums

21 years agoadded 5.0.1 info
Brian Paul [Sun, 30 Mar 2003 16:20:23 +0000 (16:20 +0000)]
added 5.0.1 info

21 years agominor change
Brian Paul [Sun, 30 Mar 2003 16:18:30 +0000 (16:18 +0000)]
minor change

21 years ago5.0.1 updates
Brian Paul [Sun, 30 Mar 2003 16:17:54 +0000 (16:17 +0000)]
5.0.1 updates

21 years agoenable 1.4 extensions
Brian Paul [Sun, 30 Mar 2003 15:49:01 +0000 (15:49 +0000)]
enable 1.4 extensions

21 years agoremove debug printf
Brian Paul [Sat, 29 Mar 2003 17:09:42 +0000 (17:09 +0000)]
remove debug printf

21 years agoremove duplicate line
Brian Paul [Sat, 29 Mar 2003 17:07:03 +0000 (17:07 +0000)]
remove duplicate line

21 years agoBasic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul [Sat, 29 Mar 2003 17:01:00 +0000 (17:01 +0000)]
Basic infrastructure for GL_ARB_vertex_buffer_object.

21 years agoprint GL_MULTISAMPLE_ARB
Brian Paul [Sat, 29 Mar 2003 16:42:57 +0000 (16:42 +0000)]
print GL_MULTISAMPLE_ARB

21 years agofix texgen msg strings
Brian Paul [Sat, 29 Mar 2003 16:40:23 +0000 (16:40 +0000)]
fix texgen msg strings

21 years agominor updates
Brian Paul [Sat, 29 Mar 2003 16:39:52 +0000 (16:39 +0000)]
minor updates

21 years agoadded GL_ARB_vertex_buffer_object functions
Brian Paul [Sat, 29 Mar 2003 16:39:21 +0000 (16:39 +0000)]
added GL_ARB_vertex_buffer_object functions

21 years agodisable normal xform code for now
Brian Paul [Sat, 29 Mar 2003 16:38:37 +0000 (16:38 +0000)]
disable normal xform code for now

21 years agoadded _mesa_print_nv_vertex_instruction()
Brian Paul [Sat, 29 Mar 2003 16:38:08 +0000 (16:38 +0000)]
added _mesa_print_nv_vertex_instruction()

21 years agoproper dispatch for NV_fragment_program functions
Brian Paul [Sat, 29 Mar 2003 16:37:07 +0000 (16:37 +0000)]
proper dispatch for NV_fragment_program functions

21 years agoGL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program entrypoints
Brian Paul [Sat, 29 Mar 2003 16:36:59 +0000 (16:36 +0000)]
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program entrypoints

21 years agoadded entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_...
Brian Paul [Sat, 29 Mar 2003 16:35:09 +0000 (16:35 +0000)]
added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program

21 years agoDOS updates from Daniel Borca
Brian Paul [Sat, 29 Mar 2003 16:14:01 +0000 (16:14 +0000)]
DOS updates from Daniel Borca

21 years agofix EXP instruction and ARL-relative addressing
Brian Paul [Sat, 29 Mar 2003 16:04:31 +0000 (16:04 +0000)]
fix EXP instruction and ARL-relative addressing

21 years agominor clean-ups, comments, etc
Brian Paul [Fri, 28 Mar 2003 01:39:04 +0000 (01:39 +0000)]
minor clean-ups, comments, etc

21 years agofixed ColorMask problem for front-buffer rendering
Brian Paul [Thu, 27 Mar 2003 17:51:33 +0000 (17:51 +0000)]
fixed ColorMask problem for front-buffer rendering

21 years agoremove some unfinished code accidently checked in
Brian Paul [Tue, 25 Mar 2003 02:29:46 +0000 (02:29 +0000)]
remove some unfinished code accidently checked in

21 years agohistogram code move, remove s_histogram.[ch] from Makefiles
Brian Paul [Tue, 25 Mar 2003 02:26:28 +0000 (02:26 +0000)]
histogram code move, remove s_histogram.[ch] from Makefiles

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