[client] render: optimize software surface fills

This commit is contained in:
Geoffrey McRae
2026-08-12 03:31:52 +10:00
parent 5e8066609a
commit 0c21577e9e
5 changed files with 49 additions and 29 deletions

View File

@@ -199,11 +199,7 @@ void spiceSurface_create(SpiceSurface * surface, unsigned int surfaceId,
LG_LOCK_SHARED(surface->eventsLock);
if (surface->events)
{
surface->events->configure(surface->eventOpaque, width, height);
surface->events->drawFill(
surface->eventOpaque, 0, 0, width, height, 0);
}
LG_UNLOCK_SHARED(surface->eventsLock);
}