[Mesa-dev] [PATCH v4] i965: Update workaround names and platforms

2016-02-10 Thread Sameer Kibey
Update the format in which workarounds are documented in the source code. This allows mesa to be parsed by the list-workarounds utility in intel-gpu-tools. Signed-off-by: Sameer Kibey --- src/mesa/drivers/dri/i965/brw_binding_tables.c | 3 ++- src/mesa/drivers/dri/i965/brw_blorp.cpp| 2

[Mesa-dev] [PATCH v3] workarounds: Update workaround names and platforms

2016-02-09 Thread Sameer Kibey
Update the format in which workarounds are documented in the source code. This allows mesa to be parsed by the list-workarounds utility in intel-gpu-tools. Signed-off-by: Sameer Kibey --- src/mesa/drivers/dri/i965/brw_binding_tables.c | 3 ++- src/mesa/drivers/dri/i965/brw_blorp.cpp| 2

[Mesa-dev] [PATCH v2] workarounds: Update workaround names and platforms

2016-02-05 Thread Sameer Kibey
Update the format in which workarounds are documented in the source code. This allows mesa to be parsed by the list-workarounds utility in intel-gpu-tools. Signed-off-by: Sameer Kibey --- changed byt to vlv for consistency. src/mesa/drivers/dri/i965/brw_binding_tables.c | 2 +- src/mesa/drivers

[Mesa-dev] [PATCH v2 i-g-t] igt/list-workarounds: Extend the script to Mesa

2016-02-05 Thread Sameer Kibey
usage is retained to avoid breaking backwards compatibility. New parameters -k and -m are added for the new behavior. Either kernel or mesa or both paths can be specified. If path-to-mesa is invalid, error is reported. Signed-off-by: Sameer Kibey --- scripts/list-workarounds | 74