http://bugs.freedesktop.org/show_bug.cgi?id=11049

           Summary: GL_TEXTURE_LOD_BIAS value cannot be restored by
                    glPopAttrib()
           Product: Mesa
           Version: CVS
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED], [EMAIL PROTECTED]


Mesa, master 8a7f474c691dc077c081b59e30937e526400860f

The value set (by glGetTexParameter*()) to
GL_TEXTURE_LOD_BIAS/GL_TEXTURE_LOD_BIAS_EXT in the middle of
glPushAttrib(GL_TEXTURE_BIT) -- glPopAttrib() still remains effective after
glPopAttrib() is called. That is, it seems that MESA's popping up mechanism
doesn't take GL_TEXTURE_LOD_BIAS/GL_TEXTURE_LOD_BIAS_EXT (0x8501) into account.
I also pick another state "GL_TEXTURE_MAX_LOD" to test, but this bug doesn't
happen.

This bug happens under both direct (with INTEL 3D driver) and indirect
context(without intel 3D driver).


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to