Re: [Mesa-dev] [PATCH 4/8] mesa: Track position/generic0 aliasing in the VAO.

2018-02-04 Thread Mathias Fröhlich
Hi, > On 1 February 2018 at 07:32, wrote: > Feel free to use C99 designated initializers. All supported compilers > understand them. > Even MSVC 2013 Update 4 ;-) Next time :-) best Mathias ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH 4/8] mesa: Track position/generic0 aliasing in the VAO.

2018-02-02 Thread Emil Velikov
On 1 February 2018 at 07:32, wrote: > From: Mathias Fröhlich > > Since the first material attribute no longer aliases with > the generic0 attribute, only aliasing between generic0 and > position is left and entirely dependent on the enabled >

[Mesa-dev] [PATCH 4/8] mesa: Track position/generic0 aliasing in the VAO.

2018-01-31 Thread Mathias . Froehlich
From: Mathias Fröhlich Since the first material attribute no longer aliases with the generic0 attribute, only aliasing between generic0 and position is left and entirely dependent on the enabled state of the VAO. So introduce a gl_attribute_map_mode in the VAO that is

Re: [Mesa-dev] [PATCH 4/8] mesa: Track position/generic0 aliasing in the VAO.

2018-01-31 Thread Brian Paul
On 01/31/2018 12:55 AM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Since the first material attribute no longer aliases with the generic0 attribute, only aliasing between generic0 and position is left and entirely dependent on the enabled state of the

[Mesa-dev] [PATCH 4/8] mesa: Track position/generic0 aliasing in the VAO.

2018-01-30 Thread Mathias . Froehlich
From: Mathias Fröhlich Since the first material attribute no longer aliases with the generic0 attribute, only aliasing between generic0 and position is left and entirely dependent on the enabled state of the VAO. So introduce a gl_attribute_map_mode in the VAO that is