Re: [Piglit] [PATCH 2/2] glean: remove pointless switch statements from fbo test

2017-08-17 Thread Eric Anholt
Brian Paul writes: > All switch cases did the same thing. Spotted by Eric Anholt. Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ Piglit mailing list Piglit@lists.freedesktop.org

[Piglit] [PATCH 2/2] glean: remove pointless switch statements from fbo test

2017-08-15 Thread Brian Paul
All switch cases did the same thing. Spotted by Eric Anholt. --- tests/glean/tfbo.cpp | 62 +++- 1 file changed, 18 insertions(+), 44 deletions(-) diff --git a/tests/glean/tfbo.cpp b/tests/glean/tfbo.cpp index 1768956..288fb0e 100644 ---