platform/upstream/mesa.git
21 years agoreplace CALLOC with MALLOC in _mesa_new_texture_object()
Brian Paul [Mon, 19 Jan 2004 17:41:02 +0000 (17:41 +0000)]
replace CALLOC with MALLOC in _mesa_new_texture_object()

21 years agoremove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object()
Brian Paul [Mon, 19 Jan 2004 17:35:41 +0000 (17:35 +0000)]
remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object()

21 years agoomit CVS directories from tarballs, bump version to 6.1
Brian Paul [Mon, 19 Jan 2004 16:56:50 +0000 (16:56 +0000)]
omit CVS directories from tarballs, bump version to 6.1

21 years agoMigrate i830 driver to t_vertex.[ch] for building hw vertices.
Keith Whitwell [Mon, 19 Jan 2004 10:41:35 +0000 (10:41 +0000)]
Migrate i830 driver to t_vertex.[ch] for building hw vertices.

21 years agofix glitch from previous check-in (pointer vs int)
Brian Paul [Mon, 19 Jan 2004 00:32:43 +0000 (00:32 +0000)]
fix glitch from previous check-in (pointer vs int)

21 years agominor changes to silence warnings
Brian Paul [Sun, 18 Jan 2004 17:22:50 +0000 (17:22 +0000)]
minor changes to silence warnings

21 years agoChange get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.
Brian Paul [Sun, 18 Jan 2004 17:22:25 +0000 (17:22 +0000)]
Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.

21 years agochange Data ptr from GLbyte to GLubyte to silence warnings
Brian Paul [Sun, 18 Jan 2004 17:21:15 +0000 (17:21 +0000)]
change Data ptr from GLbyte to GLubyte to silence warnings

21 years agoinclude texobj.h to silence warnings
Brian Paul [Sun, 18 Jan 2004 17:20:41 +0000 (17:20 +0000)]
include texobj.h to silence warnings

21 years agos/char/GLubyte/ to silence warnings
Brian Paul [Sun, 18 Jan 2004 17:19:45 +0000 (17:19 +0000)]
s/char/GLubyte/ to silence warnings

21 years agoinclude sched.h to get sched_yield() prototype
Brian Paul [Sun, 18 Jan 2004 17:19:05 +0000 (17:19 +0000)]
include sched.h to get sched_yield() prototype

21 years agomake second param of driParseConfigFiles() const
Brian Paul [Sun, 18 Jan 2004 17:18:43 +0000 (17:18 +0000)]
make second param of driParseConfigFiles() const

21 years agotweak OpenBSD and SunOS commands
Brian Paul [Sat, 17 Jan 2004 18:31:12 +0000 (18:31 +0000)]
tweak OpenBSD and SunOS commands

21 years agotweak openbsd config
Brian Paul [Sat, 17 Jan 2004 18:30:52 +0000 (18:30 +0000)]
tweak openbsd config

21 years agoadded some missing FLUSH_VERTICES calls
Brian Paul [Sat, 17 Jan 2004 17:33:22 +0000 (17:33 +0000)]
added some missing FLUSH_VERTICES calls

21 years agoFix cosmetic GL_RENDERER string problem (Andreas Stenglein)
Michel Dänzer [Sat, 17 Jan 2004 16:05:40 +0000 (16:05 +0000)]
Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)

21 years agobump version to 6.1 (new development)
Brian Paul [Fri, 16 Jan 2004 21:26:30 +0000 (21:26 +0000)]
bump version to 6.1 (new development)

21 years agoRespect the 'in_use' field in the global LRU as a marker for
Keith Whitwell [Fri, 16 Jan 2004 13:41:18 +0000 (13:41 +0000)]
Respect the 'in_use' field in the global LRU as a marker for
kernel-reserved memory regions.

21 years agofixed refresh rate control in Glide wrapper
Daniel Borca [Fri, 16 Jan 2004 06:59:50 +0000 (06:59 +0000)]
fixed refresh rate control in Glide wrapper

21 years agotweaks for 6.0 release
Brian Paul [Thu, 15 Jan 2004 15:47:57 +0000 (15:47 +0000)]
tweaks for 6.0 release

