- Original Message -
> From: Dave Airlie
>
> Mesa shouldn't call into the drivers if there are no renderbuffers
> bound to the attachments for the buffers to be cleared.
>
> Fixes a number of the clearbuffer-* tests on softpipe.
>
> Signed-off-by: Dave Airlie
> ---
> src/mesa/main/c
From: Dave Airlie
Mesa shouldn't call into the drivers if there are no renderbuffers
bound to the attachments for the buffers to be cleared.
Fixes a number of the clearbuffer-* tests on softpipe.
Signed-off-by: Dave Airlie
---
src/mesa/main/clear.c | 15 +++
1 files changed, 11