On 11/19/2012 02:28 PM, Kenneth Graunke wrote:
> On 11/19/2012 01:53 PM, Chad Versace wrote:
>> The dri directory is compiled with -std=c99. There is no excuse to not use
>> designated initializers.
>>
>> As a nice benefit, the code is now more friendly to grep. Without
>> designated initializers,
On 11/19/2012 01:53 PM, Chad Versace wrote:
The dri directory is compiled with -std=c99. There is no excuse to not use
designated initializers.
As a nice benefit, the code is now more friendly to grep. Without
designated initializers, psychic prowess is required to find the
initialization of DRI
On Mon, Nov 19, 2012 at 1:53 PM, Chad Versace
wrote:
> The dri directory is compiled with -std=c99. There is no excuse to not use
> designated initializers.
>
> As a nice benefit, the code is now more friendly to grep. Without
> designated initializers, psychic prowess is required to find the
> in
The dri directory is compiled with -std=c99. There is no excuse to not use
designated initializers.
As a nice benefit, the code is now more friendly to grep. Without
designated initializers, psychic prowess is required to find the
initialization of DRI extension function pointers with grep. I hav