mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i915g: Fix shader disasm code
This broke when I separated declarations/shader.
This commit is contained in:
parent
82a76e61e7
commit
328e7e7742
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ i915_disassemble_program(struct debug_stream *stream,
|
|||
|
||||
assert((program[0] & 0x1ff) + 2 == sz);
|
||||
|
||||
program++;
|
||||
for (i = 1; i < sz; i += 3, program += 3) {
|
||||
unsigned opcode = program[0] & (0x1f << 24);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue