On Wednesday, August 26, 2015 04:55:32 PM Dave Airlie wrote:
> On 26 August 2015 at 16:48, Ilia Mirkin wrote:
> > On Wed, Aug 26, 2015 at 2:38 AM, Dave Airlie wrote:
> >> From: Dave Airlie
> >>
> >> GL33-CTS.shaders.preprocessor.definitions.*
> >> has 4 tests the undefine these,
> >>
> >> I can'
Looks like the change happened as of 4.40. I checked as far back as
GLSL 1.50, and it was the older "you can do whatever" wording
everywhere there:
"""
All macro names containing two consecutive underscores ( __ ) are
reserved for future use as predefined
macro names. All macro names prefixed with
On 26 August 2015 at 16:55, Dave Airlie wrote:
> On 26 August 2015 at 16:48, Ilia Mirkin wrote:
>> On Wed, Aug 26, 2015 at 2:38 AM, Dave Airlie wrote:
>>> From: Dave Airlie
>>>
>>> GL33-CTS.shaders.preprocessor.definitions.*
>>> has 4 tests the undefine these,
>>>
>>> I can't find anything in t
On 26 August 2015 at 16:48, Ilia Mirkin wrote:
> On Wed, Aug 26, 2015 at 2:38 AM, Dave Airlie wrote:
>> From: Dave Airlie
>>
>> GL33-CTS.shaders.preprocessor.definitions.*
>> has 4 tests the undefine these,
>>
>> I can't find anything in the spec saying that isn't correct.
>>
>> Signed-off-by: D
On Wed, Aug 26, 2015 at 2:38 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> GL33-CTS.shaders.preprocessor.definitions.*
> has 4 tests the undefine these,
>
> I can't find anything in the spec saying that isn't correct.
>
> Signed-off-by: Dave Airlie
> ---
> src/glsl/glcpp/glcpp-parse.y | 4 +---
From: Dave Airlie
GL33-CTS.shaders.preprocessor.definitions.*
has 4 tests the undefine these,
It appears GLES doesn't allow this, but desktop GL
does, yay specs.
Signed-off-by: Dave Airlie
---
src/glsl/glcpp/glcpp-parse.y | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --
From: Dave Airlie
GL33-CTS.shaders.preprocessor.definitions.*
has 4 tests the undefine these,
I can't find anything in the spec saying that isn't correct.
Signed-off-by: Dave Airlie
---
src/glsl/glcpp/glcpp-parse.y | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/gls