Re: [Mesa-dev] [PATCH 2/2] mesa: add _mesa_feature_removed() helper

2012-07-27 Thread Ian Romanick
On 07/27/2012 10:11 AM, Ian Romanick wrote: On 07/27/2012 09:19 AM, nobled wrote: And a more trivial _mesa_feature_deprecated(). I don't think this patch is going to be useful. There are only three pieces of functionality that are deprecated but not removed. 1. Line widths > 1.0. 2. The que

Re: [Mesa-dev] [PATCH 2/2] mesa: add _mesa_feature_removed() helper

2012-07-27 Thread Ian Romanick
On 07/27/2012 09:19 AM, nobled wrote: And a more trivial _mesa_feature_deprecated(). I don't think this patch is going to be useful. There are only three pieces of functionality that are deprecated but not removed. 1. Line widths > 1.0. 2. The queries for MAX_VARYING_COMPONENTS and MAX_VAR

[Mesa-dev] [PATCH 2/2] mesa: add _mesa_feature_removed() helper

2012-07-27 Thread nobled
And a more trivial _mesa_feature_deprecated(). --- src/mesa/main/context.c | 29 + src/mesa/main/context.h | 14 ++ 2 files changed, 43 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 18a9ac8..1a025e8 100644 --- a/src