Re: [Mesa-dev] [PATCH] nvfx: init vtbl in nvfx_miptree_from_handle

2010-04-12 Thread Luca Barbieri
I managed to independently write the exact same patch: see http://cgit.freedesktop.org/mesa/mesa/commit/?id=5060b99418ec3869df4cec5951658ce8e7546295 Thanks anyway! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mail

[Mesa-dev] [PATCH] nvfx: init vtbl in nvfx_miptree_from_handle

2010-04-12 Thread Xavier Chantry
A lot of apps segfaulted due to this missing initialization (including 64 piglit tests :). Signed-off-by: Xavier Chantry --- src/gallium/drivers/nvfx/nvfx_miptree.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/nvfx/nvfx_miptree.c b/src/gallium/dri