summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-02-14 16:36:48 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-02-14 16:36:48 -0800
commit38380ff6ce6f7758f9debdc4dc06658c88117005 (patch)
treebee36a8525c6500ba51800294b3d845006234352
parentbae3ce31fdd50bbc458fab028e36eddfa491d3fb (diff)
Add an fp64 task
-rw-r--r--nir.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nir.xml b/nir.xml
index 7dff7f4..e3a1b52 100644
--- a/nir.xml
+++ b/nir.xml
@@ -8,6 +8,11 @@
allocate things or it may mean that we just write a mark-and-sweep
memory clean-up pass.
</task>
+ <task name="64-bit" mesa="no">
+ Figure out how to represent/validate non-32-bit instructions. This
+ will be needed for ARB_gpu_shader_fp64 as well as fp16 and the
+ variably sized integer extensions.
+ </task>
</category>
<category name="Back-end/Front-end Support">
<task name="ScalarVS" mesa="no">