21 years agoadd casts to quiet compiler warnings
Karl Schultz [Thu, 15 Jan 2004 15:43:07 +0000 (15:43 +0000)]
add casts to quiet compiler warnings

21 years agofix -fomit-frame_pointer typo
Brian Paul [Thu, 15 Jan 2004 14:24:37 +0000 (14:24 +0000)]
fix -fomit-frame_pointer typo

21 years agoimplemented glutTimerFunc
Daniel Borca [Thu, 15 Jan 2004 08:30:05 +0000 (08:30 +0000)]
implemented glutTimerFunc

21 years agodocumentation update
Daniel Borca [Thu, 15 Jan 2004 07:17:31 +0000 (07:17 +0000)]
documentation update

21 years ago_mesa_delete_texture_object and some other updates
Daniel Borca [Thu, 15 Jan 2004 07:16:06 +0000 (07:16 +0000)]
_mesa_delete_texture_object and some other updates

21 years agoCosmetic changes.
Brian Paul [Thu, 15 Jan 2004 00:29:51 +0000 (00:29 +0000)]
Cosmetic changes.
Added a bunch of const qualifiers.
Use _mesa_memcpy() instead of memcpy(), etc.

21 years agochange MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()
Brian Paul [Thu, 15 Jan 2004 00:09:01 +0000 (00:09 +0000)]
change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()

21 years agouse -G not -shared for gcc on SunOS
Brian Paul [Wed, 14 Jan 2004 23:18:47 +0000 (23:18 +0000)]
use -G not -shared for gcc on SunOS

21 years agoadded blurb about NVIDIA extensions
Brian Paul [Wed, 14 Jan 2004 19:51:19 +0000 (19:51 +0000)]
added blurb about NVIDIA extensions

21 years agolatest changes, bug fixes
Brian Paul [Wed, 14 Jan 2004 19:49:22 +0000 (19:49 +0000)]
latest changes, bug fixes

21 years agobump MAX_WIDTH/HEIGHT to 4K pixels
Brian Paul [Wed, 14 Jan 2004 19:48:58 +0000 (19:48 +0000)]
bump MAX_WIDTH/HEIGHT to 4K pixels

21 years agoGenerate mesa.def file for Windows.
Karl Schultz [Wed, 14 Jan 2004 17:45:24 +0000 (17:45 +0000)]
Generate mesa.def file for Windows.

21 years agoReplace with version generated from new python script.
Karl Schultz [Wed, 14 Jan 2004 17:38:14 +0000 (17:38 +0000)]
Replace with version generated from new python script.

21 years agoFix up more confusions with count vs end in array functions
Keith Whitwell [Wed, 14 Jan 2004 10:52:51 +0000 (10:52 +0000)]
Fix up more confusions with count vs end in array functions

21 years agofixed a bug in texture memory manager when in UMA mode
Daniel Borca [Wed, 14 Jan 2004 07:10:12 +0000 (07:10 +0000)]
fixed a bug in texture memory manager when in UMA mode

21 years agoFix initialisation of cubic tecture offsets (Andreas Stenglein)
Michel Dänzer [Wed, 14 Jan 2004 02:26:28 +0000 (02:26 +0000)]
Fix initialisation of cubic tecture offsets (Andreas Stenglein)

21 years agoadd new entrypoints
Karl Schultz [Tue, 13 Jan 2004 23:45:42 +0000 (23:45 +0000)]
add new entrypoints

21 years agotweak aix-gcc config
Brian Paul [Tue, 13 Jan 2004 23:39:34 +0000 (23:39 +0000)]
tweak aix-gcc config

21 years agoAdded support for EXT_texture_mirror_clamp.
Ian Romanick [Tue, 13 Jan 2004 16:21:06 +0000 (16:21 +0000)]
Added support for EXT_texture_mirror_clamp.

21 years agoupdated glext.h, fixed bug 876160
Brian Paul [Tue, 13 Jan 2004 16:18:33 +0000 (16:18 +0000)]
updated glext.h, fixed bug 876160

21 years agoexercise glDeleteProgramsARB
Brian Paul [Tue, 13 Jan 2004 16:17:21 +0000 (16:17 +0000)]
exercise glDeleteProgramsARB

