diff options
author | Brian Paul <[email protected]> | 2011-12-05 20:40:48 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-08 08:56:30 -0700 |
commit | b85284f45e8b05ba9a0dac8dd95a9c078e4a635e (patch) | |
tree | 1bfa4bd9f028b931cb3d0718b77f28c65c436962 /src/mesa/sources.mak | |
parent | 379e0a3ada995b4cf57d142e0dd4618022e0aadc (diff) |
mesa: build new s_renderbuffer.c file
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index be27c9711f4..a3ce85535a6 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -142,6 +142,7 @@ SWRAST_SOURCES = \ swrast/s_logic.c \ swrast/s_masking.c \ swrast/s_points.c \ + swrast/s_renderbuffer.c \ swrast/s_span.c \ swrast/s_stencil.c \ swrast/s_texcombine.c \ |