Brian Paul
|
f2123080b5
|
separate R/G/B/A accum buffer size fields
|
2000-03-31 01:04:52 +00:00 |
|
Brian Paul
|
a5724069f1
|
added XMesaCreateVisual2()
|
2000-03-31 01:04:07 +00:00 |
|
Brian Paul
|
bd2055cf7e
|
added GLX_EXT_visual_rating
|
2000-03-31 01:03:41 +00:00 |
|
Brian Paul
|
d3d72804b0
|
tweaks to allow different read formats/types
|
2000-03-31 01:01:31 +00:00 |
|
Brian Paul
|
047fdf06cc
|
optimized glReadPixels()
|
2000-03-30 18:39:18 +00:00 |
|
Brian Paul
|
e5d68a2b7d
|
improved PrintTexture debug function
|
2000-03-30 18:37:51 +00:00 |
|
Brian Paul
|
aed8a96ef2
|
fixed typos in generate_lookup_tables()
|
2000-03-30 18:37:32 +00:00 |
|
Keith Whitwell
|
03b7aee438
|
Added stipple mode
|
2000-03-30 17:58:56 +00:00 |
|
Brian Paul
|
5ca0d13823
|
fixed subtexture address calculation bug
|
2000-03-30 17:24:02 +00:00 |
|
Brian Paul
|
1e35590f14
|
removed GL_HP_occlustion_test code, added -exit option
|
2000-03-29 23:57:20 +00:00 |
|
Brian Paul
|
fffb809777
|
renamed mesaStrDup() to str_dup()
|
2000-03-29 18:46:11 +00:00 |
|
Brian Paul
|
57e7108b75
|
new texture image download code
|
2000-03-29 18:14:32 +00:00 |
|
Brian Paul
|
845bf3c2b1
|
lots of new work
|
2000-03-29 18:14:08 +00:00 |
|
Brian Paul
|
4827179cc0
|
changes for single-copy textures
|
2000-03-29 18:13:59 +00:00 |
|
Brian Paul
|
8fd9fcbc2d
|
hit space bar to rerun benchmark
|
2000-03-29 18:02:52 +00:00 |
|
Brian Paul
|
5a564056f5
|
added error checking on file open
|
2000-03-29 17:56:02 +00:00 |
|
Brian Paul
|
070b2644c6
|
added missing GL_INTENSITY case in _mesa_components_in_format()
|
2000-03-29 15:56:53 +00:00 |
|
Brian Paul
|
a14ee6b081
|
fixed some buffer clear bugs
|
2000-03-29 15:48:43 +00:00 |
|
Brian Paul
|
7d69e9e93f
|
lots of changes
|
2000-03-29 15:47:48 +00:00 |
|
Brian Paul
|
a1cfd0f7a1
|
version 5: added texture compression extension
|
2000-03-29 15:46:53 +00:00 |
|
Randy Frank
|
23ee049401
|
Implemented support for the HP occlusion test extension (osmesa and X)
|
2000-03-28 16:59:39 +00:00 |
|
Brian Paul
|
9d4d855208
|
added optimized read/drawpixels for 16bpp TrueColor
|
2000-03-28 16:10:43 +00:00 |
|
Randy Frank
|
d7361e1717
|
Updated to compile under Irix 6.5
|
2000-03-27 21:13:58 +00:00 |
|
Brian Paul
|
ba3d9d0ce9
|
removed tfxMipMapLevel's used and translate fields, initial teximage clean-up
|
2000-03-27 19:08:40 +00:00 |
|
Brian Paul
|
de5c19d139
|
added _mesa_unconvert_teximage()
|
2000-03-27 18:56:26 +00:00 |
|
Brian Paul
|
021a525616
|
put _mesa prefix on some functions
|
2000-03-27 17:54:17 +00:00 |
|
Brian Paul
|
d25df35154
|
added missing glEnd() call (Tim Beckmann)
|
2000-03-27 15:46:12 +00:00 |
|
Jon Taylor
|
56edca9f62
|
Minor fixups
|
2000-03-27 04:31:15 +00:00 |
|
Brian Paul
|
9fd2b0a698
|
fixed a Driver.TexImage call typo, misc clean-up
|
2000-03-24 23:59:06 +00:00 |
|
Brian Paul
|
d03dc25477
|
added texutil.c source
|
2000-03-24 20:56:50 +00:00 |
|
Brian Paul
|
7553e3027c
|
initial check-in
|
2000-03-24 20:54:21 +00:00 |
|
Brian Paul
|
afb8c93470
|
version 4, all extensions up to 197, added some missing enum values
|
2000-03-24 19:16:19 +00:00 |
|
Brian Paul
|
4f6d60e9cf
|
added benchmarking
|
2000-03-23 19:47:25 +00:00 |
|
Brian Paul
|
9891bf086d
|
changed some Linux -O2 flags to -O3
|
2000-03-23 17:00:35 +00:00 |
|
Brian Paul
|
d6998a714c
|
added new texture image functions, minor clean-up
|
2000-03-23 16:58:24 +00:00 |
|
Brian Paul
|
45c7e2abe7
|
added some comments and new texture image functions
|
2000-03-23 16:57:56 +00:00 |
|
Brian Paul
|
0d24f7b50e
|
replaced HaveTexObj with UseTexObj
|
2000-03-23 16:57:14 +00:00 |
|
Brian Paul
|
bed91a3fcd
|
added 3.3 To Do items
|
2000-03-23 16:55:13 +00:00 |
|
Brian Paul
|
0862721958
|
removed some unpopular extensions (now in glext.h)
|
2000-03-23 16:54:50 +00:00 |
|
Brian Paul
|
b132e8da5e
|
replaced decode_internal_format() with _mesa_base_tex_format()
|
2000-03-23 16:23:14 +00:00 |
|
Brian Paul
|
f87c5e229f
|
more clean-up and rearranging
|
2000-03-23 16:22:36 +00:00 |
|
Brian Paul
|
bd3355bbcd
|
added instructions to build widgets-sgi
|
2000-03-22 23:48:16 +00:00 |
|
Brian Paul
|
9dd2747e5f
|
minor tweaks
|
2000-03-22 23:43:53 +00:00 |
|
Brian Paul
|
ca1f44b401
|
added Daryll's patches for texture alignment
|
2000-03-22 23:21:27 +00:00 |
|
Brian Paul
|
780c4e057b
|
added code to die on FP exceptions if DEBEG env var set to FP
|
2000-03-22 23:20:12 +00:00 |
|
Brian Paul
|
3769b3fed4
|
changed TDA to [4] for glMaterialfv() calls
|
2000-03-22 23:14:54 +00:00 |
|
Brian Paul
|
49dcae8c80
|
converted from GL_EXT_texture3D to GL 1.2
|
2000-03-22 19:48:57 +00:00 |
|
Brian Paul
|
d21cdb6d84
|
tweaked the animation rate
|
2000-03-22 18:38:47 +00:00 |
|
Brian Paul
|
29d39d52a0
|
updated renderer string version to 20000322
|
2000-03-22 17:39:15 +00:00 |
|
Brian Paul
|
0293878846
|
lots of changes for single-copy texture image DD interface
|
2000-03-22 17:38:11 +00:00 |
|