Re: [Piglit] [PATCH 2/2] shader_runner optimization

2013-01-21 Thread Chad Versace
On 01/21/2013 12:52 PM, Paul Berry wrote: > On 21 January 2013 12:03, Tom Gall > wrote: > Once we've done that, however, I'm afraid I'm still not understanding the > benefit of this patch. Do you have evidence that this patch will produce a > measurable performance im

Re: [Piglit] [PATCH 2/2] shader_runner optimization

2013-01-21 Thread Paul Berry
On 21 January 2013 12:03, Tom Gall wrote: > On Mon, Jan 21, 2013 at 12:49 PM, Paul Berry > wrote: > > On 17 January 2013 15:08, Tom Gall wrote: > >> > >> When shader_runner parses the shader_test data file, add an > >> optimization such that after the [required] section is left to > >> no longe

Re: [Piglit] [PATCH 2/2] shader_runner optimization

2013-01-21 Thread Tom Gall
On Mon, Jan 21, 2013 at 12:49 PM, Paul Berry wrote: > On 17 January 2013 15:08, Tom Gall wrote: >> >> When shader_runner parses the shader_test data file, add an >> optimization such that after the [required] section is left to >> no longer parse the rest of the file. >> >> Signed-off-by: Tom Gal

Re: [Piglit] [PATCH 2/2] shader_runner optimization

2013-01-21 Thread Paul Berry
On 17 January 2013 15:08, Tom Gall wrote: > When shader_runner parses the shader_test data file, add an > optimization such that after the [required] section is left to > no longer parse the rest of the file. > > Signed-off-by: Tom Gall > --- > tests/shaders/shader_runner.c |5 - > 1 fi

[Piglit] [PATCH 2/2] shader_runner optimization

2013-01-17 Thread Tom Gall
When shader_runner parses the shader_test data file, add an optimization such that after the [required] section is left to no longer parse the rest of the file. Signed-off-by: Tom Gall --- tests/shaders/shader_runner.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/te