Re: [Mesa-dev] [PATCH] svga: fix clip plane regression after recent tgsi_scan change

2015-10-21 Thread Charmaine Lee
A minor nit, please change "num_written_culldistance field was a multiple of four" comment in the commit message to "num_written_clipdistance field was a " Reviewed-by: Charmaine Lee From: Brian Paul Sent: Wednesday, October 21, 2015 3:25 PM To: m

[Mesa-dev] [PATCH] svga: fix clip plane regression after recent tgsi_scan change

2015-10-21 Thread Brian Paul
Before the change "tgsi/scan: use properties for clip/cull distance writemasks", the tgsi_shader_info::num_written_culldistance field was a multiple of four, now it's an accurate count. In the svga driver, we need a minor change to the loop test. --- src/gallium/drivers/svga/svga_tgsi_vgpu10.c |