diff options
author | Christoph Bumiller <[email protected]> | 2012-02-13 00:33:55 +0100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2012-04-14 02:56:33 +1000 |
commit | 3c7872f35f4ae439082d413ab31333cf99be7e91 (patch) | |
tree | daa4002d4df6fdf54c20b1563153aba7eaaffeca /src/gallium/drivers/nvc0/Makefile.sources | |
parent | a3fee8fc86168f0709a164d9d983b40a9b671b3c (diff) |
nvc0: remove obsolete nvc0_push2.c
Slower version of nvc0_push.c, was only used to ascertain that
bugs were not the new version's fault.
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nvc0/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile.sources b/src/gallium/drivers/nvc0/Makefile.sources index 95f796fc065..7e431c69e81 100644 --- a/src/gallium/drivers/nvc0/Makefile.sources +++ b/src/gallium/drivers/nvc0/Makefile.sources @@ -14,7 +14,6 @@ C_SOURCES := \ nvc0_program.c \ nvc0_shader_state.c \ nvc0_push.c \ - nvc0_push2.c \ nvc0_query.c CPP_SOURCES := \ |