gallium: multiply vertex point size by 0.5

This commit is contained in:
Brian 2008-01-23 08:24:08 -07:00
parent 286380020b
commit 46a787ad97

View file

@ -217,7 +217,7 @@ static void wide_point( struct draw_stage *stage,
/* point size is either per-vertex or fixed size */
if (wide->psize_slot >= 0) {
half_size = header->v[0]->data[wide->psize_slot][0];
half_size = 0.5 * header->v[0]->data[wide->psize_slot][0];
}
else {
half_size = wide->half_point_size;