Re: [Mesa-dev] [PATCH] mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image

2012-08-10 Thread Jose Fonseca
Seems alright to me. Jose - Original Message - > This seems to be expected by the WebGL texture-mips test. The error > makes > sense, but I haven't found (yet) any OpenGL documentation specifying > this > error condition. > > See https://bugs.freedesktop.org/show_bug.cgi?id=44912 > > N

[Mesa-dev] [PATCH] mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image

2012-08-10 Thread Brian Paul
This seems to be expected by the WebGL texture-mips test. The error makes sense, but I haven't found (yet) any OpenGL documentation specifying this error condition. See https://bugs.freedesktop.org/show_bug.cgi?id=44912 Note: This is a candidate for the 8.0 branch. --- src/mesa/main/fbobject.c