Re: [PATCH 06/16] glamor: Add glamor_program based poly_fill_rect

2014-04-02 Thread Keith Packard
Eric Anholt writes: > Keith Packard writes: > >> This accelerates poly_fill_rect using GPU-based geometry computation >> >> Signed-off-by: Keith Packard > > I applied the same quads fix as for spans: Cool. I hope to never have a machine that has only GLES available. -- keith.pack...@intel.co

Re: [PATCH 06/16] glamor: Add glamor_program based poly_fill_rect

2014-04-02 Thread Eric Anholt
Keith Packard writes: > This accelerates poly_fill_rect using GPU-based geometry computation > > Signed-off-by: Keith Packard I applied the same quads fix as for spans: diff --git a/glamor/glamor_rects.c b/glamor/glamor_rects.c index 8b50129..7731ede 100644 --- a/glamor/glamor_rects.c +++ b/gl

[PATCH 06/16] glamor: Add glamor_program based poly_fill_rect

2014-04-01 Thread Keith Packard
This accelerates poly_fill_rect using GPU-based geometry computation Signed-off-by: Keith Packard --- glamor/Makefile.am | 2 +- glamor/glamor_polyfillrect.c | 123 - glamor/glamor_priv.h | 12 ++- glamor/glamor_rects.c| 181 ++