We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c514547 commit 670b4abCopy full SHA for 670b4ab
src/backend/backend.h
@@ -195,6 +195,13 @@ struct backend_operations {
195
int max_buffer_age;
196
197
// =========== 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
205
/**
206
* Manipulate an image
207
*
0 commit comments