mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i915: Remove faulty assert
This commit is contained in:
parent
5a0299875c
commit
64a9908816
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ intelDisplaySurface(__DRIdrawablePrivate *dPriv,
|
|||
int i;
|
||||
|
||||
ASSERT(surf->buffer);
|
||||
ASSERT(surf->cpp == cpp);
|
||||
|
||||
DBG(SWAP, "screen pitch %d src surface pitch %d\n",
|
||||
pitch, surf->stride);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue