#include "mtypes.h"
#include "array_cache/acache.h"
-#include "math/m_translate.h"
#include "t_array_import.h"
#include "t_context.h"
#include "state.h"
#include "mtypes.h"
-#include "math/m_translate.h"
-#include "math/m_xform.h"
-
#include "t_context.h"
#include "t_pipeline.h"
#include "t_vp_build.h"
#include "light.h"
#include "program.h"
#include "math/m_matrix.h"
-#include "math/m_translate.h"
#include "t_context.h"
#include "t_pipeline.h"
#include "t_vb_arbprogram.h"
*/
const struct tnl_pipeline_stage _tnl_arb_vertex_program_stage =
{
- "vertex-program",
+ "arb-vertex-program",
NULL, /* private_data */
init_vertex_program, /* create */
dtr, /* destroy */
#include "nvvertexec.h"
#include "nvprogram.h"
-#include "math/m_translate.h"
-
#include "t_context.h"
#include "t_pipeline.h"
return GL_FALSE;
/* Allocate arrays of vertex output values */
+ /* XXX change '15' to a named constant */
for (i = 0; i < 15; i++) {
_mesa_vector4f_alloc( &store->attribs[i], 0, size, 32 );
store->attribs[i].size = 4;