Re: [Mesa-dev] [PATCH 2/2] i965: Remove broken source type assertions from brw_alu3().

2013-06-20 Thread Anuj Phogat
On Thu, Jun 13, 2013 at 2:55 PM, Kenneth Graunke wrote: > Commit 526ffdfc033ab01cf133cb7e8290c65d12ccc9be attempted to generalize > the source register type assertions to allow D and UD. However, the > src1 and src2 assertions actually checked src0.type against D and UD due > to a copy and paste

[Mesa-dev] [PATCH 2/2] i965: Remove broken source type assertions from brw_alu3().

2013-06-13 Thread Kenneth Graunke
Commit 526ffdfc033ab01cf133cb7e8290c65d12ccc9be attempted to generalize the source register type assertions to allow D and UD. However, the src1 and src2 assertions actually checked src0.type against D and UD due to a copy and paste bug. It also began setting the source and destination register t