mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 01:10:10 +01:00
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 <chris@chris-wilson.co.uk>
This commit is contained in:
parent
658fa75a5c
commit
bbdb17fc18
1 changed files with 2 additions and 4 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue