Skip to content

Commit 670b4ab

Browse files
committed
backend/backend: add a TODO about image ops ordering
1 parent c514547 commit 670b4ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/backend/backend.h

+7
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ struct backend_operations {
195195
int max_buffer_age;
196196

197197
// =========== Post-processing ============
198+
199+
/* TODO(yshui) Consider preserving the order of image ops.
200+
* Currently in both backends, the image ops are applied lazily when needed.
201+
* However neither backends preserve the order of image ops, they just applied all
202+
* pending lazy ops in a pre-determined fixed order, regardless in which order
203+
* they were originally applied. This might lead to inconsistencies.*/
204+
198205
/**
199206
* Manipulate an image
200207
*

0 commit comments

Comments
 (0)