Browse Source

i915: Last reference to surface -> pitch

tags/mesa_20090313
Jakob Bornecrantz 17 years ago
parent
commit
e99ce4af8a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/winsys/dri/intel/intel_swapbuffers.c

+ 1
- 1
src/gallium/winsys/dri/intel/intel_swapbuffers.c View File

ASSERT(surf->cpp == cpp); ASSERT(surf->cpp == cpp);


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


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

Loading…
Cancel
Save