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

           Summary: [FBO]IsFramebufferEXT should return true for names
                    created by GenFramebuffersEXT
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


System Environment:
--------------------------
--Mesa:e54329233522591bbe8aad8a3fd6bcdc1e430f03 

Bug detailed description:
--------------------------
IsFramebufferEXT return false for names created by GenFramebuffersEXT, before
these names are bound
According to OpenGL spec,         
The command

            boolean IsFramebufferEXT( uint framebuffer );

        returns TRUE if <framebuffer> is the name of an framebuffer
        object.  If <framebuffer> is zero, or if <framebuffer> is a
        non-zero value that is not the name of an framebuffer object,
        IsFramebufferEXT return FALSE.

IsFramebufferEXT should return TRUE for names created by GenFramebuffersEXT
but the Mesa implementation is now depend this on whether this framebuffer name
is bound.

Reproduce steps:
----------------
start X
compile and run the attached test case


Current result:
----------------
IsFramebufferEXT return false for names created by GenFramebuffersEXT, before
these names are bound


Expected result:
----------------
IsFramebufferEXT should return true for names created by GenFramebuffersEXT,
before these names are bound


-- 
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to