summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
2000-03-13 Committing in .Jouk Jansen
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-07minor clean-upBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-03-07made gl_make_fog_coords() staticBrian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-03-06fixed off-by-one errors in matrix stack setup/cleanupBrian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-03-03save ColorTable and ColorSubTable commandsBrian Paul
2000-03-03moved device driver DrawPixels callBrian Paul
2000-03-03added device driver ReadPixels and CopyPixels functionsBrian Paul
2000-03-02minor clean-upBrian Paul
2000-03-01inserted static const in make_null_texture()Brian Paul
2000-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-24use quotes for gl.h and glext.h includesBrian Paul
2000-02-23GL_EXT_blend_color is now DEFAULT_ONBrian Paul
2000-02-23include GL/glext.hBrian Paul
2000-02-21added aatriangle.c sourceBrian Paul
2000-02-21fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul
2000-02-21fixed minor bug in copytexsubimage_error_check()Brian Paul
2000-02-21fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul
2000-02-21fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul
2000-02-21added CHAN_MAX, CHAN_MAXFBrian Paul
2000-02-17removed driver RendererString() and ExtensionString() funcsBrian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-02-12always include <float.h>Brian Paul
2000-02-12fixed reference count but in DeleteTextures()Brian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-11 Committing in .Jouk Jansen
2000-02-08glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul
2000-02-08 Committing in .Jouk Jansen
2000-02-08added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul
2000-02-06updated with new infoBrian Paul
2000-02-06added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul
2000-02-05disabled locked arrays in glDrawRangeElements()Brian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-02-03added SUB_PIXEL_BITSBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul