From 9ef1c51be16ea360481cf9f82ebb1e3eb01efb18 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 8 Sep 2010 08:30:59 +1000 Subject: r600g: abstract the hw states out behind a vtbl. this is step one towards evergreen support, it lets us plug in whole new hw level states. --- src/gallium/drivers/r600/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile') diff --git a/src/gallium/drivers/r600/Makefile b/src/gallium/drivers/r600/Makefile index fc94ae71f4..707c2fd0f4 100644 --- a/src/gallium/drivers/r600/Makefile +++ b/src/gallium/drivers/r600/Makefile @@ -19,6 +19,7 @@ C_SOURCES = \ r600_state.c \ r600_texture.c \ r600_asm.c \ - r700_asm.c + r700_asm.c \ + r600_hw_states.c include ../../Makefile.template -- cgit v1.2.3