_mesa_ExecuteProgramNV is now a no-op
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user