summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsio2 <sio2>1999-03-10 12:41:11 +0000
committersio2 <sio2>1999-03-10 12:41:11 +0000
commit076028de96e6ada7fc6ee25e47a6ee475fed67c2 (patch)
tree91fb89f05469c860396a9fb25fa5167e0ed4dd59 /docs
parent808a0138c099dd705255de233b80eea775121cd2 (diff)
Added GL_TEXTURE_PRIORITY to gl_TexParameterfv in src\texstate.c
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 2a16a76e802..f34f1d91dea 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.4 1999/03/02 20:52:14 martin Exp $
+$Id: VERSIONS,v 1.5 1999/03/10 12:41:11 sio2 Exp $
Mesa Version History
@@ -637,6 +637,7 @@ Mesa Version History
- glClear(GL_COLOR_BUFFER_BIT) with RGBA or CI masking was broken
- GL_LINEAR sampling of 3D textures was broken
- fixed SVR4 'cc' compiler macro problem (dawes@xfree86.org)
+ - added GL_TEXTURE_PRIORITY fix (keithh@netcomuk.co.uk)
Changes:
- some device driver changes (see src/dd.h)
- new copyright on core Mesa code