Re: [Mesa-dev] [PATCH V2 09/12] i965: Add FS backend for builtin gl_SampleMask[]

2013-10-30 Thread Anuj Phogat
On Tue, Oct 29, 2013 at 10:04 PM, Paul Berry stereotype...@gmail.com wrote: On 29 October 2013 19:22, Anuj Phogat anuj.pho...@gmail.com wrote: On Mon, Oct 28, 2013 at 5:10 PM, Paul Berry stereotype...@gmail.com wrote: On 25 October 2013 16:45, Anuj Phogat anuj.pho...@gmail.com wrote:

Re: [Mesa-dev] [PATCH V2 09/12] i965: Add FS backend for builtin gl_SampleMask[]

2013-10-29 Thread Anuj Phogat
On Mon, Oct 28, 2013 at 5:10 PM, Paul Berry stereotype...@gmail.com wrote: On 25 October 2013 16:45, Anuj Phogat anuj.pho...@gmail.com wrote: V2: - Update comments - Use fs_reg(0x) in AND instruction to get the 16 bit sample_mask. - Add a special backend instructions to

Re: [Mesa-dev] [PATCH V2 09/12] i965: Add FS backend for builtin gl_SampleMask[]

2013-10-29 Thread Paul Berry
On 29 October 2013 19:22, Anuj Phogat anuj.pho...@gmail.com wrote: On Mon, Oct 28, 2013 at 5:10 PM, Paul Berry stereotype...@gmail.comwrote: On 25 October 2013 16:45, Anuj Phogat anuj.pho...@gmail.com wrote: V2: - Update comments - Use fs_reg(0x) in AND instruction to get the

[Mesa-dev] [PATCH V2 09/12] i965: Add FS backend for builtin gl_SampleMask[]

2013-10-25 Thread Anuj Phogat
V2: - Update comments - Use fs_reg(0x) in AND instruction to get the 16 bit sample_mask. - Add a special backend instructions to compute sample_mask. - Add a new variable uses_omask in brw_wm_prog_data. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com ---