mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i915: Last reference to surface -> pitch
This commit is contained in:
parent
b3da2a9524
commit
e99ce4af8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue