diff options
author | marha <marha@users.sourceforge.net> | 2011-05-12 11:03:26 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-12 11:03:26 +0000 |
commit | 3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4 (patch) | |
tree | b42afb31d05c2de227d17a076cdf58267e4d57b9 /mesalib/src/mesa/main/dlist.c | |
parent | f871d84ccfff423c34259024eaccc61e475cea6b (diff) | |
parent | 6355693a021ce9473196b685cc9f8c2cbb0899a8 (diff) | |
download | vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.tar.gz vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.tar.bz2 vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.zip |
merge ^/branches/released .
Diffstat (limited to 'mesalib/src/mesa/main/dlist.c')
-rw-r--r-- | mesalib/src/mesa/main/dlist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mesalib/src/mesa/main/dlist.c b/mesalib/src/mesa/main/dlist.c index f150d6c7b..64ef98509 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);
|