diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-06-28 22:02:23 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-06-28 22:02:23 +0000 |
commit | 36bdb0786001a138547064b408e7a025d896fc74 (patch) | |
tree | 19a14c6b6436b8086bd219264a4165e184504b3c | |
parent | d322dc1469587d4dc9274c803561f6074c21ed42 (diff) |
glBegin/EndQueryARB bug fix
-rw-r--r-- | docs/VERSIONS | 1 |
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 |