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