21 years agoglDeleteProgramsARB() failed for fragment programs (bug 876160)
Brian Paul [Tue, 13 Jan 2004 16:14:09 +0000 (16:14 +0000)]
glDeleteProgramsARB() failed for fragment programs (bug 876160)

21 years ago Committing in .
Jouk Jansen [Tue, 13 Jan 2004 16:04:46 +0000 (16:04 +0000)]
 Committing in .

 optional compilation of progs/test/ since it seems not to appear in the
 releases.

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

21 years agoadded support for textures bigger than HW can support (SW rescaling)
Daniel Borca [Tue, 13 Jan 2004 08:47:44 +0000 (08:47 +0000)]
added support for textures bigger than HW can support (SW rescaling)

21 years agore-enabled trilinearness
Daniel Borca [Tue, 13 Jan 2004 08:46:46 +0000 (08:46 +0000)]
re-enabled trilinearness

21 years agosmall fixes
Daniel Borca [Tue, 13 Jan 2004 08:46:12 +0000 (08:46 +0000)]
small fixes

21 years agoupdated FX wrapper
Daniel Borca [Tue, 13 Jan 2004 08:24:43 +0000 (08:24 +0000)]
updated FX wrapper

21 years agoRemoved some dead code. R128 does not (as far as I can tell) support
Ian Romanick [Tue, 13 Jan 2004 02:18:58 +0000 (02:18 +0000)]
Removed some dead code.  R128 does not (as far as I can tell) support
GL_ARB_texture_border_clamp.  The ATI drivers for Windows support it,
but I can see no way to make it work without a fallback.

21 years agoAdded some missing extension strings.
Ian Romanick [Tue, 13 Jan 2004 02:15:29 +0000 (02:15 +0000)]
Added some missing extension strings.

21 years agoremove stuff that's now in glext.h
Brian Paul [Tue, 13 Jan 2004 02:04:57 +0000 (02:04 +0000)]
remove stuff that's now in glext.h

21 years agoupdated to version 21 with OpenGL 1.5 support
Brian Paul [Tue, 13 Jan 2004 01:54:03 +0000 (01:54 +0000)]
updated to version 21 with OpenGL 1.5 support

21 years agosilence compiler warnings
Karl Schultz [Tue, 13 Jan 2004 01:11:09 +0000 (01:11 +0000)]
silence compiler warnings

21 years agoremove unused variable
Karl Schultz [Tue, 13 Jan 2004 01:10:05 +0000 (01:10 +0000)]
remove unused variable

21 years agochange type of loop index var to remove compiler warning.
Karl Schultz [Tue, 13 Jan 2004 01:09:17 +0000 (01:09 +0000)]
change type of loop index var to remove compiler warning.

21 years agoadd cast to quiet compiler warning
Karl Schultz [Tue, 13 Jan 2004 01:08:23 +0000 (01:08 +0000)]
add cast to quiet compiler warning

21 years agoinit an uninitialized variable. This doesn't fix a latent bug because
Karl Schultz [Tue, 13 Jan 2004 01:07:28 +0000 (01:07 +0000)]
init an uninitialized variable.  This doesn't fix a latent bug because
the variable was multiplied by zero.

21 years agoadd casts to silence compiler warnings
Karl Schultz [Tue, 13 Jan 2004 01:05:28 +0000 (01:05 +0000)]
add casts to silence compiler warnings

21 years agoadd t_vertex.c to project
Karl Schultz [Tue, 13 Jan 2004 00:24:03 +0000 (00:24 +0000)]
add t_vertex.c to project

21 years agoremove ss_vb.c from project
Karl Schultz [Tue, 13 Jan 2004 00:23:31 +0000 (00:23 +0000)]
remove ss_vb.c from project

21 years agoDon't call _tnl_draw_range_elements() unless start == 0.
Keith Whitwell [Mon, 12 Jan 2004 23:21:54 +0000 (23:21 +0000)]
Don't call _tnl_draw_range_elements() unless start == 0.

