Fix propogation of material values in VB's that don't reach the lighting
stage. (Materials now treated more like colors, etc.). Continue whipping the dd templates into shape. Remove old NormalLength code; may come back as a driver helper, but not useful for, eg. hardware t&l drivers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: t_array_import.c,v 1.7 2001/01/24 00:04:59 brianp Exp $ */
|
||||
/* $Id: t_array_import.c,v 1.8 2001/02/15 01:33:52 keithw Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
@@ -316,6 +316,9 @@ void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count )
|
||||
GLuint imports;
|
||||
struct vertex_arrays *tmp = &tnl->array_inputs;
|
||||
|
||||
/* fprintf(stderr, "_tnl_vb_bind_arrays %d..%d // %d..%d\n", */
|
||||
/* start, count, ctx->Array.LockFirst, ctx->Array.LockCount); */
|
||||
|
||||
if (ctx->Array.LockCount) {
|
||||
ASSERT(start == ctx->Array.LockFirst);
|
||||
ASSERT(count == ctx->Array.LockCount);
|
||||
|
Reference in New Issue
Block a user