[Piglit] [Bug 91670] [bisected] piglit.spec.!opengl 3_2.layered-rendering.framebuffertexture fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 25 02:54:36 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91670

--- Comment #9 from Timothy Arceri <t_arceri at yahoo.com.au> ---
(In reply to marius predut from comment #7)
> (In reply to Timothy Arceri from comment #6)
> > (In reply to marius predut from comment #5)
> > > This test needs to pass OpenGL3.3 conformance test.
> > 
> > Please point out the test that is failing to save others time.
> > 
> > > Open GL 3.3 reference document says:
> > > samples must be in the range zero to GL_MAX_TEXTURE_SIZE - 1.
> > 
> > By reference document do you mean the spec?
> > 
> 
> https://www.opengl.org/sdk/docs/man3/xhtml/glTexImage3DMultisample.xml
> 
> 
> > Can you point me to the exact section you took the above quote from, its a
> > big document.
> 
> Target must be GL_TEXTURE_2D_MULTISAMPLE_ARRAY or
> GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY.
>             width and heightare the dimensions in texels of the texture, and
> must
>             be in the range zero to GL_MAX_TEXTURE_SIZE - 1. depth is the
> number of array slices in the array texture's image.
>             samples specifies the number of samples in the image and must be
> in the range zero to GL_MAX_SAMPLES - 1.

We normally go by what the spec says and it doesn't say anything about what
happens if samples is zero. Later versions of the spec fix the issue so we go
by what that says.

Also I don't believe this change has anything to do with the piglit failure you
are seeing, mesa was updated to the same behavior as the piglit test you will
need to be more specific about the problem you are trying to solve here

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20151125/0af6ddb4/attachment.html>


More information about the Piglit mailing list