Re: [Mesa-dev] [PATCH] mesa: Avoid set comprehension.

2017-06-29 Thread Dylan Baker
Gahh, we're seriously still supporting 2.6 for builds? 2.6 was EOL in 2013, and 2.7 was shiny and new in 2010. It's also going to make hybridizing for 3.x incredibly painful. If possible I'd really like to not support 2.6, though I'm sure that will cause pain for the RHEL guys... Quoting Vinson Le

[Mesa-dev] [PATCH] mesa: Avoid set comprehension.

2017-06-28 Thread Vinson Lee
Fix build error on CentOS 6.9 with Python 2.6. GENmain/format_fallback.c File "./main/format_fallback.py", line 42 names = {fmt.name for fmt in formats} ^ SyntaxError: invalid syntax Fixes: a1983223d883 ("mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]") Si