X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FVERSIONS;h=0ebcd1469c6b823e0bb852afefbe1c978279de84;hb=36c1e756daea0be04395de063003b434ba98cbdd;hp=c149e05379992080bdd0719e1fabaf7ea9144d8e;hpb=e53e0f47d0911df1f6da0ccf42a815aa5036b16b;p=mesa.git diff --git a/docs/VERSIONS b/docs/VERSIONS index c149e053799..0ebcd1469c6 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1471,7 +1471,7 @@ Mesa Version History - paletted texturing was broken w/ floating point palettes (K. Schultz) - lots of assorted framebuffer object bug fixes -6.5.1 month, day, 2006 +6.5.1 August 31, 2006 New: - Intel i965 DRI driver - GL_APPLE_vertex_array_object extension (Ian Romanick) @@ -1509,3 +1509,6 @@ Mesa Version History - fragment.position wasn't set correctly for point/line primitives - fixed parser bug for scalar sources for GL_NV_fragment_program - max fragment program length was incorrectly 128, now 1024 + - writes to result.depth in fragment programs weren't clamped to [0,1] + - fixed potential dangling pointer bug in glBindProgram() + - fixed some memory leaks (and potential crashes) in Xlib driver