Explorar el Código

i915: Last reference to surface -> pitch

tags/mesa_20090313
Jakob Bornecrantz hace 17 años
padre
commit
e99ce4af8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/gallium/winsys/dri/intel/intel_swapbuffers.c

+ 1
- 1
src/gallium/winsys/dri/intel/intel_swapbuffers.c Ver fichero

@@ -97,7 +97,7 @@ intelDisplaySurface(__DRIdrawablePrivate *dPriv,
ASSERT(surf->cpp == cpp);

DBG(SWAP, "screen pitch %d src surface pitch %d\n",
pitch, surf->pitch);
pitch, surf->stride);

if (cpp == 2) {
BR13 = (pitch * cpp) | (0xCC << 16) | (1 << 24);

Cargando…
Cancelar
Guardar