summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak108
1 files changed, 108 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a0d7dbbace..62fbf7eba8 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -373,3 +373,111 @@ INCLUDE_DIRS = \
-I$(TOP)/src/mesa \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary
+
+LIBMESADRI_HEADERS = \
+ glapi/dispatch.h \
+ glapi/glapidispatch.h \
+ glapi/glapi.h \
+ glapi/glapioffsets.h \
+ glapi/glapitable.h \
+ glapi/glthread.h \
+ main/api_arrayelt.h \
+ main/api_noop.h \
+ main/api_validate.h \
+ main/arrayobj.h \
+ main/attrib.h \
+ main/bitset.h \
+ main/blend.h \
+ main/bufferobj.h \
+ main/buffers.h \
+ main/clip.h \
+ main/colormac.h \
+ main/colortab.h \
+ main/compiler.h \
+ main/config.h \
+ main/context.h \
+ main/convolve.h \
+ main/dd.h \
+ main/depth.h \
+ main/enable.h \
+ main/enums.h \
+ main/extensions.h \
+ main/fbobject.h \
+ main/formats.h \
+ main/framebuffer.h \
+ main/glheader.h \
+ main/hash.h \
+ main/image.h \
+ main/imports.h \
+ main/light.h \
+ main/macros.h \
+ main/matrix.h \
+ main/mfeatures.h \
+ main/mipmap.h \
+ main/mm.h \
+ main/mtypes.h \
+ main/pixelstore.h \
+ main/points.h \
+ main/polygon.h \
+ main/remap.h \
+ main/remap_helper.h \
+ main/renderbuffer.h \
+ main/shaders.h \
+ main/simple_list.h \
+ main/state.h \
+ main/stencil.h \
+ main/texcompress.h \
+ main/texenv.h \
+ main/texformat.h \
+ main/texgetimage.h \
+ main/teximage.h \
+ main/texobj.h \
+ main/texparam.h \
+ main/texrender.h \
+ main/texstate.h \
+ main/texstore.h \
+ main/varray.h \
+ main/viewport.h \
+ main/vtxfmt.h \
+ math/m_matrix.h \
+ math/m_translate.h \
+ math/m_vector.h \
+ math/m_xform.h \
+ shader/arbprogram.h \
+ shader/atifragshader.h \
+ shader/prog_execute.h \
+ shader/prog_instruction.h \
+ shader/prog_optimize.h \
+ shader/prog_parameter.h \
+ shader/prog_print.h \
+ shader/program.h \
+ shader/programopt.h \
+ shader/prog_statevars.h \
+ shader/shader_api.h \
+ swrast/s_context.h \
+ swrast_setup/ss_context.h \
+ swrast_setup/swrast_setup.h \
+ swrast/s_fog.h \
+ swrast/s_span.h \
+ swrast/swrast.h \
+ tnl_dd/t_dd_dmatmp2.h \
+ tnl_dd/t_dd_dmatmp.h \
+ tnl_dd/t_dd_rendertmp.h \
+ tnl_dd/t_dd_triemit.h \
+ tnl_dd/t_dd_tritmp.h \
+ tnl_dd/t_dd_unfilled.h \
+ tnl_dd/t_dd_vb.c \
+ tnl_dd/t_dd_vbtmp.h \
+ tnl_dd/t_dd_vertex.h \
+ tnl/t_context.h \
+ tnl/tnl.h \
+ tnl/t_pipeline.h \
+ tnl/t_vb_rendertmp.h \
+ tnl/t_vertex.h \
+ tnl/t_vp_build.h \
+ vbo/vbo_attrib.h \
+ vbo/vbo_context.h \
+ vbo/vbo_exec.h \
+ vbo/vbo.h \
+ vbo/vbo_save.h \
+ vbo/vbo_split.h