Re: [Mesa-dev] [PATCH] st/mesa: Remove tautological check (v2)

2016-06-20 Thread Marek Olšák
On Fri, Jun 17, 2016 at 7:15 PM, Francesco Ansanelli wrote: > Hi Erik, > Thanks for your feedback. > Can you suggest a better subject? st/mesa: handle negative _ColorDrawBufferIndexes values correctly > After some thinking, should I cast gl_buffer_index before calling the > function? No if ther

Re: [Mesa-dev] [PATCH] st/mesa: Remove tautological check (v2)

2016-06-17 Thread Francesco Ansanelli
Hi Erik, Thanks for your feedback. Can you suggest a better subject? After some thinking, should I cast gl_buffer_index before calling the function? Thanks Francesco Il 17 giu 2016 12:39, "Erik Faye-Lund" ha scritto: > Now the subject no longer makes any sense. > > On Thu, Jun 16, 2016 at 7:02 AM

Re: [Mesa-dev] [PATCH] st/mesa: Remove tautological check (v2)

2016-06-17 Thread Erik Faye-Lund
Now the subject no longer makes any sense. On Thu, Jun 16, 2016 at 7:02 AM, wrote: > From: Francesco Ansanelli > > --- > src/mesa/state_tracker/st_cb_fbo.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/state_tracker/st_cb_fbo.c > b/src/mesa/state_tracker

[Mesa-dev] [PATCH] st/mesa: Remove tautological check (v2)

2016-06-16 Thread francians
From: Francesco Ansanelli --- src/mesa/state_tracker/st_cb_fbo.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_cb_fbo.c b/src/mesa/state_tracker/st_cb_fbo.c index a53b95a..950ec3e 100644 --- a/src/mesa/state_tracker/st_cb_fbo.c +++ b/src/mesa/s