fix render to depth texture bugs

This commit is contained in:
Brian Paul 2006-04-06 04:25:48 +00:00
parent a9bcf75103
commit dc32eb8f93
1 changed files with 1 additions and 0 deletions

View File

@ -1478,3 +1478,4 @@ Mesa Version History
- fixed broken texture border handling for depth textures (bug 6498)
- removed the test for duplicated framebuffer attachments, per
version 117 of the GL_EXT_framebuffer_object specification
- fixed a few render-to-texture bugs, including render to depth texture