On Fri, Jul 8, 2016 at 3:51 PM, Ilia Mirkin <[email protected]> wrote:
> On Fri, Jul 8, 2016 at 6:22 AM, Eric Engestrom
> <[email protected]> wrote:
>> On Fri, Jul 08, 2016 at 02:48:04AM -0400, Ilia Mirkin wrote:
>>> Signed-off-by: Ilia Mirkin <[email protected]>
>>> ---
>>>  src/mesa/state_tracker/st_cb_texture.c | 15 +++++++++------
>>>  1 file changed, 9 insertions(+), 6 deletions(-)
>>>
>>> diff --git a/src/mesa/state_tracker/st_cb_texture.c 
>>> b/src/mesa/state_tracker/st_cb_texture.c
>>> index 1474d97..7852d45 100644
>>> --- a/src/mesa/state_tracker/st_cb_texture.c
>>> +++ b/src/mesa/state_tracker/st_cb_texture.c
>>> @@ -189,6 +189,12 @@ st_FreeTextureImageBuffer(struct gl_context *ctx,
>>>     stImage->num_transfers = 0;
>>>  }
>>>
>>> +static void
>>
>> s/void/bool/
>
> Of course, thank you. It's actually fixed in the next patch, but I
> forgot to fold the fix in. (And I end up making it into a global
> function there, I guess I should move that into this patch as well.)
>

With that fixed:

Reviewed-by: Marek Olšák <[email protected]>

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

Reply via email to