diff options
author | Ben Skeggs <[email protected]> | 2008-03-02 02:35:17 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-02 02:35:17 +1100 |
commit | 132def0c4182b8d2251e9d6e2b5b470cb806713c (patch) | |
tree | 8609fed67628e3ebf0d0af4a05982ff7cc211be1 /src/gallium/drivers | |
parent | 17f6db9d0197657cd753249ef60355c6fd983032 (diff) | |
parent | 07d6347e8a51fc7bbd5c586a5739f17c68c5eafd (diff) |
Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/softpipe/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript index 4c1a6d5df0b..88c21ee3b0f 100644 --- a/src/gallium/drivers/softpipe/SConscript +++ b/src/gallium/drivers/softpipe/SConscript @@ -28,6 +28,7 @@ softpipe = env.ConvenienceLibrary( 'sp_quad_stencil.c', 'sp_quad_stipple.c', 'sp_query.c', + 'sp_screen.c', 'sp_state_blend.c', 'sp_state_clip.c', 'sp_state_derived.c', |