summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-02 03:43:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-02 03:43:26 +0000
commitc1a82b9554028640dc4e08f042f1a8faf3372627 (patch)
treefe58a00bb915f228db0cf92dc39be6fa9c2f2e9c /GL
parent5f4d11c8d926cf396e0a8e203e14a8e1e123e011 (diff)
added s_blit.c file
Diffstat (limited to 'GL')
-rw-r--r--GL/mesa/swrast/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am
index faa1acb5d..5a0ed9cd3 100644
--- a/GL/mesa/swrast/Makefile.am
+++ b/GL/mesa/swrast/Makefile.am
@@ -24,6 +24,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \
s_atifragshader.c \
s_bitmap.c \
s_blend.c \
+ s_blit.c \
s_buffers.c \
s_context.c \
s_copypix.c \