From bbdb17fc1826ca50bdfc4e2666249d3e8e1fca4d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 9 Feb 2012 19:43:18 +0000 Subject: [PATCH] tor: Restore the 256x15 sampling of the original rasteriser A quick hack escaped into the wild, as this was superseded by the separate tor22 rasteriser. Signed-off-by: Chris Wilson --- src/cairo-tor-scan-converter.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cairo-tor-scan-converter.c b/src/cairo-tor-scan-converter.c index d6ea77899..099b50bfb 100644 --- a/src/cairo-tor-scan-converter.c +++ b/src/cairo-tor-scan-converter.c @@ -115,10 +115,8 @@ typedef cairo_status_t glitter_status_t; /* The input coordinate scale and the rasterisation grid scales. */ #define GLITTER_INPUT_BITS CAIRO_FIXED_FRAC_BITS -//#define GRID_X_BITS CAIRO_FIXED_FRAC_BITS -//#define GRID_Y 15 -#define GRID_X_BITS 2 -#define GRID_Y_BITS 2 +#define GRID_X_BITS CAIRO_FIXED_FRAC_BITS +#define GRID_Y 15 /* Set glitter up to use a cairo span renderer to do the coverage * blitting. */