summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed minor bug in copytexsubimage_error_check()Brian Paul2000-02-211-2/+2
* fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul2000-02-211-11/+25
* fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul2000-02-211-26/+27
* added CHAN_MAX, CHAN_MAXFBrian Paul2000-02-211-2/+3
* removed driver RendererString() and ExtensionString() funcsBrian Paul2000-02-172-55/+27
* now using dynamically allocated api dispatch tablesBrian Paul2000-02-123-216/+229
* always include <float.h>Brian Paul2000-02-121-3/+4
* fixed reference count but in DeleteTextures()Brian Paul2000-02-121-10/+13
* added code for all GL_MESA_window_pos functionsBrian Paul2000-02-112-2/+162
* Committing in .Jouk Jansen2000-02-111-5/+19
* glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul2000-02-081-4/+4