Re: [Piglit] [PATCH] shaders: Use 3-source operations as conditions

2018-03-23 Thread Matt Turner
Reviewed-by: Matt Turner ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] shaders: Use 3-source operations as conditions

2018-03-23 Thread Ian Romanick
From: Ian Romanick These tests attempt to generate 3-source instructions that will generate a condition code. The goal is to have the compiler eliminate the destination write so that only the condition is generated. On i965, this is not valid. Some versions of Mesa