Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for updating texture cache, and support canvas animation. #72

Merged
merged 1 commit into from Nov 2, 2015

Conversation

@glennw
Copy link
Member

glennw commented Nov 2, 2015

NOTE: The logic to detect if old batches can be reused will need to
take into account if a new image has been received. This doesn't currently
matter if the image is the same size/format, since the same texture cache
slot is used - however, when different size/format is supported, the batch
will need to be invalidated too!

NOTE: The logic to detect if old batches can be reused will need to
take into account if a new image has been received. This doesn't currently
matter if the image is the same size/format, since the same texture cache
slot is used - however, when different size/format is supported, the batch
will need to be invalidated too!
glennw added a commit that referenced this pull request Nov 2, 2015
Add support for updating texture cache, and support canvas animation.
@glennw glennw merged commit c599c60 into master Nov 2, 2015
@glennw glennw deleted the canvas-updates branch Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.