Skip to content
Snippets Groups Projects
Commit 7f857879 authored by pippin's avatar pippin
Browse files

ctx: enable CSS/SVG

parent c2a11ab0
No related branches found
No related tags found
1 merge request!697ctx: enable SVG loading/sprites
Pipeline #13125 passed
......@@ -33,11 +33,14 @@
#define CTX_ENABLE_RGB565_BYTESWAPPED 1
#define CTX_COMPOSITING_GROUPS 0
#define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1
#define CTX_EVENTS 0
#define CTX_EVENTS 1
#define CTX_THREADS 0
#define CTX_TILED 0
#define CTX_BAREMETAL 1
#define CTX_ONE_FONT_ENGINE 1
#define CTX_PTY 0
#define CTX_CSS 1
#define CTX_PARSER 1
#define CTX_MAX_SCANLINE_LENGTH 960
#define CTX_MAX_JOURNAL_SIZE (1024*512)
......@@ -51,7 +54,6 @@
#define CTX_MAX_EDGES 255
#define CTX_MAX_PENDING 64
#define CTX_PARSER 0
#define CTX_GRADIENT_CACHE_ELEMENTS 128
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64
......
  • dx @dx

    mentioned in commit 3f0c51ca

    ·

    mentioned in commit 3f0c51ca

    Toggle commit list
  • dx @dx

    mentioned in commit 7dce706a

    ·

    mentioned in commit 7dce706a

    Toggle commit list
  • dx @dx

    mentioned in commit 2ebf5eb2

    ·

    mentioned in commit 2ebf5eb2

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment