On Tue, Mar 29, 2016 at 2:49 PM, Jaap Jan Meijer <[email protected]> wrote: > Hi, > > First of all, thanks for the hard work! > > Only one problem I noticed so far: when enabling virgl in drm_gralloc but > without support in MESA, MESA / drm_gralloc (?) will just crash during > initialization. I don't think it's that important but when I'm only using > i915 it shouldn't really need to crash because of this?
The only thing I can see is if load_pipe_screen is NULL, but gallium_dri.so is present. Not completely sure if that is possible, but I've pushed a fix to check load_pipe_screen to my android-m branch. Rob _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
