On 06/06/2017 12:10 AM, Timothy Arceri wrote:
Do we want to force inlining of blit_framebuffer()? Wrapping the error
variant calls in blit_framebuffer_err() to avoid excess inlining?
Mmh yeah, that might be too much to force inlining for both paths.
I will update this one, thanks.
On 06/0
Do we want to force inlining of blit_framebuffer()? Wrapping the error
variant calls in blit_framebuffer_err() to avoid excess inlining?
On 06/06/17 07:43, Samuel Pitoiset wrote:
The whole GLES3 block has been moved before the buffer validation
checks.
Signed-off-by: Samuel Pitoiset
---
src
The whole GLES3 block has been moved before the buffer validation
checks.
Signed-off-by: Samuel Pitoiset
---
src/mesa/main/blit.c | 192 +--
1 file changed, 95 insertions(+), 97 deletions(-)
diff --git a/src/mesa/main/blit.c b/src/mesa/main/blit.c