On Thu, Oct 08, 2015 at 01:23:27PM +0200, Iago Toral wrote:
> Well, this is weird.... this patch makes this crash:
> 
> INTEL_DEBUG=vs glxgears
> 
> because that uses a vertex program, so &vs->base is a NULL pointer
> dereference in this call:
> 
> brw_dump_ir("vertex", prog, &vs->base, &vp->program.Base);
> 

No, the crash is:

> +   if (unlikely(INTEL_DEBUG & DEBUG_VS) && vs->base.ir)

and friends.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to