summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-19 23:13:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-19 23:13:36 +0000
commit8be72c5b5dca9b8390914a6d7b8b8a3fb6196df8 (patch)
tree935d38cdecf45b7524841cc7c19b52953e5ab70f /docs/VERSIONS
parentadcb228fed7c98a2b8ece88946bc31bebbad78b0 (diff)
apply texgen/texture matrix in glRasterPos
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 2db0fdbec1..fb18bc5d75 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1257,3 +1257,4 @@ Mesa Version History
- fp TEX instruction no longer incorrectly divides s,t,r by q
- ARB fp TEX and TEXP instructions now use LOD=0
- glTexEnviv in display lists didn't work
+ - glRasterPos didn't do texgen or apply texture matrix