Re: [Mesa-dev] [PATCH v2] i965: Convert CLIP_STATE to genxml.

2017-07-14 Thread Kenneth Graunke
On Friday, July 14, 2017 11:02:57 AM PDT you wrote: > Add the code into its own function and atom, since almost nothing is > shared with GEN >= 6. > > v2: Split GEN <=5 and GEN >= 6 into separate functions (Ken). > > Signed-off-by: Rafael Antognolli > Cc: Kenneth Graunke > --- > src/mesa/drive

[Mesa-dev] [PATCH v2] i965: Convert CLIP_STATE to genxml.

2017-07-14 Thread Rafael Antognolli
Add the code into its own function and atom, since almost nothing is shared with GEN >= 6. v2: Split GEN <=5 and GEN >= 6 into separate functions (Ken). Signed-off-by: Rafael Antognolli Cc: Kenneth Graunke --- src/mesa/drivers/dri/i965/Makefile.sources| 1 - src/mesa/drivers/dri/i965/brw