On Fri, Jul 8, 2016 at 3:51 PM, Ilia Mirkin <imir...@alum.mit.edu> wrote:
> On Fri, Jul 8, 2016 at 6:22 AM, Eric Engestrom
> <eric.engest...@imgtec.com> wrote:
>> On Fri, Jul 08, 2016 at 02:48:04AM -0400, Ilia Mirkin wrote:
>>> Signed-off-by: Ilia Mirkin <imir...@alum.mit.edu>
>>> ---
>>>  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 <marek.ol...@amd.com>

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to