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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
5ceab0f3
Commit
5ceab0f3
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
ctx: fixup config per recommendations
parent
f29ff02a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/ctx/ctx_config.h
+5
-5
5 additions, 5 deletions
components/ctx/ctx_config.h
with
5 additions
and
5 deletions
components/ctx/ctx_config.h
+
5
−
5
View file @
5ceab0f3
...
...
@@ -29,15 +29,15 @@
#define CTX_MIN_EDGE_LIST_SIZE 512 // is also max and limits complexity
// of paths that can be filled
#define CTX_STATIC_OPAQUE 1
#define CTX_MAX_SCANLINE_LENGTH
512
#define CTX_MAX_SCANLINE_LENGTH
256
#define CTX_1BIT_CLIP 1
#define CTX_MAX_DASHES 10
#define CTX_MAX_GRADIENT_STOPS 10
#define CTX_CM 0
#define CTX_SHAPE_CACHE
1
#define CTX_SHAPE_CACHE_DEFAULT
1
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS
128
#define CTX_SHAPE_CACHE
0
#define CTX_SHAPE_CACHE_DEFAULT
0
#define CTX_RASTERIZER_MAX_CIRCLE_SEGMENTS
64
#define CTX_NATIVE_GRAYA8 0
#define CTX_ENABLE_SHADOW_BLUR 0
#define CTX_FONTS_FROM_FILE 0
...
...
@@ -57,7 +57,7 @@
#define CTX_MATH 0
#define CTX_TERMINAL_EVENTS 0 // gets rid of posix bits and bobs
#define CTX_THREADS 0
#define CTX_TILED
0
#define CTX_TILED
1
#define CTX_FORMATTER 0 // we want these eventually
#define CTX_PARSER 0 // enabled
#define CTX_BRAILLE_TEXT 0
...
...
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