Thanks for the second review, Brian !

Was sending them to the mailing list to get them into stable and to
patchwork.

/Thomas


On 02/25/2016 04:10 PM, Brian Paul wrote:
> On 02/25/2016 03:02 AM, Thomas Hellstrom wrote:
>> Reported-by: Brian Paul <[email protected]>
>> Signed-off-by: Thomas Hellstrom <[email protected]>
>> Reviwed-by: Brian Paul <[email protected]>
>
> "Reviewed"
>
>> Cc: "11.0 11.1" <[email protected]>
>> ---
>>   src/gallium/winsys/svga/drm/vmw_surface.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/src/gallium/winsys/svga/drm/vmw_surface.c
>> b/src/gallium/winsys/svga/drm/vmw_surface.c
>> index 6c0ad3b..a438b1a 100644
>> --- a/src/gallium/winsys/svga/drm/vmw_surface.c
>> +++ b/src/gallium/winsys/svga/drm/vmw_surface.c
>> @@ -170,6 +170,8 @@ vmw_svga_winsys_surface_unmap(struct
>> svga_winsys_context *swc,
>>         *rebind = vsrf->rebind;
>>         vsrf->rebind = FALSE;
>>         vmw_svga_winsys_buffer_unmap(&vsrf->screen->base, vsrf->buf);
>> +   } else {
>> +      *rebind = FALSE;
>>      }
>>      pipe_mutex_unlock(vsrf->mutex);
>>   }
>>
>
> Both LGTM, again.
>
> -Brian
>

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to