Explorar el Código

gallium: add missing pipe_surface_unmap() call

tags/mesa_20090313
Brian Paul hace 17 años
padre
commit
5af9a690b2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/mesa/state_tracker/st_cb_accum.c

+ 2
- 0
src/mesa/state_tracker/st_cb_accum.c Ver fichero

@@ -173,6 +173,8 @@ accum_mad(GLcontext *ctx, GLfloat scale, GLfloat bias,
default:
_mesa_problem(NULL, "unexpected format in st_clear_accum_buffer()");
}

pipe_surface_unmap(acc_ps);
}



Cargando…
Cancelar
Guardar