Re: [PATCH 1/4] glamor: Drop unnecessary glTexParameteri() in SetSpans().

2014-06-23 Thread Keith Packard
Eric Anholt e...@anholt.net writes: If this path needed the filters set, so would all the other glDrawArrays() callers. But they don't. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgpfielp3LVsn.pgp Description: PGP signature

[PATCH 1/4] glamor: Drop unnecessary glTexParameteri() in SetSpans().

2014-06-15 Thread Eric Anholt
If this path needed the filters set, so would all the other glDrawArrays() callers. But they don't. Signed-off-by: Eric Anholt e...@anholt.net --- glamor/glamor_spans.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/glamor/glamor_spans.c b/glamor/glamor_spans.c index 46ba6c3..582d11d