summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-04-09removed a printfBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_textureBrian Paul
2000-04-07added pixeltex.cBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-07initial histogram and min/max workBrian Paul
2000-04-05added extern for gl_fog_coord_stageBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-04-01changes for GL_HP_occlusion_testBrian Paul
2000-03-31added _mesa_create/destroy_visual()Brian Paul
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul
2000-03-30improved PrintTexture debug functionBrian Paul
2000-03-30fixed typos in generate_lookup_tables()Brian Paul
2000-03-30fixed subtexture address calculation bugBrian Paul
2000-03-29lots of new workBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-29added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-27added _mesa_unconvert_teximage()Brian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-24fixed a Driver.TexImage call typo, misc clean-upBrian Paul
2000-03-24added texutil.c sourceBrian Paul
2000-03-24initial check-inBrian Paul
2000-03-23replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul
2000-03-23more clean-up and rearrangingBrian Paul
2000-03-22added code to die on FP exceptions if DEBEG env var set to FPBrian Paul
2000-03-22lots of changes for single-copy texture image DD interfaceBrian Paul
2000-03-21removed a few const keywords because of mutex callsBrian Paul
2000-03-21added more lockingBrian Paul
2000-03-21removed retainInternalCopy from TexSubImage functionsBrian Paul
2000-03-21made _mesa_native_packing constBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-21clean-up of texture image constructionBrian Paul
2000-03-21added _mesa_image_row_stride()Brian Paul
2000-03-20more reorganization and clean-upBrian Paul
2000-03-20rearranged order of some functionsBrian Paul
2000-03-20added new TexImage and TexSubImage functionsBrian Paul
2000-03-20added new_texture_image()Brian Paul
2000-03-20added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul
2000-03-19removed debug printfBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-17added missing error checksBrian Paul
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-16fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell
2000-03-13removed old commentBrian Paul
2000-03-13fixed polygon stipple packing/unpackingBrian Paul