Bug 76472

Summary: debug-object-label.c(500) : error C2440: '=' : cannot convert from 'PFNGLOBJECTPTRLABELPROC' to 'void (__cdecl *)(const void *,GLsizei,const GLchar *)'
Product: piglit Reporter: Vinson Lee <vlee>
Component: testsAssignee: Eric Anholt <eric>
Status: RESOLVED FIXED QA Contact: Eric Anholt <eric>
Severity: blocker    
Priority: medium CC: eu, fabianbieler
Version: unspecifiedKeywords: regression
Hardware: x86-64 (AMD64)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2014-03-21 23:59:03 UTC
piglit: 0cdbf7f1e13839a32aea612c0d2bff2bc3bf81ea (master)

debug-object-label.c
tests\spec\khr_debug\debug-object-label.c(500) : error C2440: '=' : cannot convert from 'PFNGLOBJECTPTRLABELPROC' to 'void (__cdecl *)(const void *,GLsizei,const GLchar *)'
tests\spec\khr_debug\debug-object-label.c(501) : error C2440: '=' : cannot convert from 'PFNGLGETOBJECTPTRLABELPROC' to 'void (__cdecl *)(const void *,GLsizei,GLsizei *,GLchar *)'
tests\spec\khr_debug\debug-object-label.c(502) : error C2440: '=' : cannot convert from 'PFNGLOBJECTLABELPROC' to 'void (__cdecl *)(GLenum,GLuint,GLsizei,const GLchar *)'
tests\spec\khr_debug\debug-object-label.c(503) : error C2440: '=' : cannot convert from 'PFNGLGETOBJECTLABELEXTPROC' to 'void (__cdecl *)(GLenum,GLuint,GLsizei,GLsizei *,GLchar *)'


commit a2adcf2bf53b49d359a2c83c2b2895d4ec35d44e
Author: Felipe F. Tonello <eu@felipetonello.com>
Date:   Mon Mar 17 09:56:51 2014 -0700

    KHR_debug: Add debug-push-pop-group test GLES support
    
    Added KHR suffix for GLES2 spec accordance.
    
    Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
    Reviewed-by: Fabian Bieler <fabianbieler@fastmail.fm>
Comment 1 Fabian Bieler 2014-03-22 08:51:40 UTC
Should be fixed with beecd3e9ec99d0ad4e74ced05793cffaa14d5975.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.