diff options
author | Rob Clark <[email protected]> | 2017-04-03 13:25:02 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-05-04 13:48:06 -0400 |
commit | fd6ed7b5628678ada0db3bf6ae1bcf80628c6947 (patch) | |
tree | 060566bcc51e874ebb3699a33752464e9cd39049 /src/gallium/drivers/freedreno/a2xx | |
parent | 5f7e55582eb7d4e2c791493a0d79b0d2b26c6b51 (diff) |
freedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c
Sync to the same files from freedreno.git to correct decoding of ldgb/
stgb instructions.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a2xx')
-rw-r--r-- | src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c b/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c index fc309e8b495..c3804509250 100644 --- a/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c +++ b/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c @@ -111,7 +111,7 @@ static void print_export_comment(uint32_t num, enum shader_t type) case 0: name = "gl_FragColor"; break; } break; - case SHADER_COMPUTE: + default: unreachable("not reached"); } /* if we had a symbol table here, we could look |