Browse Source

util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.

0cbefc1bea added a source argument to
EMIT/ENDPRIM, but it did not update tgsi_ureg accordingly, causing all
users of ureg_EMIT/ENDPRIM to fail at runtime with an assertion failure.

Trivial.
tags/10.3-branchpoint
José Fonseca 11 years ago
parent
commit
20b431fd9e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h

+ 2
- 2
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h View File

@@ -146,8 +146,8 @@ OP13(SAD)
OP12_TEX(TXF)
OP12_TEX(TXQ)
OP00(CONT)
OP00(EMIT)
OP00(ENDPRIM)
OP01(EMIT)
OP01(ENDPRIM)
OP00_LBL(BGNLOOP)
OP00(BGNSUB)
OP00_LBL(ENDLOOP)

Loading…
Cancel
Save