Evas GL: Add EGL_KHR_surfaceless_context since it is supported

See 3e39bf3638.
Surfaceless contexts are supported even if the driver does not
support them.
This commit is contained in:
Jean-Philippe Andre 2015-10-14 21:46:34 +09:00
parent 9c69d4c1e1
commit e09a4094be
1 changed files with 5 additions and 0 deletions

View File

@ -506,6 +506,11 @@ evgl_api_egl_ext_init(void *getproc, const char *glueexts)
sb = eina_strbuf_new();
// Always supported by Evas GL (faked with internal pbuffer if needed)
// See also GL_OES_surfaceless_context (needs some more work to be actually
// supported).
eina_strbuf_append(sb, "EGL_KHR_surfaceless_context ");
/////////////////////////////////////////////////////////////////////////////////////////////////////
// Extension HEADER
/////////////////////////////////////////////////////////////////////////////////////////////////////