Bug 91337

Summary: OSMesaGetProcAdress("OSMesaPixelStore") returns nil
Product: Mesa Reporter: halgara
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium    
Version: 10.6   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description halgara 2015-07-14 20:27:23 UTC
When calling OSMesaGetProcAdress("OSMesaPixelStore") the function returns a NULL value. The reason for this is that the function table in src/mesa/drivers/osmesa/osmesa.c (which is repeated in src/gallium/state_trackers/osmesa/osmesa.c) contains an additional "s" ("OSMesaPixelsStore")
Comment 1 Brian Paul 2015-07-15 12:23:44 UTC
Thanks. Patch posted to mesa-dev for review.
Comment 2 Brian Paul 2015-07-15 13:32:23 UTC
Fixed with commit 141e1eb29fe80ad341e718147a1277cc3b1b9c11

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.