Mesa uses the glVertexAttrib*NV functions to implement fixed-function
authorIan Romanick <idr@us.ibm.com>
Wed, 10 Aug 2005 23:39:42 +0000 (23:39 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 10 Aug 2005 23:39:42 +0000 (23:39 +0000)
commit1b8d0f149e0afac859c4c1e1e47772bb19da0187
tree24b2e6cd16e3fd0deb2e436f67edff632ff8e8ed
parent8c9cd63c89923e7c3cb751a1f24038c199d226d8
Mesa uses the glVertexAttrib*NV functions to implement fixed-function
attributes in display lists.  If a driver doesn't add entry points for
GL_NV_vertex_program, it will explode.  This patch adds GL_NV_vertex_program
to the list of default extensions whose entry points are added by
driInitExtensions.

Thanks go to Roland Scheidegger for tracking the problem down and suggesting
the fix.
src/mesa/drivers/dri/common/utils.c