[Bug 76496] [IVB/HSW] ogl-samples: gl-330-texture-rect assertion fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 9 07:19:06 PDT 2014


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

Emil Velikov <emil.l.velikov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> ---
commit f5904b732efd6ad1ec8273ce3c72dbf38df7076c
Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Mon Mar 31 02:04:00 2014 -0600

    mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE.

    Currently, we raise an error when doing this which breaks a conformance
    test from the OpenGL samples pack. Even if this is a bit silly it is not
    an error.

    From http://www.opengl.org/wiki/Rectangle_Texture:

    "Rectangle textures contain exactly one image; they cannot have mipmaps.
    Therefore, any texture parameters that depend on LODs are irrelevant
    when used with rectangle textures; attempting to set these parameters to
    any value other than 0 will result in an error."

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

    Reviewed-by: Brian Paul <brianp at vmware.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140409/cb43b8d2/attachment.html>


More information about the intel-3d-bugs mailing list