Re: [Mesa-dev] [PATCH v3] egl: Support IMG_context_priority

2017-09-28 Thread Kenneth Graunke
On Wednesday, April 12, 2017 3:11:53 AM PDT Chris Wilson wrote: > IMG_context_priority > https://www.khronos.org/registry/egl/extensions/IMG/EGL_IMG_context_priority.txt > > "This extension allows an EGLContext to be created with a priority > hint. It is possible that an implementation wil

Re: [Mesa-dev] [PATCH v3] egl: Support IMG_context_priority

2017-04-12 Thread Emil Velikov
HI Chris, The approach looks very good. On 12 April 2017 at 11:11, Chris Wilson wrote: > @@ -312,6 +312,60 @@ _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay > *dpy, > ctx->Flags |= EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR; > break; > > + case EGL_CONT

[Mesa-dev] [PATCH v3] egl: Support IMG_context_priority

2017-04-12 Thread Chris Wilson
IMG_context_priority https://www.khronos.org/registry/egl/extensions/IMG/EGL_IMG_context_priority.txt "This extension allows an EGLContext to be created with a priority hint. It is possible that an implementation will not honour the hint, especially if there are constraints on the numb