GL_INDEX_OFFSET fix

This commit is contained in:
Brian Paul 2006-05-22 17:41:59 +00:00
parent 17befff800
commit acc9566b86
1 changed files with 1 additions and 0 deletions

View File

@ -1489,3 +1489,4 @@ Mesa Version History
- assorted minor fixes for 16 and 32 bit/channel modes
- fixed assorted bugs in texture compression paths
- fixed indirect rendering vertex array crashes (bug 6863)
- glDrawPixels GL_INDEX_OFFSET didn't always work