Brian Paul
|
e1210b1769
|
added rest of GLX_EXT_visual_rating extension
|
2000-03-31 01:17:52 +00:00 |
|
Brian Paul
|
fc68be6b11
|
minor tweak to GLX_VISUAL_CAVEAT_EXT query
|
2000-03-31 01:12:40 +00:00 |
|
Brian Paul
|
b2e4600183
|
updates for separate R/G/B/A accum buffer sizes
|
2000-03-31 01:07:13 +00:00 |
|
Brian Paul
|
b371e0da2b
|
added _mesa_create/destroy_visual()
|
2000-03-31 01:05:51 +00:00 |
|
Brian Paul
|
f2123080b5
|
separate R/G/B/A accum buffer size fields
|
2000-03-31 01:04:52 +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 |
|
Brian Paul
|
5ca0d13823
|
fixed subtexture address calculation bug
|
2000-03-30 17:24:02 +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
|
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 |
|
Randy Frank
|
23ee049401
|
Implemented support for the HP occlusion test extension (osmesa and X)
|
2000-03-28 16:59:39 +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 |
|
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
|
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
|
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
|
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
|
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 |
|
Brian Paul
|
42ad53f67e
|
fixed Cygwin patch typos
|
2000-03-22 16:01:21 +00:00 |
|
Brian Paul
|
9b8094a663
|
removed a few const keywords because of mutex calls
|
2000-03-21 22:20:42 +00:00 |
|
Brian Paul
|
832179c50e
|
added more locking
|
2000-03-21 17:42:27 +00:00 |
|
Brian Paul
|
fd2e6dbbc8
|
removed retainInternalCopy from TexSubImage functions
|
2000-03-21 16:10:22 +00:00 |
|
Brian Paul
|
279d9e3ea7
|
made _mesa_native_packing const
|
2000-03-21 16:09:37 +00:00 |
|
Brian Paul
|
b7d076fc96
|
changed imaging functions to _mesa_ prefix
|
2000-03-21 01:03:40 +00:00 |
|
Brian Paul
|
43911c8ef0
|
clean-up of texture image construction
|
2000-03-21 00:49:33 +00:00 |
|
Brian Paul
|
ae40595b69
|
added _mesa_image_row_stride()
|
2000-03-21 00:48:53 +00:00 |
|
Brian Paul
|
8a4014c6fb
|
more reorganization and clean-up
|
2000-03-20 23:54:54 +00:00 |
|
Brian Paul
|
633e1dcb2b
|
rearranged order of some functions
|
2000-03-20 23:45:59 +00:00 |
|
Brian Paul
|
2090b97998
|
added new TexImage and TexSubImage functions
|
2000-03-20 23:40:57 +00:00 |
|
Brian Paul
|
77ce6da028
|
added new_texture_image()
|
2000-03-20 23:40:12 +00:00 |
|
Brian Paul
|
66ae25078e
|
patched for Cygwin (Sven Panne)
|
2000-03-20 19:26:01 +00:00 |
|
Brian Paul
|
f7b5707d66
|
added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage
|
2000-03-20 14:37:52 +00:00 |
|
Brian Paul
|
0555a98926
|
removed GL_FXMESA_global_texture_lod_bias extension
|
2000-03-19 23:44:24 +00:00 |
|
Brian Paul
|
e7eb459d27
|
removed debug printf
|
2000-03-19 23:35:42 +00:00 |
|
Brian Paul
|
4ce2d87cf6
|
updated for Mesa 3.3
|
2000-03-19 01:13:13 +00:00 |
|