Re: [Mesa-dev] [PATCH] i965: Fix compiler warning.

2013-11-05 Thread Kenneth Graunke
On 10/30/2013 02:58 PM, Courtney Goeltzenleuchter wrote: > fix: intel_screen.c:1320:4: warning: initialization from > incompatible pointer type [enabled by default] > --- > src/mesa/drivers/dri/i965/brw_context.c | 2 +- > src/mesa/drivers/dri/i965/brw_context.h | 2 +- > 2 files changed, 2 insert

Re: [Mesa-dev] [PATCH] i965: Fix compiler warning.

2013-10-31 Thread Chad Versace
+Ken, because he has fought the dragons of GLboolean and know where lie the invisible dragons. On 10/30/2013 02:58 PM, Courtney Goeltzenleuchter wrote: fix: intel_screen.c:1320:4: warning: initialization from incompatible pointer type [enabled by default] --- src/mesa/drivers/dri/i965/brw_cont

[Mesa-dev] [PATCH] i965: Fix compiler warning.

2013-10-30 Thread Courtney Goeltzenleuchter
fix: intel_screen.c:1320:4: warning: initialization from incompatible pointer type [enabled by default] --- src/mesa/drivers/dri/i965/brw_context.c | 2 +- src/mesa/drivers/dri/i965/brw_context.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_c