21 years agoRemoved redundant extension strings. The Mesa extension mechanism
Ian Romanick [Mon, 12 Jan 2004 22:50:01 +0000 (22:50 +0000)]
Removed redundant extension strings.  The Mesa extension mechanism
automatically enables "duplicate" extensions without the driver
explicitly enabling them.

21 years agolatest bug fixes
Brian Paul [Mon, 12 Jan 2004 15:30:55 +0000 (15:30 +0000)]
latest bug fixes

21 years agoadded note about mklib permissions
Brian Paul [Mon, 12 Jan 2004 15:30:42 +0000 (15:30 +0000)]
added note about mklib permissions

21 years agomake executable
Brian Paul [Mon, 12 Jan 2004 14:52:21 +0000 (14:52 +0000)]
make executable

21 years agoGlide driver (windowed mode) fix for Voodoo2
Daniel Borca [Mon, 12 Jan 2004 12:28:05 +0000 (12:28 +0000)]
Glide driver (windowed mode) fix for Voodoo2

21 years agocomment-out the touch/rm depend lines
Brian Paul [Sun, 11 Jan 2004 17:15:03 +0000 (17:15 +0000)]
comment-out the touch/rm depend lines

21 years agochange -O to -O2 for aix-gcc
Brian Paul [Sun, 11 Jan 2004 17:14:37 +0000 (17:14 +0000)]
change -O to -O2 for aix-gcc

21 years agofix vertex program debugger issues (Bug 874382)
Brian Paul [Sun, 11 Jan 2004 16:48:14 +0000 (16:48 +0000)]
fix vertex program debugger issues (Bug 874382)

21 years agocall _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul [Sun, 11 Jan 2004 16:27:53 +0000 (16:27 +0000)]
call _mesa_delete_texture_object() from in the driver's DeleteTexture function

21 years agoadd GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some comments
Brian Paul [Sun, 11 Jan 2004 16:21:13 +0000 (16:21 +0000)]
add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some comments

21 years agoActually disable HW TCL capability when SW TCL is forced.
Michel Dänzer [Sun, 11 Jan 2004 13:10:08 +0000 (13:10 +0000)]
Actually disable HW TCL capability when SW TCL is forced.

+ remove some gratuitous whitespace

21 years agomore aix-gcc tweaking
Brian Paul [Sun, 11 Jan 2004 00:05:34 +0000 (00:05 +0000)]
more aix-gcc tweaking

21 years agoaix-gcc tweaks
Brian Paul [Sat, 10 Jan 2004 22:42:34 +0000 (22:42 +0000)]
aix-gcc tweaks

21 years agoremoved MAKELIB lines. tweak openbsd config
Brian Paul [Sat, 10 Jan 2004 22:22:41 +0000 (22:22 +0000)]
removed MAKELIB lines.  tweak openbsd config

21 years agoadded OSMESA_LIB_DEPS needed for some platforms
Brian Paul [Sat, 10 Jan 2004 22:18:41 +0000 (22:18 +0000)]
added OSMESA_LIB_DEPS needed for some platforms

21 years agoadded aix-gcc config
Brian Paul [Sat, 10 Jan 2004 22:14:51 +0000 (22:14 +0000)]
added aix-gcc config

21 years agoUse same steps for Linux and OpenBSD.
Brian Paul [Sat, 10 Jan 2004 22:12:21 +0000 (22:12 +0000)]
Use same steps for Linux and OpenBSD.
Added AIX/gcc support.

21 years agoregenerated to support new 1.5 functions, etc.
Brian Paul [Fri, 9 Jan 2004 20:34:04 +0000 (20:34 +0000)]
regenerated to support new 1.5 functions, etc.

21 years agore-enable SSE code, except for the _mesa_sse_transform_points4_identity() function...
Brian Paul [Fri, 9 Jan 2004 17:14:22 +0000 (17:14 +0000)]
re-enable SSE code, except for the _mesa_sse_transform_points4_identity() function.  Use the x86 version instead

21 years agoChange < to <= when testing counts against ctx->Const.MaxArrayLockSize,
Brian Paul [Fri, 9 Jan 2004 15:31:08 +0000 (15:31 +0000)]
Change < to <= when testing counts against ctx->Const.MaxArrayLockSize,
per Daniel Borca.
Also, added XXX comments to mark where there may be a problem with the
calls to _tnl_vb_bind_arrays().  Is the last parameter a count or index?

