glBegin/EndQueryARB bug fix

This commit is contained in:
Brian Paul 2004-06-28 22:02:23 +00:00
parent d322dc1469
commit 36bdb07860

View file

@ -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