Re: [Mesa-dev] [PATCH 2/2] tgsi: Prevent emission of instructions with empty writemask.

2013-11-22 Thread Jose Fonseca
Thanks for reviewing. - Original Message - On 11/21/2013 02:01 PM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com These degenerate instructions can often be emitted by state trackers when the semantics of instructions don't match precisely. ---

Re: [Mesa-dev] [PATCH 2/2] tgsi: Prevent emission of instructions with empty writemask.

2013-11-22 Thread Roland Scheidegger
On 11/22/2013 03:03 PM, Jose Fonseca wrote: Thanks for reviewing. - Original Message - On 11/21/2013 02:01 PM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com These degenerate instructions can often be emitted by state trackers when the semantics of instructions

Re: [Mesa-dev] [PATCH 2/2] tgsi: Prevent emission of instructions with empty writemask.

2013-11-21 Thread Roland Scheidegger
On 11/21/2013 02:01 PM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com These degenerate instructions can often be emitted by state trackers when the semantics of instructions don't match precisely. --- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 8

Re: [Mesa-dev] [PATCH 2/2] tgsi: Prevent emission of instructions with empty writemask.

2013-11-21 Thread Brian Paul
On 11/21/2013 07:01 AM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com These degenerate instructions can often be emitted by state trackers when the semantics of instructions don't match precisely. --- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 8

[Mesa-dev] [PATCH 2/2] tgsi: Prevent emission of instructions with empty writemask.

2013-11-21 Thread jfonseca
From: José Fonseca jfons...@vmware.com These degenerate instructions can often be emitted by state trackers when the semantics of instructions don't match precisely. --- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 8 src/gallium/auxiliary/tgsi/tgsi_ureg.h | 22 ++ 2