Re: [Mesa-dev] [PATCH v2 1/4] egl: Support IMG_context_priority

2017-04-12 Thread Chris Wilson
On Tue, Apr 11, 2017 at 05:11:54PM +0100, 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 will

Re: [Mesa-dev] [PATCH v2 1/4] egl: Support IMG_context_priority

2017-04-11 Thread Chris Wilson
On Tue, Apr 11, 2017 at 10:35:57AM -0700, Ben Widawsky wrote: > On 17-04-11 17:11:54, Chris Wilson wrote: > >diff --git a/src/egl/main/eglcontext.c b/src/egl/main/eglcontext.c > >index 05cc523c8d..efe63f3ae4 100644 > >--- a/src/egl/main/eglcontext.c > >+++ b/src/egl/main/eglcontext.c > >@@ -312,6 +

Re: [Mesa-dev] [PATCH v2 1/4] egl: Support IMG_context_priority

2017-04-11 Thread Ben Widawsky
On 17-04-11 17:11:54, 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 will not honour the hint, especi

[Mesa-dev] [PATCH v2 1/4] egl: Support IMG_context_priority

2017-04-11 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