/*
* Mesa 3-D graphics library
- * Version: 6.5.1
+ * Version: 6.5.3
*
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
-
/* ----------------------------------------------------------------------
* Execution
*/
p->compiled_func(m);
}
+
/**
* Execute the given vertex program.
*
GLuint i, j;
GLbitfield outputs;
-#define FORCE_PROG_EXECUTE_C 0
+#define FORCE_PROG_EXECUTE_C 1
#if FORCE_PROG_EXECUTE_C
return GL_TRUE;
#else
}
-
-
-
-
-
/**
* Called the first time stage->run is called. In effect, don't
* allocate data until the first time the stage is run.
}
-
-
/**
* Destructor for this pipeline stage.
*/
}
}
+
/**
* Public description of this pipeline stage.
*/