[Mesa-dev] [Bug 47630] sp_texture.c:322:softpipe_get_transfer: Assertion `level <= resource->last_level' failed.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 20 23:25:57 PDT 2012


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

Kenneth Graunke <kenneth at whitecape.org> changed:

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

--- Comment #2 from Kenneth Graunke <kenneth at whitecape.org> 2012-03-20 23:25:57 PDT ---
It turns out that Brian's commit is correct.  I was using GL_LINEAR and
GL_LINEAR_MIPMAP_LINEAR filtering on integer textures, which is illegal
according to both the GL_EXT_texture_integer and OpenGL 3.0 specs.

I sent a patch to the piglit list to fix this earlier today.  I'll push it soon
if there are no objections.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list