draw: use clip_pos, not clip_vertex for the fake guardband xy point clipping
authorRoland Scheidegger <sroland@vmware.com>
Fri, 11 Dec 2015 22:41:55 +0000 (23:41 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 15 Dec 2015 01:03:40 +0000 (02:03 +0100)
commit1775400a20e3b85f83d0d0e99ea7382e965f4b11
treea2730c542bd0a8cbebf19e3a17055b6defac1c1e
parent8575ddb64498cae60199b2c26c75de2616b57425
draw: use clip_pos, not clip_vertex for the fake guardband xy point clipping

Seems obvious now this should use the data from position and not clip_vertex
(albeit might not really make a difference).

Reviewed-by: Brian Paul <brianp@vmware.com
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/draw/draw_pipe_clip.c