mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
r200: Add logging for glPolygonStripple.
This commit is contained in:
parent
66229ea184
commit
77768cdd73
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue