Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / main / sources
index dfcff89e4b6813694d4e182460e6de260a5ae179..5d9d99040edba9ca0c3cb65bdc1998bd33a445d2 100644 (file)
@@ -2,6 +2,7 @@
 MESA_MAIN_SOURCES = \
 accum.c \
 api_arrayelt.c \
+api_exec.c \
 api_loopback.c \
 api_noop.c \
 api_validate.c \
@@ -10,6 +11,7 @@ attrib.c \
 blend.c \
 bufferobj.c \
 buffers.c \
+clear.c \
 clip.c \
 colortab.c \
 context.c \
@@ -18,6 +20,7 @@ debug.c \
 depth.c \
 depthstencil.c \
 dlist.c \
+dlopen.c \
 drawpix.c \
 enable.c \
 enums.c \
@@ -40,22 +43,30 @@ lines.c \
 matrix.c \
 mipmap.c \
 mm.c \
+multisample.c \
 occlude.c \
 pixel.c \
+pixelstore.c \
 points.c \
 polygon.c \
+readpix.c \
 rastpos.c \
 rbadaptors.c \
 renderbuffer.c \
+scissor.c \
 state.c \
 stencil.c \
 texcompress.c \
 texcompress_fxt1.c \
 texcompress_s3tc.c \
+texenv.c \
 texenvprogram.c \
 texformat.c \
+texgen.c \
+texgetimage.c \
 teximage.c \
 texobj.c \
+texparam.c \
 texrender.c \
 texstate.c \
 texstore.c \
@@ -69,7 +80,7 @@ vsnprintf.c
 MESA_MAIN_HEADERS = \
 accum.h \
 api_arrayelt.h \
-api_eval.h \
+api_exec.h \
 api_loopback.h \
 api_noop.h \
 api_validate.h \
@@ -79,6 +90,7 @@ bitset.h \
 blend.h \
 bufferobj.h \
 buffers.h \
+clear.h \
 clip.h \
 colormac.h \
 colortab.h \
@@ -90,6 +102,7 @@ debug.h \
 depth.h \
 depthstencil.h \
 dlist.h \
+dlopen.h \
 drawpix.h \
 enable.h \
 enums.h \
@@ -113,22 +126,29 @@ matrix.h \
 mipmap.h \
 mm.h \
 mtypes.h \
+multisample.h \
 occlude.h \
 pixel.h \
+pixelstore.h \
 points.h \
 polygon.h \
 rastpos.h \
 rbadaptors.h \
+readpix.h \
 renderbuffer.h \
 simple_list.h \
+scissor.h \
 state.h \
 stencil.h \
 texcompress.h \
+texenv.h \
 texenvprogram.h \
 texformat.h \
 texformat_tmp.h \
+texgen.h \
 teximage.h \
 texobj.h \
+texparam.h \
 texrender.h \
 texstate.h \
 texstore.h \