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
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
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
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