Re: [Mesa-dev] GSOC 2013

2013-04-30 Thread Ian Romanick
On 04/20/2013 10:26 PM, Piyush Tiwari wrote: Hello, I am really interested in doing the GSOC 2013 project Find common patterns in real GLSL shaders. Implementation: Algorithm:- Max-miner algorithm as it uses the same data structure as Apriori i.e. hash tree. I've only skimmed the Bayardo

[Mesa-dev] GSOC 2013

2013-04-22 Thread Piyush Tiwari
Hello, I am really interested in doing the GSOC 2013 project Find common patterns in real GLSL shaders. Implementation: Algorithm:- Max-miner algorithm as it uses the same data structure as Apriori i.e. hash tree. The following implementation has been found faster than normal ways: Max-Miner