From 32ef98518394d29cb87405005c660278489396bb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 8 Apr 2008 16:21:55 -0500 Subject: Compute pixel values directly into data port Instead of leaving pixel values in src_sample registers, compute the pixel values directl to the data port to save 8 moves. This cannot work when no computation is done as there is both no way to wait for the sampler to finish and because the sampler returns data in a different order from that required by the data port (sigh). --- src/exa_wm_write.g4b | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/exa_wm_write.g4b') diff --git a/src/exa_wm_write.g4b b/src/exa_wm_write.g4b index 785fe321..9402d115 100644 --- a/src/exa_wm_write.g4b +++ b/src/exa_wm_write.g4b @@ -1,11 +1,3 @@ - { 0x00600001, 0x204003be, 0x008d01c0, 0x00000000 }, - { 0x00600001, 0x206003be, 0x008d0200, 0x00000000 }, - { 0x00600001, 0x208003be, 0x008d0240, 0x00000000 }, - { 0x00600001, 0x20a003be, 0x008d0280, 0x00000000 }, - { 0x00600001, 0x20c003be, 0x008d01e0, 0x00000000 }, - { 0x00600001, 0x20e003be, 0x008d0220, 0x00000000 }, - { 0x00600001, 0x210003be, 0x008d0260, 0x00000000 }, - { 0x00600001, 0x212003be, 0x008d02a0, 0x00000000 }, { 0x00600001, 0x20200022, 0x008d0020, 0x00000000 }, { 0x00800031, 0x24001d28, 0x008d0000, 0x85a04800 }, { 0x0000007e, 0x00000000, 0x00000000, 0x00000000 }, -- cgit v1.2.3