aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-12 10:54:06 +0000
committermarha <marha@users.sourceforge.net>2011-05-12 10:54:06 +0000
commit6355693a021ce9473196b685cc9f8c2cbb0899a8 (patch)
treed781e4e3e935e9b3b9be7aff2a2952269b33e12a /mesalib/src/mesa/main/dlist.c
parent0f6aea154580c2f220be98d12108dd7d316c21f6 (diff)
downloadvcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.gz
vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.tar.bz2
vcxsrv-6355693a021ce9473196b685cc9f8c2cbb0899a8.zip
libxcb mesa xcb-proto git update 12 May 2011
Diffstat (limited to 'mesalib/src/mesa/main/dlist.c')
-rw-r--r--mesalib/src/mesa/main/dlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mesalib/src/mesa/main/dlist.c b/mesalib/src/mesa/main/dlist.c
index 63653df45..930236c01 100644
--- a/mesalib/src/mesa/main/dlist.c
+++ b/mesalib/src/mesa/main/dlist.c
@@ -9784,9 +9784,9 @@ _mesa_create_save_table(void)
SET_DeleteProgramsNV(table, _mesa_DeletePrograms);
SET_GenProgramsNV(table, _mesa_GenPrograms);
SET_IsProgramNV(table, _mesa_IsProgramARB);
- SET_GetVertexAttribdvNV(table, _mesa_GetVertexAttribdvNV);
- SET_GetVertexAttribfvNV(table, _mesa_GetVertexAttribfvNV);
- SET_GetVertexAttribivNV(table, _mesa_GetVertexAttribivNV);
+ SET_GetVertexAttribdvARB(table, _mesa_GetVertexAttribdvARB);
+ SET_GetVertexAttribfvARB(table, _mesa_GetVertexAttribfvARB);
+ SET_GetVertexAttribivARB(table, _mesa_GetVertexAttribivARB);
SET_GetVertexAttribPointervNV(table, _mesa_GetVertexAttribPointervNV);
SET_ProgramEnvParameter4dARB(table, save_ProgramEnvParameter4dARB);
SET_ProgramEnvParameter4dvARB(table, save_ProgramEnvParameter4dvARB);