Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 71 → Rev 72

/shark/trunk/ports/mesa/src/tnl/t_vtx_exec.c
44,9 → 44,9
#include "state.h"
#include "vtxfmt.h"
 
#include "tnl/tnl.h"
#include "tnl/t_context.h"
#include "tnl/t_array_api.h"
#include "tnl.h"
#include "t_context.h"
#include "t_array_api.h"
 
static void _tnl_FlushVertices( GLcontext *, GLuint );
 
/shark/trunk/ports/mesa/src/tnl/t_vtx_x86.c
34,7 → 34,7
#include "imports.h"
#include "mmath.h"
#include "simple_list.h"
#include "tnl_vtxfmt.h"
#include "vtxfmt.h"
 
#if defined(USE_X86_ASM)
 
/shark/trunk/ports/mesa/src/tnl/t_vtx_api.c
35,7 → 35,7
#include "simple_list.h"
#include "vtxfmt.h"
 
#include "tnl_vtx_api.h"
#include "t_vtx_api.h"
 
/* Fallback versions of all the entrypoints for situations where
* codegen isn't available. This is slowed significantly by all the
/shark/trunk/ports/mesa/src/tnl/t_vtx_api.h
185,7 → 185,7
#define FIXUP2( CODE, OFFSET, CHECKVAL, NEWVAL ) \
do { \
while (*(int *)(CODE+OFFSET) != CHECKVAL) OFFSET++; \
fprintf(stderr, "%s/%d CVAL %x OFFSET %d\n", __FUNCTION__, \
cprintf("%s/%d CVAL %x OFFSET %d\n", __FUNCTION__, \
__LINE__, CHECKVAL, OFFSET); \
*(int *)(CODE+OFFSET) = (int)NEWVAL; \
OFFSET += 4; \
/shark/trunk/ports/mesa/src/tnl/t_vb_lighttmp.h
1,4 → 1,4
/* $Id: t_vb_lighttmp.h,v 1.1 2003-02-28 11:48:07 pj Exp $ */
/* $Id: t_vb_lighttmp.h,v 1.2 2003-03-13 12:20:29 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
122,7 → 122,7
(void) vstride;
 
#ifdef TRACE
fprintf(stderr, "%s\n", __FUNCTION__ );
cprintf("%s\n", __FUNCTION__ );
#endif
 
if (IDX & LIGHT_COLORMATERIAL) {
331,7 → 331,7
const GLuint nr = VB->Count;
 
#ifdef TRACE
fprintf(stderr, "%s\n", __FUNCTION__ );
cprintf("%s\n", __FUNCTION__ );
#endif
 
(void) flags;
542,7 → 542,7
const GLuint nr = VB->Count;
 
#ifdef TRACE
fprintf(stderr, "%s\n", __FUNCTION__ );
cprintf("%s\n", __FUNCTION__ );
#endif
 
(void) input; /* doesn't refer to Eye or Obj */
670,7 → 670,7
const struct gl_light *light;
 
#ifdef TRACE
fprintf(stderr, "%s\n", __FUNCTION__ );
cprintf("%s\n", __FUNCTION__ );
#endif
 
(void) flags;
810,7 → 810,7
const GLuint nr = VB->Count;
 
#ifdef TRACE
fprintf(stderr, "%s\n", __FUNCTION__ );
cprintf("%s\n", __FUNCTION__ );
#endif
 
(void) flags;