summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-06-28 22:02:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-06-28 22:02:23 +0000
commit36bdb0786001a138547064b408e7a025d896fc74 (patch)
tree19a14c6b6436b8086bd219264a4165e184504b3c /docs/VERSIONS
parentd322dc1469587d4dc9274c803561f6074c21ed42 (diff)
glBegin/EndQueryARB bug fix
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 fed173b774..df4b8162a1 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1268,3 +1268,4 @@ Mesa Version History
- GL_INTENSITY was mistakenly accepted as a <format> to glTexImage
- fragment program writes to RC/HC register were broken
- fixed a few glitches in GL_HP_occlusion_test extension
+ - glBeginQueryARB and glEndQueryARB didn't work inside display lists