Re: [Mesa-dev] [PATCH] egl/dri2: dri2_make_current: Make sure display is initialized before using it

2016-07-17 Thread Nicolas Boichat
On Fri, Jul 15, 2016 at 9:03 PM, Emil Velikov wrote: > On 15 July 2016 at 09:28, Nicolas Boichat wrote: >> android.opengl.cts.WrapperTest#testGetIntegerv1 CTS test calls >> eglTerminate, followed by eglReleaseThread. In that case, the >> display will not be initialized when eglReleaseThread calls

Re: [Mesa-dev] [PATCH 2/4] i965: Drop has_pln checks in unlit centroid workaround.

2016-07-17 Thread Kenneth Graunke
On Sunday, July 17, 2016 9:17:12 AM PDT Timothy Arceri wrote: > On Sun, 2016-07-17 at 09:14 +1000, Timothy Arceri wrote: > > On Fri, 2016-07-15 at 23:43 -0700, Kenneth Graunke wrote: > > > The unlit centroid workaround starts being necessary on Gen6, which > > > is the first platform with multisamp

[Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-17 Thread Eric Engestrom
A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the existing .dir-locals.el settings. This is a first draft, with settings from the mentioned emacs files, augmented with

[Mesa-dev] [PATCH] nv50, nvc0: srgb rendering is only available for rgba/bgra

2016-07-17 Thread Ilia Mirkin
Mark both L8_SRGB and L8A8_SRGB as non-renderable (the latter already didn't have the bind flags). This makes the state tracker pick a different format when rendering is required, or mark the fb as incomplete. This fixes: bin/getteximage-formats init-by-clear-and-render -auto -fbo bin/gettexim