-
Notifications
You must be signed in to change notification settings - Fork 6
Rendering refactor #31
base: surfer-javafx8
Are you sure you want to change the base?
Conversation
…f implicit, will anyway call super no-args constructor
- Unify catch clauses that do the same
… as the executor is anyway single thread and all are cancelled on repaint. - Medium quality dummy tasks is removed, as it's not needed anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust the commit messages of your commits (e.g. by interactive rebase + force push). The general rule of thumb in most git projects (including the Linux kernel) is to split the commit messages in two parts separated by a blank line:
Short description (Subject line)
Long description or additional information
A properly formed git commit subject line should always be able to complete the following sentence:
If applied, this commit will <your subject line here>
It starts with a capital letter and has no period at the end.
It never starts with a dash -
You can find more details here.
As the executor is single-thread, they can be submitted directly in the desired execution order. They will anyway be all cancelled if a repaint is triggered
By treating render size and antialising information together as an entity in itself, it's easier to pass them around and reason about them.
I followed instructions here to change the commit messages, and it looks from here like they are changed... could you check again? |
No description provided.