commit | 3e9dc51f82276e57ecfb4e2725d88d83dbedcd85 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Thu Aug 18 15:59:33 2011 -0600 |
committer | Brian Paul <brianp@vmware.com> | Fri Aug 19 13:31:11 2011 -0600 |
tree | 4b89b240584c19f733cc34d1801d5f8340a8f07d | |
parent | 0f8c43c34f74b2ebc40ade2944f3b56b7dc606b0 [diff] |
mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D() This was an unfinished to-do item before. With this patch and the two preceeding patches, piglit's fbo-generatemipmap-array test runs and passes instead of generating a GL error and dying on an assertion. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>