Re: [Mesa-dev] [PATCH shader-db] check_dependencies: refactor to a python script

2015-10-12 Thread Matt Turner
On Sat, Oct 10, 2015 at 12:45 AM, Rhys Kidd wrote: > Deliver consistency with all other shader-db scripts, which are Python > scripts. I'm not sure why that'd be beneficial... The only additional thing I really want this script (and run.c) to handle is ES shaders. I think

Re: [Mesa-dev] [PATCH shader-db] check_dependencies: refactor to a python script

2015-10-12 Thread Dylan Baker
On Sat, Oct 10, 2015 at 06:45:08PM +1100, Rhys Kidd wrote: > Deliver consistency with all other shader-db scripts, which are Python > scripts. > > No change in features or output strings. > > Passed pep8, except for two comment lines suggesting commands to add > dependencies to the [require]

[Mesa-dev] [PATCH shader-db] check_dependencies: refactor to a python script

2015-10-10 Thread Rhys Kidd
Deliver consistency with all other shader-db scripts, which are Python scripts. No change in features or output strings. Passed pep8, except for two comment lines suggesting commands to add dependencies to the [require] section of *.shader_test files. Although not a performance critical