diff options
author | Brian <[email protected]> | 2008-02-27 09:47:46 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 09:47:46 -0700 |
commit | 4f36cf5858a7e53181c3578685675e15fbfcbb82 (patch) | |
tree | 5067a58e3f441b3028a9526d9eb9ace76445c739 /src/gallium/drivers/softpipe/Makefile | |
parent | ef6c82b0c13573df1aab7acd6f4f9ef9076f421f (diff) |
gallium: implement pipe_screen for softpipe driver
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 539ffb77f55..f32db35d587 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -27,6 +27,7 @@ C_SOURCES = \ sp_quad_output.c \ sp_quad_stencil.c \ sp_quad_stipple.c \ + sp_screen.c \ sp_state_blend.c \ sp_state_clip.c \ sp_state_derived.c \ |