diff options
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_fetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch.c b/src/gallium/auxiliary/draw/draw_pt_fetch.c index b0032e5..a6cc183 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch.c @@ -74,9 +74,9 @@ draw_pt_fetch_prepare(struct pt_fetch *fetch, /* Leave the clipmask/edgeflags/pad/vertex_id untouched */ dst_offset += 1 * sizeof(float); - /* Just leave the clip[] array untouched. + /* Just leave the clip[] and pre_clip_pos[] array untouched. */ - dst_offset += 4 * sizeof(float); + dst_offset += 8 * sizeof(float); if (instance_id_index != ~0) { num_extra_inputs++; |