Re: [Mesa-dev] [PATCH 1/9] i915: remove occurances of _DD_NEW_x flags

2012-03-12 Thread Eric Anholt
On Sun, 11 Mar 2012 18:34:38 -0600, Brian Paul wrote: > Just use the corresponding _NEW_x flags intead. The _DD_NEW_x flags > will be removed in a following patch. Series is: Reviewed-by: Eric Anholt pgpZKmg4uBziS.pgp Description: PGP signature ___

Re: [Mesa-dev] [PATCH 1/9] i915: remove occurances of _DD_NEW_x flags

2012-03-12 Thread Jose Fonseca
The series looks good to me AFAICT. Joe - Original Message - > Just use the corresponding _NEW_x flags intead. The _DD_NEW_x flags > will be removed in a following patch. > --- > src/mesa/drivers/dri/i915/intel_tris.h | 12 +--- > 1 files changed, 5 insertions(+), 7 deletions(

[Mesa-dev] [PATCH 1/9] i915: remove occurances of _DD_NEW_x flags

2012-03-11 Thread Brian Paul
Just use the corresponding _NEW_x flags intead. The _DD_NEW_x flags will be removed in a following patch. --- src/mesa/drivers/dri/i915/intel_tris.h | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers/dri/i915/intel_tris.h b/src/mesa/drivers/dri/i