Explorar el Código

r200: Add logging for glPolygonStripple.

tags/7.8-rc1
Pauli Nieminen hace 15 años
padre
commit
77768cdd73
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      src/mesa/drivers/dri/r200/r200_state.c

+ 6
- 0
src/mesa/drivers/dri/r200/r200_state.c Ver fichero

@@ -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.

Cargando…
Cancelar
Guardar