diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:53:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:53:23 +0000 |
commit | 58cad0a2ccb28b1f82763d80861c6085def38b30 (patch) | |
tree | 8f199bc844429c0ca70acb457cd48a354b6ff177 /lib/mesa/src/gallium/drivers/nouveau/nvc0 | |
parent | 21ab4c9f31674b113c24177398ed39f29b7cd8e6 (diff) |
Merge Mesa 13.0.2
Diffstat (limited to 'lib/mesa/src/gallium/drivers/nouveau/nvc0')
-rw-r--r-- | lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h b/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h deleted file mode 100644 index 168a6d1be..000000000 --- a/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef NVC0_COMPUTE_H -#define NVC0_COMPUTE_H - -#include "nv50/nv50_defs.xml.h" -#include "nvc0/nvc0_compute.xml.h" - -bool -nvc0_compute_validate_program(struct nvc0_context *nvc0); - -#endif /* NVC0_COMPUTE_H */ |