Re: [Mesa-dev] [PATCH V2] mesa: Add EXT_frag_depth bits and enable it on all drivers

2017-02-10 Thread Ilia Mirkin
On Fri, Feb 10, 2017 at 4:52 PM, Anuj Phogat wrote: > Passes the newly added piglit test for this extension on i965. > > V2: Fix comments by Ilia. > > Signed-off-by: Anuj Phogat > --- > src/compiler/glsl/builtin_variables.cpp | 3 +++ >

[Mesa-dev] [PATCH V2] mesa: Add EXT_frag_depth bits and enable it on all drivers

2017-02-10 Thread Anuj Phogat
Passes the newly added piglit test for this extension on i965. V2: Fix comments by Ilia. Signed-off-by: Anuj Phogat --- src/compiler/glsl/builtin_variables.cpp | 3 +++ src/compiler/glsl/glsl_parser_extras.cpp | 1 + src/compiler/glsl/glsl_parser_extras.h | 2 ++