summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added new_texture_image()Brian Paul2000-03-201-70/+67
* added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul2000-03-202-58/+262
* removed debug printfBrian Paul2000-03-191-2/+1
* fixed compiler warnings on BeOS R4Brian Paul2000-03-198-24/+26
* added missing error checksBrian Paul2000-03-171-71/+82
* removed old Depth buffer pointer varBrian Paul2000-03-172-9/+7
* fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell2000-03-161-2/+2
* removed old commentBrian Paul2000-03-131-5/+2
* fixed polygon stipple packing/unpackingBrian Paul2000-03-133-46/+140
* Committing in .Jouk Jansen2000-03-131-2/+4
* initial implementation of GL_HP_occlusion_test extensionBrian Paul2000-03-115-11/+120
* glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul2000-03-101-8/+26
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-072-9/+2
* minor clean-upBrian Paul2000-03-071-8/+8
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-073-40/+82
* made gl_make_fog_coords() staticBrian Paul2000-03-071-2/+3
* added target parameter to Driver.TexEnv()Brian Paul2000-03-072-7/+5
* fixed off-by-one errors in matrix stack setup/cleanupBrian Paul2000-03-061-7/+13
* added LineWidth device driver functionBrian Paul2000-03-033-3/+11
* runtime selectable depth buffer depthBrian Paul2000-03-0312-170/+743
* save ColorTable and ColorSubTable commandsBrian Paul2000-03-031-3/+3
* moved device driver DrawPixels callBrian Paul2000-03-031-8/+8
* added device driver ReadPixels and CopyPixels functionsBrian Paul2000-03-031-1/+20
* minor clean-upBrian Paul2000-03-021-14/+12
* inserted static const in make_null_texture()Brian Paul2000-03-011-2/+2
* added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul2000-02-281-1/+10
* add callbacks for stippleKeith Whitwell2000-02-274-5/+15
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-258-43/+163
* bunch of dispatch and extension-related changesBrian Paul2000-02-247-131/+130
* use quotes for gl.h and glext.h includesBrian Paul2000-02-241-3/+3
* GL_EXT_blend_color is now DEFAULT_ONBrian Paul2000-02-231-3/+3
* include GL/glext.hBrian Paul2000-02-231-1/+2
* added aatriangle.c sourceBrian Paul2000-02-212-2/+4
* fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul2000-02-211-4/+4