Re: [Mesa-dev] [PATCH] mesa/copyimage: fix num samples check to handle renderbuffers.

2016-06-02 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 02.06.2016 05:42, Dave Airlie wrote: From: Dave Airlie This test was only happening for textures, but there is nothing in the spec to say this, so test it for all cases. This fixes:

[Mesa-dev] [PATCH] mesa/copyimage: fix num samples check to handle renderbuffers.

2016-06-01 Thread Dave Airlie
From: Dave Airlie This test was only happening for textures, but there is nothing in the spec to say this, so test it for all cases. This fixes: GL45-CTS.copy_image.invalid_target Signed-off-by: Dave Airlie --- src/mesa/main/copyimage.c | 11