Re: [Mesa-dev] [RFC PATCH 15/26] i965: expose sample locations

2013-01-07 Thread Chris Forbes
Sounds good to me, especially since it's trivial to do. I'll roll this into the next version of the series. -- Chris On Tue, Jan 8, 2013 at 11:02 AM, Paul Berry wrote: > On 4 January 2013 13:04, Paul Berry wrote: >> >> On 29 December 2012 04:35, Chris Forbes wrote: >>> >>> Moves the definition

Re: [Mesa-dev] [RFC PATCH 15/26] i965: expose sample locations

2013-01-07 Thread Paul Berry
On 4 January 2013 13:04, Paul Berry wrote: > On 29 December 2012 04:35, Chris Forbes wrote: > >> Moves the definition of the sample locations out of >> gen6_emit_3dstate_multisample, and unpacks them in >> gen6_get_sample_postiion. >> >> Signed-off-by: Chris Forbes >> --- >> src/mesa/drivers/d

Re: [Mesa-dev] [RFC PATCH 15/26] i965: expose sample locations

2013-01-04 Thread Paul Berry
On 29 December 2012 04:35, Chris Forbes wrote: > Moves the definition of the sample locations out of > gen6_emit_3dstate_multisample, and unpacks them in > gen6_get_sample_postiion. > > Signed-off-by: Chris Forbes > --- > src/mesa/drivers/dri/i965/brw_context.c| 3 + > src/mesa/dr

[Mesa-dev] [RFC PATCH 15/26] i965: expose sample locations

2012-12-29 Thread Chris Forbes
Moves the definition of the sample locations out of gen6_emit_3dstate_multisample, and unpacks them in gen6_get_sample_postiion. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_context.c| 3 + src/mesa/drivers/dri/i965/brw_context.h| 5 + src/mesa/driver