Re: [Mesa-dev] [PATCH shader-db 1/3] split-to-files: deal with minimum versions, other shader types

2015-12-09 Thread Eero Tamminen
Hi, On 11/09/2015 08:47 PM, Matt Turner wrote: On Mon, Nov 9, 2015 at 10:46 AM, Ilia Mirkin wrote: I used this script in conjunction with ST_DUMP_SHADERS. What other way is there? Some local hack and we should probably finish and upstream. Did anything happen with

Re: [Mesa-dev] [PATCH shader-db 1/3] split-to-files: deal with minimum versions, other shader types

2015-11-09 Thread Matt Turner
I think Ken has some hacks in Mesa to dump shaders, so we don't use this script very much any more. Feel free to commit this in any case. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH shader-db 1/3] split-to-files: deal with minimum versions, other shader types

2015-11-09 Thread Matt Turner
On Mon, Nov 9, 2015 at 10:46 AM, Ilia Mirkin wrote: > I used this script in conjunction with ST_DUMP_SHADERS. What other way is > there? Some local hack and we should probably finish and upstream. ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH shader-db 1/3] split-to-files: deal with minimum versions, other shader types

2015-11-09 Thread Ilia Mirkin
I used this script in conjunction with ST_DUMP_SHADERS. What other way is there? On Mon, Nov 9, 2015 at 1:36 PM, Matt Turner wrote: > I think Ken has some hacks in Mesa to dump shaders, so we don't use > this script very much any more. Feel free to commit this in any case.

[Mesa-dev] [PATCH shader-db 1/3] split-to-files: deal with minimum versions, other shader types

2015-11-07 Thread Ilia Mirkin
--- split-to-files.py | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/split-to-files.py b/split-to-files.py index 4a02b02..151681e 100755 --- a/split-to-files.py +++ b/split-to-files.py @@ -68,17 +68,33 @@ def write_shader_test(filename, shaders):