r200: Add logging for glPolygonStripple.

This commit is contained in:
Pauli Nieminen 2010-02-04 23:47:55 +02:00
parent 66229ea184
commit 77768cdd73

View file

@ -2464,6 +2464,12 @@ static void r200PolygonStipple( GLcontext *ctx, const GLubyte *mask )
radeon_firevertices(&r200->radeon);
radeon_print(RADEON_STATE, RADEON_TRACE,
"%s(%p) first 32 bits are %x.\n",
__func__,
ctx,
*(uint32_t*)mask);
R200_STATECHANGE(r200, stp);
/* Must flip pattern upside down.