From: <bug...@fr...> - 2010-03-23 07:39:05
|
http://bugs.freedesktop.org/show_bug.cgi?id=27254 --- Comment #4 from Chia-I Wu <ol...@gm...> 2010-03-23 00:38:57 PST --- I think I should brought this up since 7.8 is about to be released. In gl_API.xml, we have <function name="HistogramEXT" alias="Histogram" static_dispatch="false"> C and X86-64 dispatcher correctly hide glHistogramEXT. However, up until recently, X86 dispatcher exposed the function. I've made a commit 41a87a43e11c664935349f938022d58d3e22da4e to honor gl_API.xml and hide the symbol (and some others). Does this sound fine to your or is this considered an ABI breakage? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |