This repository was archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Rewrite create-resource-cpp in C++ #32
Open
zsx
wants to merge
55
commits into
intel:master
Choose a base branch
from
zsx:resource-in-cpp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tolerate bash installed in a non-standard location
Change-Id: I675e564477aab7386cf7bd1d6712875380727186
Change-Id: I6f2a41392b6a776ee30e72bff9f9a89fe6eaa572
Change-Id: I4e41fbc4a9d112ad5a68d15d7b2812549494ff88
…rokedPath::point Change-Id: Ib9ee735d9210cbdb558dc260180afc8853036216
…e coordinates of y-incrasing upwards Change-Id: I148f48ce7e42f3ecadaf7bcc8ebed5f2d2673bbe
Change-Id: Id2657af11d15220b7771ed632d53e5d22aabd190
…implicit ordering Change-Id: I85e42a3553a9373fde1c2f8a26cb30f69c62dd63
Fix typo in README.md
Change-Id: I74b9e677a5d65bab55e3a4028097236c6b14adf6
…king Instead of having a dedicated shader (and function calls too!) for stroking when radius/width of stroking is in pixel units, have that embedded in PainterStrokeParams/PainterDashedStrokeParams by encoding that with the sign of the stroking radius/width.
…oins implementation The purpose of StrokeCapsJoins is to decouple the drawing of caps/joins from the rest of stroking to make way for possible other ways to stroke (that use far fewer vertices).
Make use of StrokeCapsJoins in StrokedPath.
Change-Id: I202db9e56a6ad77c8e9004e740d3c4979511ecd9
…anti-aliasing stroking without auxilary buffer Change-Id: Id059dc5944877ea7530f3d7e1b01ed38bd994528
…t mask In addition, remove offset_vector() and correctly document m_pre_offset and m_auxiliary_offset fields. Change-Id: Ie6607e7a335e841f3a17b86cc44d33bc9a8c81e5
Change-Id: Iaceb912dd6b5781a8bb068788ba433fd2774c4c8
Change-Id: Iff0f7f46d369d6c723f69f75b2297acb916eee4c
Change-Id: Ib9456db351978e301e2e44c64fbed836fa52f26a
Change-Id: Ic2ab91dda8e4939647bb24449a5cef62516ec0f4
Change-Id: I2d336326d7271817f6f757644d1d8588aab81151
Change-Id: Idc32309ea98ab547f573f94d8f4c77aac72b3f46
… remove echoing of its functions Change-Id: Id1d9fab20dcacc4df8e758170fa8f630efd5db0f
Change-Id: I7ac21ad445f66abcdd1ebe790a438d2225488ab3
259032d to
31bcb4f
Compare
db1e4e8 to
0495bbc
Compare
a6f9b06 to
ece2a89
Compare
3bfbefa to
ca7b5e7
Compare
70871a8 to
275a156
Compare
b826de2 to
214ed0d
Compare
6ebedcf to
f7df0bd
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makes it more portable: no shell or perl required.