Re: [Mesa-dev] [PATCH] mesa: disable glthread when glNewList() is called

2017-03-16 Thread Timothy Arceri
Please ignore this the correct fix is: https://patchwork.freedesktop.org/patch/144360/ ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] mesa: disable glthread when glNewList() is called

2017-03-15 Thread Michel Dänzer
On 16/03/17 03:01 PM, Timothy Arceri wrote: > glNewList() swaps dispatch tables, and we don't have anything in > place to handle that in glthread. This prevents three piglit tests from crashing with mesa_glthread=true. (Many more left though, as discussed on IRC) Tested-by: Michel Dänzer -- E

[Mesa-dev] [PATCH] mesa: disable glthread when glNewList() is called

2017-03-15 Thread Timothy Arceri
glNewList() swaps dispatch tables, and we don't have anything in place to handle that in glthread. --- src/mapi/glapi/gen/gl_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 15d7e4f..c1f0f8f 100644 --- a