[Mesa-dev] [PATCH] svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()
Jakob Bornecrantz
wallbraker at gmail.com
Wed Apr 9 10:53:30 PDT 2014
On Wed, Apr 9, 2014 at 7:40 PM, Brian Paul <brianp at vmware.com> wrote:
> Fixes a crash in svga_context_flush_buffers() if we use the 'draw' module
> for AA lines (when the device doesn't support that feature). We need to
> initialize this list before we setup the swtnl pieces.
>
> Found/fixed by Charmaine Lee.
>
> Cc: "10.0" <mesa-stable at lists.freedesktop.org>
> ---
> src/gallium/drivers/svga/svga_context.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>
Cheers, Jakob
More information about the mesa-dev
mailing list