aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2014-05-09 15:56:05 +1000
committerBen Skeggs <[email protected]>2014-05-15 09:54:49 +1000
commitd548d47edf9f05e6dbf9656abc2f8e78d02cb2f6 (patch)
tree9427f4339be135386d41b160c1e1e38b7e80eb56 /src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
parent7b9475fa652b9df6d599edbea8fa5049fdd995e1 (diff)
nvc0: add maxwell (sm50) compiler backend
The big missing part here is proper sched data calculations, but hopefully the chosen placeholder will be sufficient for now. Passes piglit as well as GK107 does. Signed-off-by: Ben Skeggs <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/codegen/nv50_ir_target.h')
-rw-r--r--src/gallium/drivers/nouveau/codegen/nv50_ir_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h b/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
index 711056e5961..cb9fd37c4c8 100644
--- a/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
+++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h
@@ -78,7 +78,7 @@ public:
inline void *getRelocInfo() const { return relocInfo; }
- void prepareEmission(Program *);
+ virtual void prepareEmission(Program *);
virtual void prepareEmission(Function *);
virtual void prepareEmission(BasicBlock *);