From 7e4a1b7ed25a881113e197acde62b07f26f2d6ef Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 24 Nov 2011 11:34:51 +0000 Subject: src/sna/gen5: Replace the precompiled shaders Take advantage of a couple of new instructions introduced with Cantiga to reduce the instruction count inside the shaders and improve performance by around 10% in the fish-demo. Signed-off-by: Chris Wilson --- src/render_program/exa_wm_mask_affine.g5b | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/render_program/exa_wm_mask_affine.g5b (limited to 'src/render_program/exa_wm_mask_affine.g5b') diff --git a/src/render_program/exa_wm_mask_affine.g5b b/src/render_program/exa_wm_mask_affine.g5b new file mode 100644 index 00000000..e265beed --- /dev/null +++ b/src/render_program/exa_wm_mask_affine.g5b @@ -0,0 +1,4 @@ + { 0x00802059, 0x200077bc, 0x000000a0, 0x008d0100 }, + { 0x00802048, 0x210077be, 0x000000a4, 0x008d0140 }, + { 0x00802059, 0x200077bc, 0x000000b0, 0x008d0100 }, + { 0x00802048, 0x214077be, 0x000000b4, 0x008d0140 }, -- cgit v1.2.3