Brian Paul
|
6bf808bc6c
|
replace -lm with $(GL_LIB_DEPS) to get -lexpat
|
2004-01-19 18:06:30 +00:00 |
|
Brian Paul
|
9c0b83556d
|
replace CALLOC with MALLOC in _mesa_new_texture_object()
|
2004-01-19 17:41:02 +00:00 |
|
Brian Paul
|
c929f13701
|
remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object()
|
2004-01-19 17:35:41 +00:00 |
|
Keith Whitwell
|
ed43ecee90
|
Migrate i830 driver to t_vertex.[ch] for building hw vertices.
|
2004-01-19 10:41:35 +00:00 |
|
Brian Paul
|
41abe9e73f
|
fix glitch from previous check-in (pointer vs int)
|
2004-01-19 00:32:43 +00:00 |
|
Brian Paul
|
77d240858e
|
minor changes to silence warnings
|
2004-01-18 17:22:50 +00:00 |
|
Brian Paul
|
6a82d44d9c
|
Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.
|
2004-01-18 17:22:25 +00:00 |
|
Brian Paul
|
87745ce771
|
change Data ptr from GLbyte to GLubyte to silence warnings
|
2004-01-18 17:21:15 +00:00 |
|
Brian Paul
|
013dee06c1
|
include texobj.h to silence warnings
|
2004-01-18 17:20:41 +00:00 |
|
Brian Paul
|
e093e94298
|
s/char/GLubyte/ to silence warnings
|
2004-01-18 17:19:45 +00:00 |
|
Brian Paul
|
ef77464a7a
|
include sched.h to get sched_yield() prototype
|
2004-01-18 17:19:05 +00:00 |
|
Brian Paul
|
97fcc0e77b
|
make second param of driParseConfigFiles() const
|
2004-01-18 17:18:43 +00:00 |
|
Brian Paul
|
66f2fd89ea
|
added some missing FLUSH_VERTICES calls
|
2004-01-17 17:33:22 +00:00 |
|
Michel Dänzer
|
8d83242c8c
|
Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)
|
2004-01-17 16:05:40 +00:00 |
|
Brian Paul
|
edc9ffc748
|
bump version to 6.1 (new development)
|
2004-01-16 21:26:30 +00:00 |
|
Keith Whitwell
|
4a53f7bc74
|
Respect the 'in_use' field in the global LRU as a marker for
kernel-reserved memory regions.
|
2004-01-16 13:41:18 +00:00 |
|
Daniel Borca
|
48e89df25b
|
fixed refresh rate control in Glide wrapper
|
2004-01-16 06:59:50 +00:00 |
|
Karl Schultz
|
46d6bd368d
|
add casts to quiet compiler warnings
|
2004-01-15 15:43:07 +00:00 |
|
Daniel Borca
|
f8761dc040
|
implemented glutTimerFunc
|
2004-01-15 08:30:05 +00:00 |
|
Daniel Borca
|
4d5e6623d3
|
_mesa_delete_texture_object and some other updates
|
2004-01-15 07:16:06 +00:00 |
|
Brian Paul
|
3663c0f825
|
Cosmetic changes.
Added a bunch of const qualifiers.
Use _mesa_memcpy() instead of memcpy(), etc.
|
2004-01-15 00:29:51 +00:00 |
|
Brian Paul
|
5bae6b90f9
|
change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()
|
2004-01-15 00:09:01 +00:00 |
|
Brian Paul
|
ae7666385d
|
added blurb about NVIDIA extensions
|
2004-01-14 19:51:19 +00:00 |
|
Brian Paul
|
8533b91543
|
bump MAX_WIDTH/HEIGHT to 4K pixels
|
2004-01-14 19:48:58 +00:00 |
|
Karl Schultz
|
d48382c778
|
Generate mesa.def file for Windows.
|
2004-01-14 17:45:24 +00:00 |
|
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 |
|