svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()
authorBrian Paul <brianp@vmware.com>
Wed, 9 Apr 2014 17:35:54 +0000 (11:35 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 9 Apr 2014 18:02:03 +0000 (12:02 -0600)
commite853ade5441e8bf8f862ecf379c231cb439c5c00
tree2bf7e0cdf4b17c91258f905f756cccf4359eb01f
parent26ae030fcc364a4cfcdec0cbac2ca87d096c6cd0
svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()

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@lists.freedesktop.org>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
src/gallium/drivers/svga/svga_context.c