summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-06-29 14:46:13 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-06-29 14:46:13 -0700
commitdfbc876de7c07169c6205a79b9c972605e42967a (patch)
treebd57b5a75353fc07fdc70fde19b24ca2fc637ff9
parentbc33d0859de642561a4a8eff60262e63e0e2e3d4 (diff)
Check off some finished tasks
-rw-r--r--nir.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nir.xml b/nir.xml
index ce3538e..c27d9c6 100644
--- a/nir.xml
+++ b/nir.xml
@@ -2,7 +2,7 @@
<?xml-stylesheet type="text/xsl" href="tasks.xsl"?>
<tasks name="NIR Optimization and Implementation Checklist">
<category name="General">
- <task name="MemoryCleanup" mesa="no">
+ <task name="MemoryCleanup" mesa="done">
Clean up the way we use ralloc contexts so that we can more easiliy
clean up memory as we optimize. This may involve changing the way we
allocate things or it may mean that we just write a mark-and-sweep
@@ -28,10 +28,10 @@
<task name="vec4" mesa="no">
Add a vec4 backend for i965.
</task>
- <task name="ARBfp" mesa="no">
+ <task name="ARBfp" mesa="done">
Add support for ARB fragment programs.
</task>
- <task name="ARBvp" mesa="no">
+ <task name="ARBvp" mesa="done">
Add support for ARB vertex programs.
</task>
<task name="fs-indirect" mesa="no">