21 years agoRoland Scheidegger's r200_changeemitorder.diff.
Keith Whitwell [Fri, 9 Jan 2004 09:28:40 +0000 (09:28 +0000)]
Roland Scheidegger's r200_changeemitorder.diff.

21 years agoFixed a few typos in the german translation.
Felix Kuehling [Thu, 8 Jan 2004 22:49:26 +0000 (22:49 +0000)]
Fixed a few typos in the german translation.

21 years agoset StringPos field in parse_vp_instruction (Mesa bug 873011)
Brian Paul [Thu, 8 Jan 2004 14:23:42 +0000 (14:23 +0000)]
set StringPos field in parse_vp_instruction (Mesa bug 873011)

21 years ago Committing in .
Jouk Jansen [Thu, 8 Jan 2004 14:14:02 +0000 (14:14 +0000)]
 Committing in .

 Update OpenVMS makefiles

 Modified Files:
  Mesa/src/mesa/swrast_setup/descrip.mms
  Mesa/src/mesa/tnl/descrip.mms
 ----------------------------------------------------------------------

21 years agoPerform check for dstclip[3] == 0.
Keith Whitwell [Thu, 8 Jan 2004 13:55:24 +0000 (13:55 +0000)]
Perform check for dstclip[3] == 0.

21 years agokeeping things safe: sanity check back
Daniel Borca [Thu, 8 Jan 2004 09:04:27 +0000 (09:04 +0000)]
keeping things safe: sanity check back

21 years agoenvvars to control run-time
Daniel Borca [Thu, 8 Jan 2004 07:37:21 +0000 (07:37 +0000)]
envvars to control run-time

21 years agoupdated makefiles
Daniel Borca [Thu, 8 Jan 2004 07:36:37 +0000 (07:36 +0000)]
updated makefiles

21 years agoremoved unnecessary (now) sanity check
Daniel Borca [Thu, 8 Jan 2004 07:32:06 +0000 (07:32 +0000)]
removed unnecessary (now) sanity check

21 years agoUse hand-made number parsing functions as the libc routines are locale-dependent...
Felix Kuehling [Wed, 7 Jan 2004 23:35:00 +0000 (23:35 +0000)]
Use hand-made number parsing functions as the libc routines are locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.

21 years agoreindent the code
Brian Paul [Wed, 7 Jan 2004 15:18:17 +0000 (15:18 +0000)]
reindent the code

21 years agoupdates for 6.0 release
Brian Paul [Wed, 7 Jan 2004 14:51:30 +0000 (14:51 +0000)]
updates for 6.0 release

21 years agobugfix in texture swapping mechanism (multitex)
Daniel Borca [Wed, 7 Jan 2004 13:58:04 +0000 (13:58 +0000)]
bugfix in texture swapping mechanism (multitex)

21 years agotemporary workaround for bad primitives in fx_render_vb_quads
Daniel Borca [Wed, 7 Jan 2004 13:57:23 +0000 (13:57 +0000)]
temporary workaround for bad primitives in fx_render_vb_quads

21 years agoprotect against broken apps
Daniel Borca [Wed, 7 Jan 2004 13:54:17 +0000 (13:54 +0000)]
protect against broken apps

21 years agoteensy bit of optimization in interp code
Daniel Borca [Wed, 7 Jan 2004 12:50:30 +0000 (12:50 +0000)]
teensy bit of optimization in interp code

21 years agowgl interface
Daniel Borca [Wed, 7 Jan 2004 12:49:47 +0000 (12:49 +0000)]
wgl interface

21 years agocleanups
Daniel Borca [Wed, 7 Jan 2004 12:49:22 +0000 (12:49 +0000)]
cleanups

21 years agosanity check for vertex counter
Daniel Borca [Wed, 7 Jan 2004 12:39:45 +0000 (12:39 +0000)]
sanity check for vertex counter

21 years agono-op table on par with main dispatcher
Daniel Borca [Wed, 7 Jan 2004 12:37:09 +0000 (12:37 +0000)]
no-op table on par with main dispatcher