Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Commits
3f0c51ca
Commit
3f0c51ca
authored
6 months ago
by
dx
Browse files
Options
Downloads
Patches
Plain Diff
Revert "ctx: enable CSS/SVG"
This reverts commit
7f857879
.
parent
59c6516d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/ctx/ctx_config.h
+2
-4
2 additions, 4 deletions
components/ctx/ctx_config.h
with
2 additions
and
4 deletions
components/ctx/ctx_config.h
+
2
−
4
View file @
3f0c51ca
...
@@ -33,14 +33,11 @@
...
@@ -33,14 +33,11 @@
#define CTX_ENABLE_RGB565_BYTESWAPPED 1
#define CTX_ENABLE_RGB565_BYTESWAPPED 1
#define CTX_COMPOSITING_GROUPS 0
#define CTX_COMPOSITING_GROUPS 0
#define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1
#define CTX_ALWAYS_USE_NEAREST_FOR_SCALE1 1
#define CTX_EVENTS
1
#define CTX_EVENTS
0
#define CTX_THREADS 0
#define CTX_THREADS 0
#define CTX_TILED 0
#define CTX_TILED 0
#define CTX_BAREMETAL 1
#define CTX_BAREMETAL 1
#define CTX_ONE_FONT_ENGINE 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_SCANLINE_LENGTH 960
#define CTX_MAX_JOURNAL_SIZE (1024*512)
#define CTX_MAX_JOURNAL_SIZE (1024*512)
...
@@ -54,6 +51,7 @@
...
@@ -54,6 +51,7 @@
#define CTX_MAX_EDGES 255
#define CTX_MAX_EDGES 255
#define CTX_MAX_PENDING 64
#define CTX_MAX_PENDING 64
#define CTX_PARSER 0
#define CTX_GRADIENT_CACHE_ELEMENTS 128
#define CTX_GRADIENT_CACHE_ELEMENTS 128
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS 64
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment