Fix long standing bug that prevented newer drivers from working with
authorIan Romanick <idr@us.ibm.com>
Fri, 11 Aug 2006 23:56:37 +0000 (23:56 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 11 Aug 2006 23:56:37 +0000 (23:56 +0000)
commit8fbe16d4dd0664f7766f5241c055efb582cc06e5
tree8648d4740b823c3103ac66b90e9339a60b16862c
parent56f349515c75a93923255ba1eb7cdae67b432a53
Fix long standing bug that prevented newer drivers from working with
older libGL.  The data in extension_helper.h erroneous instructed
drivers to expect all functions with establised offsets, even those
not in the ABI, to have a specific offset allocated.  This is just
wrong.  A function is either in the ABI and has a set offset or a
function is not in the ABI and has a re-map offset.
src/mesa/drivers/dri/common/extension_helper.h
src/mesa/drivers/dri/common/utils.c
src/mesa/glapi/extension_helper.py