Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=3377          
     
           Summary: _glapi_add_entrypoint does not function properly for
                    offset ~0
           Product: DRI
           Version: DRI CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libGL
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When an offset of ~0 is passed to _glapi_add_entrypoint, it is supposed to
generate a dispatch stub and insert it in the internal table.  However, because
offset is GLuint, the test "offset >= DISPATCH_TABLE_SIZE" will always fail and
the function will return GL_FALSE.          
     
     
--           
Configure bugmail: https://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 Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to