Re: [PATCH xserver 3/3] glamor: Switch XY bitmap putimage function for small images

2016-10-03 Thread Keith Packard
Eric Anholt writes: > I'd like to see some performance data in the commit messages. With > that, this will all be r-b. Thanks! Sorry, the perf data was just in the 0/3 leading message. I'll move it down into the individual messages. > I'm hoping that once we do VAOs that

Re: [PATCH xserver 3/3] glamor: Switch XY bitmap putimage function for small images

2016-10-03 Thread Eric Anholt
Keith Packard writes: > Use the glamor_put_image_xy_gl for small images as that is quite a bit > faster. I'd like to see some performance data in the commit messages. With that, this will all be r-b. Thanks! I'm hoping that once we do VAOs that will greatly improve our

[PATCH xserver 3/3] glamor: Switch XY bitmap putimage function for small images

2016-09-30 Thread Keith Packard
Use the glamor_put_image_xy_gl for small images as that is quite a bit faster. Signed-off-by: Keith Packard --- glamor/glamor_image.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/glamor/glamor_image.c b/glamor/glamor_image.c index