On 13 September 2017 at 23:31, Ian Romanick wrote:
> On 08/29/2017 10:19 AM, Emil Velikov wrote:
>> On 29 August 2017 at 18:10, Matt Turner wrote:
>>> On Tue, Aug 29, 2017 at 3:35 AM, Emil Velikov
>>> wrote:
On 29 August 2017 at 11:11, Eric Engestrom
wrote:
> On Monday, 2017-08-
On 08/29/2017 10:19 AM, Emil Velikov wrote:
> On 29 August 2017 at 18:10, Matt Turner wrote:
>> On Tue, Aug 29, 2017 at 3:35 AM, Emil Velikov
>> wrote:
>>> On 29 August 2017 at 11:11, Eric Engestrom
>>> wrote:
On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
> Avoids Clang's w
On 29 August 2017 18:11:45 BST, Matt Turner wrote:
> On Tue, Aug 29, 2017 at 3:11 AM, Eric Engestrom
> wrote:
> > On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
> >> Avoids Clang's warning about the current code:
> >>
> >>warning: suggest braces around initialization of subobject
>
On 29 August 2017 at 18:10, Matt Turner wrote:
> On Tue, Aug 29, 2017 at 3:35 AM, Emil Velikov
> wrote:
>> On 29 August 2017 at 11:11, Eric Engestrom wrote:
>>> On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
Avoids Clang's warning about the current code:
warning: sug
On Tue, Aug 29, 2017 at 3:11 AM, Eric Engestrom
wrote:
> On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
>> Avoids Clang's warning about the current code:
>>
>>warning: suggest braces around initialization of subobject
>
> I'm not sure about this patch [1], but everything else in this
On Tue, Aug 29, 2017 at 3:35 AM, Emil Velikov wrote:
> On 29 August 2017 at 11:11, Eric Engestrom wrote:
>> On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
>>> Avoids Clang's warning about the current code:
>>>
>>>warning: suggest braces around initialization of subobject
>>
>> I'm n
On 29 August 2017 at 11:11, Eric Engestrom wrote:
> On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
>> Avoids Clang's warning about the current code:
>>
>>warning: suggest braces around initialization of subobject
>
> I'm not sure about this patch [1], but everything else in this seri
On Monday, 2017-08-28 14:57:13 -0700, Matt Turner wrote:
> Avoids Clang's warning about the current code:
>
>warning: suggest braces around initialization of subobject
I'm not sure about this patch [1], but everything else in this series is:
Reviewed-by: Eric Engestrom
The "mark `UNUSED` be
Avoids Clang's warning about the current code:
warning: suggest braces around initialization of subobject
---
src/intel/vulkan/anv_formats.c | 2 +-
src/intel/vulkan/anv_pipeline.c | 20 ++--
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/intel/vulkan/an