[client] egl: re-implement DMABUF (untested)

This commit is contained in:
Geoffrey McRae
2021-08-03 03:58:30 +10:00
parent bae19cb130
commit f3413815a9
7 changed files with 249 additions and 70 deletions

View File

@@ -748,6 +748,9 @@ static bool egl_render_startup(void * opaque, bool useDMA)
else
DEBUG_INFO("glEGLImageTargetTexture2DOES unavilable, DMA support disabled");
if (!this->dmaSupport)
useDMA = false;
if (debugContext)
{
if ((esMaj > 3 || (esMaj == 3 && esMin >= 2)) && g_egl_dynProcs.glDebugMessageCallback)