diff options
author | Ilia Mirkin <[email protected]> | 2014-09-05 22:58:43 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-09-05 23:00:27 -0400 |
commit | a71380040c6bce92dfbe934e3b7dc8332bf22142 (patch) | |
tree | d1fa9049ca42f462b0a38e24b6970f4688c57ddc /src/gallium/drivers/nouveau/Makefile.sources | |
parent | 12311c7c525ce835f97571d0ec58a23feb92f876 (diff) |
nvc0: remove nvc0_push, replaced with nvc0_vbo_translate
Fixes build.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index 951f3eed8bd..64f96086c8e 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -150,7 +150,6 @@ NVC0_C_SOURCES := \ nvc0/nvc0_miptree.c \ nvc0/nvc0_program.c \ nvc0/nvc0_program.h \ - nvc0/nvc0_push.c \ nvc0/nvc0_query.c \ nvc0/nvc0_resource.c \ nvc0/nvc0_resource.h \ |