summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/disasm.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-04-03 13:25:02 -0400
committerRob Clark <[email protected]>2017-05-04 13:48:06 -0400
commitfd6ed7b5628678ada0db3bf6ae1bcf80628c6947 (patch)
tree060566bcc51e874ebb3699a33752464e9cd39049 /src/gallium/drivers/freedreno/disasm.h
parent5f7e55582eb7d4e2c791493a0d79b0d2b26c6b51 (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/disasm.h')
-rw-r--r--src/gallium/drivers/freedreno/disasm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/disasm.h b/src/gallium/drivers/freedreno/disasm.h
index e81dd1c8ef4..bac1215accd 100644
--- a/src/gallium/drivers/freedreno/disasm.h
+++ b/src/gallium/drivers/freedreno/disasm.h
@@ -26,6 +26,9 @@
enum shader_t {
SHADER_VERTEX,
+ SHADER_TCS,
+ SHADER_TES,
+ SHADER_GEOM,
SHADER_FRAGMENT,
SHADER_COMPUTE,
};