From 3c7872f35f4ae439082d413ab31333cf99be7e91 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Mon, 13 Feb 2012 00:33:55 +0100 Subject: 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. --- src/gallium/drivers/nvc0/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/nvc0/Makefile.sources') 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 := \ -- cgit v1.2.3