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

           Summary: initial value of PROGRAM_UNDER_NATIVE_LIMITS_ARB is 1,
                    should be 0
           Product: Mesa
           Version: CVS
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: trivial
          Priority: lowest
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


According to ARB_fragment_program specification:
Table X.6.  New Accessible State Introduced by ARB_fragment_program, the
initial value of PROGRAM_UNDER_NATIVE_LIMITS_ARB is 0.

But at program's beginning, when call
glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB, GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB,
fpvali), it will return 1.

In shader/arbprogram.c _mesa_GetProgramivARB(), it always returns GL_TRUE or
returns value by 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