Re: [Mesa-dev] Allow duplicate layout qualifiers V2

2016-01-19 Thread Matt Turner
On Mon, Jan 18, 2016 at 12:29 AM, Timothy Arceri wrote: > After sending out V1 where I didn't fix the global default > merging (just issued and error), I got motivated and fixed > it properly. > > There are two changes here. > > 1. ARB_enhanced_layouts > > Allows duplicates within a single layout

[Mesa-dev] Allow duplicate layout qualifiers V2

2016-01-18 Thread Timothy Arceri
After sending out V1 where I didn't fix the global default merging (just issued and error), I got motivated and fixed it properly. There are two changes here. 1. ARB_enhanced_layouts Allows duplicates within a single layout qualifier e.g. layout(location = 0, location = 1) out vec4 a; 2. ARB_