projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef64cda
)
_mesa_ExecuteProgramNV is now a no-op
author
Brian
<brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:00:54 +0000
(16:00 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:00:54 +0000
(16:00 -0700)
src/mesa/shader/nvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/nvprogram.c
b/src/mesa/shader/nvprogram.c
index 531a41083cbb0adb53174427781d817de3dff9b1..337784bfe259b71641c48d0598bad4675215b0ac 100644
(file)
--- a/
src/mesa/shader/nvprogram.c
+++ b/
src/mesa/shader/nvprogram.c
@@
-45,7
+45,6
@@
#include "prog_parameter.h"
#include "prog_instruction.h"
#include "nvfragparse.h"
-#include "nvvertexec.h"
#include "nvvertparse.h"
#include "nvprogram.h"
#include "program.h"
@@
-77,7
+76,7
@@
_mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params)
return;
}
- _mesa_
exec_vertex_state_program(ctx, vprog, params
);
+ _mesa_
problem(ctx, "glExecuteProgramNV() not supported"
);
}