Re: [Mesa-dev] [PATCH] i915: add a missing NULL pointer check

2014-05-27 Thread Ian Romanick
On 05/27/2014 03:31 AM, Lubomir Rintel wrote: > mesaVisual can be NULL with configless context since this commit: > > commit 551d459af421a2eb937e9e16301bb64da4624f89 > Author: Neil Roberts > Date: Fri Mar 7 18:05:47 2014 + > > Add the EGL_MESA_configless_context extension >

[Mesa-dev] [PATCH] i915: add a missing NULL pointer check

2014-05-27 Thread Lubomir Rintel
mesaVisual can be NULL with configless context since this commit: commit 551d459af421a2eb937e9e16301bb64da4624f89 Author: Neil Roberts Date: Fri Mar 7 18:05:47 2014 + Add the EGL_MESA_configless_context extension ... Previously the i965 and i915 drivers were explicitly