From 6aadae7117524e2ad4af881f763c370214113eaf Mon Sep 17 00:00:00 2001 From: David Reveman Date: Mon, 13 Feb 2006 10:52:06 +0000 Subject: [PATCH] Fix for building with Mesa CVS --- ChangeLog | 4 ++++ GL/mesa/swrast/Makefile.am | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 439909dd0..7dc494485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-13 David Reveman + + * GL/mesa/swrast/Makefile.am: Mesa CVS sources. + 2006-02-10 David Reveman * hw/xgl/xglscreen.c (xglScreenInit): Remove warning. diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index ef091b337..a90217fb9 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -29,19 +29,17 @@ nodist_libswrast_la_SOURCES = s_aaline.c \ s_drawpix.c \ s_feedback.c \ s_fog.c \ - s_fragprog_to_c.c \ s_imaging.c \ s_lines.c \ s_logic.c \ s_masking.c \ s_nvfragprog.c \ - s_pixeltex.c \ s_points.c \ s_readpix.c \ s_span.c \ s_stencil.c \ - s_tcc.c \ + s_texcombine.c \ + s_texfilter.c \ s_texstore.c \ - s_texture.c \ s_triangle.c \ s_zoom.c