mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
draw: fix so debug offset printing
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24568>
This commit is contained in:
parent
48b0af7217
commit
7498c83ace
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ so_emit_prim(struct pt_so_emit *so,
|
|||
{
|
||||
debug_printf("VERT[%d], stream = %d, offset = %d, slot[%d] sc = %d, num_c = %d, idx = %d = [",
|
||||
i, stream,
|
||||
draw->so.targets[ob]->internal_offset,
|
||||
draw->so.targets[ob]->internal_offset + (4 * state->output[slot].dst_offset),
|
||||
slot, start_comp, num_comps, idx);
|
||||
for (unsigned j = 0; j < num_comps; ++j) {
|
||||
unsigned *ubuffer = (unsigned*)buffer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue