summaryrefslogtreecommitdiff
path: root/shaders/media/README
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-12-02 12:52:08 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-12-06 15:11:10 +0800
commit5f40b23cfa0441fceba9d2cb6437724e880a8fc3 (patch)
treef220879a35620ed911d4d40e216ce2435974102f /shaders/media/README
parentc6835697253c07cfc6711bcfc9b071afa4a6144d (diff)
tests/gem_media_fill: the assembly code for the shader used in the case
The code is for reference only v2: Fixed the source register used for the send with EOT Fixed the posted destination operand for the send with EOT v3: Fixed the cache agent used in media_block_write message on GEN8 Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'shaders/media/README')
-rw-r--r--shaders/media/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/shaders/media/README b/shaders/media/README
new file mode 100644
index 00000000..9f296010
--- /dev/null
+++ b/shaders/media/README
@@ -0,0 +1,5 @@
+These files are here for reference only.
+
+Commands used to generate the shader on gen8
+$> m4 media_fill.gxa > media_fill.gxm
+$> intel-gen4asm -g 8 -o <output> media_fill.gxm