Bug 91337 - OSMesaGetProcAdress("OSMesaPixelStore") returns nil
Summary: OSMesaGetProcAdress("OSMesaPixelStore") returns nil
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 10.6
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 20:27 UTC by halgara
Modified: 2015-07-15 13:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.