From: Pauli Nieminen <[email protected]> This set fixes following problems in previous patches: * If there is expose but clipboxes don't change driver doesn't know to fill the color key * Crash in PostValidateTree when pLayerWin is NULL * Prevent infinite recursion when wrapping PostValidateTree
I still need to cook patches to take advantage of the xf86XVGetPortFillArea in drivers if these patches look good. Pauli Nieminen (6): xf86/xv: Remove copy paste code. xf86/xv: Remove unused GC pointers xf86/xv: Remove unused variable from XvPortRecPrivate xf86/xv: Fill color key on expose xf86/xv: Use PostValidateTree to do reput xf86/xv: Only register PostValidateTree hook when there is work to do hw/xfree86/common/xf86xv.c | 168 ++++++++++++++++++++++------------------ hw/xfree86/common/xf86xv.h | 7 +- hw/xfree86/common/xf86xvpriv.h | 6 +- 3 files changed, 100 insertions(+), 81 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
