#include "glheader.h"
#include "imports.h"
#include "mtypes.h"
-#include "mmath.h"
#include "macros.h"
#include "swrast_setup/swrast_setup.h"
GLuint count = VB->Count;
GLuint vtx;
+#if 0
if (RADEON_DEBUG & DEBUG_VERTS)
_tnl_print_vert_flags( __FUNCTION__, inputs );
+#endif
if (1) {
if (!rmesa->tcl.obj.buf)
{
radeonContextPtr rmesa = RADEON_CONTEXT( ctx );
+#if 0
if (RADEON_DEBUG & DEBUG_VERTS)
_tnl_print_vert_flags( __FUNCTION__, newinputs );
+#endif
if (newinputs & VERT_BIT_POS)
radeonReleaseDmaRegion( rmesa, &rmesa->tcl.obj, __FUNCTION__ );
{
radeonContextPtr rmesa = RADEON_CONTEXT( ctx );
+#if 0
if (RADEON_DEBUG & DEBUG_VERTS)
_tnl_print_vert_flags( __FUNCTION__, newinputs );
+#endif
if (newinputs)
radeonReleaseDmaRegion( rmesa, &rmesa->tcl.indexed_verts, __FUNCTION__ );