grate-driver / xf86-video-opentegra

X.Org video driver for NVIDIA Tegra
Other
12 stars 9 forks source link

exa: unset fence pointer on pixmap data release #36

Closed digetx closed 6 years ago

digetx commented 6 years ago

I'm not exactly sure when ModifyPixmapHeader could be invoked, so better to just clear the pointer.

digetx commented 6 years ago

Now, looking at the Xorg code, I'm also not sure whether we should re-allocate BO if modified pixmap is larger than it was before modification. Maybe reallocate behavior, that we had before, was correct.. I haven't spotted any issues with ModifyPixmapHeader, though I don't quite understand it. @kusma maybe you know?

kusma commented 6 years ago

I don't really know much about this, so I don't think I have much useful to chime in with.

digetx commented 6 years ago

Ok