summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 5: added texture compression extensionBrian Paul2000-03-291-1/+41
|
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-287-97/+143
|
* added optimized read/drawpixels for 16bpp TrueColorBrian Paul2000-03-281-2/+3
|
* Updated to compile under Irix 6.5Randy Frank2000-03-272-5/+17
|
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-273-316/+154
|
* added _mesa_unconvert_teximage()Brian Paul2000-03-272-2/+293
|
* put _mesa prefix on some functionsBrian Paul2000-03-274-23/+27
|
* added missing glEnd() call (Tim Beckmann)Brian Paul2000-03-271-52/+3
|
* Minor fixupsJon Taylor2000-03-272-6/+6
|
* fixed a Driver.TexImage call typo, misc clean-upBrian Paul2000-03-241-7/+6
|
* added texutil.c sourceBrian Paul2000-03-243-3/+6
|
* initial check-inBrian Paul2000-03-242-0/+599
|
* version 4, all extensions up to 197, added some missing enum valuesBrian Paul2000-03-241-40/+698
|
* added benchmarkingBrian Paul2000-03-231-42/+43
|
* changed some Linux -O2 flags to -O3Brian Paul2000-03-231-4/+4
|
* added new texture image functions, minor clean-upBrian Paul2000-03-231-146/+177
|
* added some comments and new texture image functionsBrian Paul2000-03-231-9/+22
|
* replaced HaveTexObj with UseTexObjBrian Paul2000-03-231-31/+10
|
* added 3.3 To Do itemsBrian Paul2000-03-231-2/+4
|
* removed some unpopular extensions (now in glext.h)Brian Paul2000-03-231-52/+1
|
* replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul2000-03-232-7/+11
|
* more clean-up and rearrangingBrian Paul2000-03-231-29/+27
|
* added instructions to build widgets-sgiBrian Paul2000-03-221-4/+8
|
* minor tweaksBrian Paul2000-03-221-5/+10
|
* added Daryll's patches for texture alignmentBrian Paul2000-03-224-3/+11
|
* added code to die on FP exceptions if DEBEG env var set to FPBrian Paul2000-03-222-3/+6
|
* changed TDA to [4] for glMaterialfv() callsBrian Paul2000-03-221-2/+2
|
* converted from GL_EXT_texture3D to GL 1.2Brian Paul2000-03-221-37/+23
|
* tweaked the animation rateBrian Paul2000-03-221-5/+17
|
* updated renderer string version to 20000322Brian Paul2000-03-221-1/+1
|
* lots of changes for single-copy texture image DD interfaceBrian Paul2000-03-221-224/+374
|
* fixed Cygwin patch typosBrian Paul2000-03-222-2/+2
|
* removed a few const keywords because of mutex callsBrian Paul2000-03-212-6/+6
|
* added more lockingBrian Paul2000-03-213-6/+32
|
* removed retainInternalCopy from TexSubImage functionsBrian Paul2000-03-211-11/+8
|
* made _mesa_native_packing constBrian Paul2000-03-212-4/+4
|
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-216-111/+119
|
* clean-up of texture image constructionBrian Paul2000-03-211-93/+84
|
* added _mesa_image_row_stride()Brian Paul2000-03-212-2/+45
|
* more reorganization and clean-upBrian Paul2000-03-201-37/+26
|
* rearranged order of some functionsBrian Paul2000-03-201-57/+55
|
* added new TexImage and TexSubImage functionsBrian Paul2000-03-201-2/+82
|
* added new_texture_image()Brian Paul2000-03-201-70/+67
|
* added lodbias demoBrian Paul2000-03-204-7/+8
|
* initial check-inBrian Paul2000-03-201-0/+217
|
* added more extensions, now at version 3Brian Paul2000-03-201-15/+801
|
* removed test for MESA symbolBrian Paul2000-03-201-4/+1
|
* Cygwin changes, removed two ARB extensions, now in glext.hBrian Paul2000-03-201-37/+5
|
* patched for Cygwin (Sven Panne)Brian Paul2000-03-207-11/+57
|
* added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul2000-03-202-58/+262
|