Re: [Mesa-dev] [PATCH 1/4] i965: Remove poorly implemented math hstride assertions.

2014-01-31 Thread Kenneth Graunke
On 01/23/2014 01:13 PM, Kenneth Graunke wrote: > I added this assertion in the last revision of the gen8_fs_generator > patch, and apparently didn't test it enough. Many Piglit tests fail > this test. The destination hstride is 1, while the source hstride and > vstride appear to be 0. This sound

[Mesa-dev] [PATCH 1/4] i965: Remove poorly implemented math hstride assertions.

2014-01-23 Thread Kenneth Graunke
I added this assertion in the last revision of the gen8_fs_generator patch, and apparently didn't test it enough. Many Piglit tests fail this test. The destination hstride is 1, while the source hstride and vstride appear to be 0. This sounds like "scalar source" mode, which is actually supporte