Re: [Mesa-dev] [PATCH 01/12] i965: Change fragment input related bitfields to 64-bit.

2013-03-12 Thread Kenneth Graunke
On 03/12/2013 10:39 PM, Paul Berry wrote: On 12 March 2013 22:23, Kenneth Graunke mailto:kenn...@whitecape.org>> wrote: On 03/11/2013 03:51 PM, Paul Berry wrote: This patch updates the bitfields brw_context::wm.input_size___masks, tracker::size_masks, and brw_wm_prog_key::pr

Re: [Mesa-dev] [PATCH 01/12] i965: Change fragment input related bitfields to 64-bit.

2013-03-12 Thread Paul Berry
On 12 March 2013 22:23, Kenneth Graunke wrote: > On 03/11/2013 03:51 PM, Paul Berry wrote: > >> This patch updates the bitfields brw_context::wm.input_size_**masks, >> tracker::size_masks, and brw_wm_prog_key::proj_attrib_**mask, all of >> which are indexed by gl_frag_attrib, from 32-bit to 64-bi

Re: [Mesa-dev] [PATCH 01/12] i965: Change fragment input related bitfields to 64-bit.

2013-03-12 Thread Kenneth Graunke
On 03/11/2013 03:51 PM, Paul Berry wrote: This patch updates the bitfields brw_context::wm.input_size_masks, tracker::size_masks, and brw_wm_prog_key::proj_attrib_mask, all of which are indexed by gl_frag_attrib, from 32-bit to 64-bit. This paves the way for supporting geometry shaders, and for

[Mesa-dev] [PATCH 01/12] i965: Change fragment input related bitfields to 64-bit.

2013-03-11 Thread Paul Berry
This patch updates the bitfields brw_context::wm.input_size_masks, tracker::size_masks, and brw_wm_prog_key::proj_attrib_mask, all of which are indexed by gl_frag_attrib, from 32-bit to 64-bit. This paves the way for supporting geometry shaders, and for merging the gl_frag_attrib and gl_vert_resul