summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up whitespaceBrian Paul2000-04-151-41/+41
|
* Committing in .Jouk Jansen2000-04-141-2/+4
| | | | | | | | VMS support for pixeltex.c Modified Files: Mesa/src/descrip.mms Mesa/src/pixeltex.h ----------------------------------------------------------------------
* applied Keith's fix for the Loki ice bugBrian Paul2000-04-131-7/+4
|
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-124-451/+447
|
* more GL_SGI_color_table extension workBrian Paul2000-04-126-183/+653
|
* renamed alpha buffer functionsBrian Paul2000-04-112-5/+5
|
* renamed stencil functionsBrian Paul2000-04-113-32/+32
|
* fixed duplicate variable problemBrian Paul2000-04-111-3/+3
|
* clip depth/stencil spans to window boundsBrian Paul2000-04-115-56/+178
|
* initial work on GL_SGI_color_table extensionBrian Paul2000-04-112-21/+45
|
* fixed GL_PGI_misc_hints identifiersBrian Paul2000-04-103-26/+26
|
* removed a printfBrian Paul2000-04-091-2/+1
|
* added GL_SGI_color_matrix extensionBrian Paul2000-04-0810-47/+321
|
* added GL_SGIX/SGIS_pixel_textureBrian Paul2000-04-071-1/+72
|
* added pixeltex.cBrian Paul2000-04-072-2/+4
|
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-077-8/+139
|
* initial histogram and min/max workBrian Paul2000-04-072-2/+31
|
* added extern for gl_fog_coord_stageBrian Paul2000-04-051-1/+4
|
* minor clean-ups, renamingBrian Paul2000-04-053-13/+10
|
* more GL_HP_occlusion_test workBrian Paul2000-04-043-11/+36
|
* use BCOPY macro on FreeBSDBrian Paul2000-04-042-29/+41
|
* changes for GL_HP_occlusion_testBrian Paul2000-04-012-12/+7
|
* added _mesa_create/destroy_visual()Brian Paul2000-03-312-22/+92
|
* separate R/G/B/A accum buffer size fieldsBrian Paul2000-03-312-8/+32
|
* improved PrintTexture debug functionBrian Paul2000-03-301-7/+36
|
* fixed typos in generate_lookup_tables()Brian Paul2000-03-301-2/+2
|
* fixed subtexture address calculation bugBrian Paul2000-03-301-32/+32
|
* lots of new workBrian Paul2000-03-292-61/+824
|
* changes for single-copy texturesBrian Paul2000-03-293-12/+26
|
* added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul2000-03-291-1/+2
|
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-282-3/+6
|
* added _mesa_unconvert_teximage()Brian Paul2000-03-272-2/+293
|
* put _mesa prefix on some functionsBrian Paul2000-03-274-23/+27
|
* fixed a Driver.TexImage call typo, misc clean-upBrian Paul2000-03-241-7/+6
|
* added texutil.c sourceBrian Paul2000-03-242-2/+4
|
* initial check-inBrian Paul2000-03-242-0/+599
|
* 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 code to die on FP exceptions if DEBEG env var set to FPBrian Paul2000-03-222-3/+6
|
* lots of changes for single-copy texture image DD interfaceBrian Paul2000-03-221-224/+374
|
* 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-215-110/+118
|
* 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
|