summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:19:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:19:21 +0000
commit9de4782e49fd84951e3eb322eec6f1332680b2e8 (patch)
tree2ffdbeaca7c72ad9fbddece0614532589b22fb25 /docs
parentf9e75c31e8c22828ca9829a1a32226f6569cc5f2 (diff)
added GL_ARB_point_parameters
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-4.16
-rw-r--r--docs/VERSIONS7
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1
index 6b524c0db78..08719996f42 100644
--- a/docs/RELNOTES-4.1
+++ b/docs/RELNOTES-4.1
@@ -53,6 +53,10 @@ GL_EXT_shadow_funcs
Extends the set of GL_ARB_shadow texture comparision functions to
include all eight of standard OpenGL dept-test functions.
+GL_ARB_point_parameters
+
+ This is basically the same as GL_EXT_point_parameters.
+
Device Driver Status
@@ -81,4 +85,4 @@ DOS needs updating
----------------------------------------------------------------------
-$Id: RELNOTES-4.1,v 1.5 2002/03/23 16:35:40 brianp Exp $
+$Id: RELNOTES-4.1,v 1.6 2002/04/02 16:19:21 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 145b78a3b10..2f41a7e686e 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.85 2002/03/23 16:35:40 brianp Exp $
+$Id: VERSIONS,v 1.86 2002/04/02 16:19:21 brianp Exp $
Mesa Version History
@@ -928,7 +928,7 @@ Mesa Version History
- fixed separate_specular color bug found in Chimera (18 Dec 2001)
-4.0.2 March 25, 2002
+4.0.2 April 2, 2002
New:
- New DOS (DJGPP) driver written by Daniel Borca
- New driver interface functions for TCL drivers (such as Radeon DRI)
@@ -949,6 +949,8 @@ Mesa Version History
- N threads rendering into one window didn't work reliably
- glCopyPixels didn't work for deep color channels
- improved 8 -> 16bit/channel texture image conversion (Gerk Huisma)
+ - glPopAttrib() didn't correctly restore user clip planes
+ - user clip planes failed for some perspective projections (Chromium)
Known bugs:
- mipmap LOD computation
@@ -962,6 +964,7 @@ Mesa Version History
- GL_ARB_shadow extension
- GL_ARB_shadow_ambient extension
- GL_EXT_shadow_funcs extension
+ - GL_ARB_point_parameters extension
- massive overhaul/simplification of software rasterizer module,
many contributions from Klaus Niederkrueger
- faster software texturing in some cases (i.e. trilinear filtering)