yuq / mesa-lima

Deprecated, new place: https://gitlab.freedesktop.org/lima
https://github.com/yuq/mesa-lima/wiki
165 stars 18 forks source link

lima nir: alias nir_op_fmov to ppir_op_mov #45

Closed koenkooi closed 6 years ago

koenkooi commented 6 years ago

Pretty much untested. It compiles and kodi doesn't crash anymore:


Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: did not find optional extension DRI_Robustness version 1
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: did not find optional extension DRI_FlushControl version 1
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: No DRI config supports native format 0x30335258
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: No DRI config supports native format 0x30335241
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: No DRI config supports native format 0x36314752
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: the best driver is DRI2
Apr 20 11:32:08 libretech-cc kodi-standalone[224]: libEGL debug: EGL user error 0x300d (EGL_BAD_SURFACE) in eglSwapBuffers```

I'll try running piglit when I get some more time this weekend.