On Mon, Jan 26, 2015 at 2:35 AM, Tapani Pälli
wrote:
> Patch adds 2 error messages that point user directly to fix
> mispelled or impossible swizzle field for a format.
>
> Signed-off-by: Tapani Pälli
> ---
> src/mesa/main/format_info.py | 2 +-
> src/mesa/main/format_parser.py | 7 ++-
>
Patch adds 2 error messages that point user directly to fix
mispelled or impossible swizzle field for a format.
Signed-off-by: Tapani Pälli
---
src/mesa/main/format_info.py | 2 +-
src/mesa/main/format_parser.py | 7 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/me