Dave Airlie <[email protected]> writes:

> From: Dave Airlie <[email protected]>
>
> Some kernel drivers require notification that the frontbuffer
> has changed, so we add a damage collector and send the dirty
> rects in the block handler. It appears the glamor block
> handler was getting called after this one, leading to things
> getting out of sync.

This isn't correct; you actually want to change glamor to wrap the
screen block handler instead of using RegisterBlockAndWakeupHandlers so
that modesetting will end up wrapping that, at which point things will
'just work' as modesetting will wrap on top of glamor.

-- 
-keith

Attachment: signature.asc
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to