Karl Schultz
c85f0fa177
Replace with version generated from new python script.
2004-01-14 17:38:14 +00:00
Keith Whitwell
eb7935c63b
Fix up more confusions with count vs end in array functions
2004-01-14 10:52:51 +00:00
Daniel Borca
43ed92b3a1
fixed a bug in texture memory manager when in UMA mode
2004-01-14 07:10:12 +00:00
Michel Dänzer
067603db91
Fix initialisation of cubic tecture offsets (Andreas Stenglein)
2004-01-14 02:26:28 +00:00
Karl Schultz
5da27de003
add new entrypoints
2004-01-13 23:45:42 +00:00
Ian Romanick
e54f260170
Added support for EXT_texture_mirror_clamp.
2004-01-13 16:21:06 +00:00
Brian Paul
7a28156666
glDeleteProgramsARB() failed for fragment programs (bug 876160)
2004-01-13 16:14:09 +00:00
Daniel Borca
09a4fcb592
added support for textures bigger than HW can support (SW rescaling)
2004-01-13 08:47:44 +00:00
Daniel Borca
b005b8258d
re-enabled trilinearness
2004-01-13 08:46:46 +00:00
Daniel Borca
d075366107
small fixes
2004-01-13 08:46:12 +00:00
Daniel Borca
66304ec6d1
updated FX wrapper
2004-01-13 08:24:43 +00:00
Ian Romanick
eba6bacc88
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.
2004-01-13 02:18:58 +00:00
Ian Romanick
3d8f7d4c8c
Added some missing extension strings.
2004-01-13 02:15:29 +00:00
Karl Schultz
c6c4cd8b6f
silence compiler warnings
2004-01-13 01:11:09 +00:00
Karl Schultz
4f7a8f3a47
remove unused variable
2004-01-13 01:10:05 +00:00
Karl Schultz
1852f4fa33
change type of loop index var to remove compiler warning.
2004-01-13 01:09:17 +00:00
Karl Schultz
d575248903
add cast to quiet compiler warning
2004-01-13 01:08:23 +00:00
Karl Schultz
1c5a45eafe
init an uninitialized variable. This doesn't fix a latent bug because
...
the variable was multiplied by zero.
2004-01-13 01:07:28 +00:00
Karl Schultz
9bb7a55de9
add casts to silence compiler warnings
2004-01-13 01:05:28 +00:00
Karl Schultz
d612d7e2ee
add t_vertex.c to project
2004-01-13 00:24:03 +00:00
Karl Schultz
22e68de957
remove ss_vb.c from project
2004-01-13 00:23:31 +00:00
Keith Whitwell
8bec7c09bb
Don't call _tnl_draw_range_elements() unless start == 0.
2004-01-12 23:21:54 +00:00
Ian Romanick
553a8e0e7b
Removed redundant extension strings. The Mesa extension mechanism
...
automatically enables "duplicate" extensions without the driver
explicitly enabling them.
2004-01-12 22:50:01 +00:00
Daniel Borca
1b65e52fb1
Glide driver (windowed mode) fix for Voodoo2
2004-01-12 12:28:05 +00:00
Brian Paul
b673fc49b9
fix vertex program debugger issues (Bug 874382)
2004-01-11 16:48:14 +00:00
Brian Paul
8bc3ce92a2
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
2004-01-11 16:27:53 +00:00
Brian Paul
add9f2168a
add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some comments
2004-01-11 16:21:13 +00:00
Michel Dänzer
4dd4ac3fc0
Actually disable HW TCL capability when SW TCL is forced.
...
+ remove some gratuitous whitespace
2004-01-11 13:10:08 +00:00
Brian Paul
ff3515831e
added OSMESA_LIB_DEPS needed for some platforms
2004-01-10 22:18:41 +00:00
Brian Paul
bd09d49eb4
re-enable SSE code, except for the _mesa_sse_transform_points4_identity() function. Use the x86 version instead
2004-01-09 17:14:22 +00:00
Brian Paul
ed98b867af
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?
2004-01-09 15:31:08 +00:00
Keith Whitwell
a05b1549f7
Roland Scheidegger's r200_changeemitorder.diff.
2004-01-09 09:28:40 +00:00
Felix Kuehling
0f47e002bc
Fixed a few typos in the german translation.
2004-01-08 22:49:26 +00:00
Brian Paul
088eb4fb9b
set StringPos field in parse_vp_instruction (Mesa bug 873011)
2004-01-08 14:23:42 +00:00
Jouk Jansen
332a6741d5
Committing in .
...
Update OpenVMS makefiles
Modified Files:
Mesa/src/mesa/swrast_setup/descrip.mms
Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
2004-01-08 14:14:02 +00:00
Keith Whitwell
fb2a95b391
Perform check for dstclip[3] == 0.
2004-01-08 13:55:24 +00:00
Daniel Borca
2fa774edba
keeping things safe: sanity check back
2004-01-08 09:04:27 +00:00
Daniel Borca
a71d4445b4
envvars to control run-time
2004-01-08 07:37:21 +00:00
Daniel Borca
1a2a1f039d
updated makefiles
2004-01-08 07:36:37 +00:00
Daniel Borca
d994f6dda5
removed unnecessary (now) sanity check
2004-01-08 07:32:06 +00:00
Felix Kuehling
94de418fd0
Use hand-made number parsing functions as the libc routines are locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.
2004-01-07 23:35:00 +00:00
Brian Paul
49bef526fd
reindent the code
2004-01-07 15:18:17 +00:00
Daniel Borca
731852f8a1
bugfix in texture swapping mechanism (multitex)
2004-01-07 13:58:04 +00:00
Daniel Borca
6471160770
temporary workaround for bad primitives in fx_render_vb_quads
2004-01-07 13:57:23 +00:00
Daniel Borca
4c75d90ad2
protect against broken apps
2004-01-07 13:54:17 +00:00
Daniel Borca
63f025c5ad
teensy bit of optimization in interp code
2004-01-07 12:50:30 +00:00
Daniel Borca
e1ecdc337e
wgl interface
2004-01-07 12:49:47 +00:00
Daniel Borca
972f3ccedf
cleanups
2004-01-07 12:49:22 +00:00
Daniel Borca
17f2e55009
sanity check for vertex counter
2004-01-07 12:39:45 +00:00
Daniel Borca
722cb89a13
no-op table on par with main dispatcher
2004-01-07 12:37:09 +00:00