xserver/GL/mesa Makefile.am,1.4,1.5
Dave Airlie <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Sat, 10 Dec 2005 19:29:32 -0800 (PST)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: airlied Update of /cvs/xserver/xserver/GL/mesa In directory gabe:/tmp/cvs-serv28940/GL/mesa Modified Files: Makefile.am Log Message: fix up for changes in Mesa CVS Index: Makefile.am =================================================================== RCS file: /cvs/xserver/xserver/GL/mesa/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 22 Aug 2005 09:41:30 -0000 1.4 +++ Makefile.am 11 Dec 2005 03:29:30 -0000 1.5 @@ -39,11 +39,13 @@ $(MESASRCDIR)/main/convolve.c \ $(MESASRCDIR)/main/debug.c \ $(MESASRCDIR)/main/depth.c \ + $(MESASRCDIR)/main/depthstencil.c \ $(MESASRCDIR)/main/dlist.c \ $(MESASRCDIR)/main/drawpix.c \ $(MESASRCDIR)/main/enable.c \ $(MESASRCDIR)/main/enums.c \ $(MESASRCDIR)/main/eval.c \ + $(MESASRCDIR)/main/execmem.c \ $(MESASRCDIR)/main/extensions.c \ $(MESASRCDIR)/main/fbobject.c \ $(MESASRCDIR)/main/feedback.c \ @@ -59,6 +61,7 @@ $(MESASRCDIR)/main/light.c \ $(MESASRCDIR)/main/lines.c \ $(MESASRCDIR)/main/matrix.c \ + $(MESASRCDIR)/main/mm.c \ $(MESASRCDIR)/main/occlude.c \ $(MESASRCDIR)/main/pixel.c \ $(MESASRCDIR)/main/points.c \ @@ -85,10 +88,8 @@ $(MESASRCDIR)/array_cache/ac_import.c MESA_SHADER_SRCS = \ - $(MESASRCDIR)/shader/arbfragparse.c \ $(MESASRCDIR)/shader/arbprogparse.c \ $(MESASRCDIR)/shader/arbprogram.c \ - $(MESASRCDIR)/shader/arbvertparse.c \ $(MESASRCDIR)/shader/atifragshader.c \ $(MESASRCDIR)/shader/grammar/grammar_mesa.c \ $(MESASRCDIR)/shader/nvfragparse.c \ @@ -112,7 +113,6 @@ $(MESASRCDIR)/shader/slang/slang_utility.c MESA_SWRAST_SRCS = \ - $(MESASRCDIR)/swrast/s_fragprog_to_c.c \ $(MESASRCDIR)/swrast/s_aaline.c \ $(MESASRCDIR)/swrast/s_aatriangle.c \ $(MESASRCDIR)/swrast/s_accum.c \ @@ -137,8 +137,8 @@ $(MESASRCDIR)/swrast/s_readpix.c \ $(MESASRCDIR)/swrast/s_span.c \ $(MESASRCDIR)/swrast/s_stencil.c \ - $(MESASRCDIR)/swrast/s_tcc.c \ - $(MESASRCDIR)/swrast/s_texture.c \ + $(MESASRCDIR)/swrast/s_texcombine.c \ + $(MESASRCDIR)/swrast/s_texfilter.c \ $(MESASRCDIR)/swrast/s_texstore.c \ $(MESASRCDIR)/swrast/s_triangle.c \ $(MESASRCDIR)/swrast/s_zoom.c