mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
mesa: prefix more #includes with "main/"
This commit is contained in:
parent
06370a91b3
commit
374e7fd6cc
25 changed files with 132 additions and 132 deletions
|
|
@ -21,11 +21,11 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <allegro.h>
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/context.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "GL/amesa.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,16 +36,16 @@
|
|||
#include <direct/interface.h>
|
||||
|
||||
#undef CLAMP
|
||||
#include "glheader.h"
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "extensions.h"
|
||||
#include "framebuffer.h"
|
||||
#include "renderbuffer.h"
|
||||
#include "imports.h"
|
||||
#include "texformat.h"
|
||||
#include "teximage.h"
|
||||
#include "texstore.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/texformat.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texstore.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "context.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/context.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "video.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,19 +41,19 @@
|
|||
|
||||
#ifdef USE_GLFBDEV_DRIVER
|
||||
|
||||
#include "glheader.h"
|
||||
#include <linux/fb.h>
|
||||
#include "GL/glfbdev.h"
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "extensions.h"
|
||||
#include "fbobject.h"
|
||||
#include "framebuffer.h"
|
||||
#include "imports.h"
|
||||
#include "renderbuffer.h"
|
||||
#include "texformat.h"
|
||||
#include "teximage.h"
|
||||
#include "texstore.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/fbobject.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/texformat.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texstore.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
|
|
|||
|
|
@ -29,20 +29,20 @@
|
|||
|
||||
#include <ggi/mesa/ggimesa_int.h>
|
||||
#include <ggi/mesa/debug.h>
|
||||
#include "extensions.h"
|
||||
#include "buffers.h"
|
||||
#include "colormac.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/colormac.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texformat.h"
|
||||
#include "main/texstore.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "tnl/t_pipeline.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "teximage.h"
|
||||
#include "texformat.h"
|
||||
#include "texstore.h"
|
||||
|
||||
/* We use LibGG to manage config files */
|
||||
#include <ggi/gg.h>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include "fxdrv.h"
|
||||
|
||||
#include "drivers/common/driverfuncs.h"
|
||||
#include "framebuffer.h"
|
||||
#include "main/framebuffer.h"
|
||||
|
||||
#ifndef TDFX_DEBUG
|
||||
int TDFX_DEBUG = (0
|
||||
|
|
|
|||
|
|
@ -40,15 +40,15 @@
|
|||
|
||||
#if defined(FX)
|
||||
|
||||
#include "image.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/image.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "fxdrv.h"
|
||||
#include "buffers.h"
|
||||
#include "enums.h"
|
||||
#include "extensions.h"
|
||||
#include "macros.h"
|
||||
#include "texstore.h"
|
||||
#include "teximage.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/texstore.h"
|
||||
#include "main/teximage.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast/s_context.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
|
|
|||
|
|
@ -39,13 +39,13 @@
|
|||
#if defined(FX)
|
||||
|
||||
#include "fxdrv.h"
|
||||
#include "enums.h"
|
||||
#include "image.h"
|
||||
#include "teximage.h"
|
||||
#include "texformat.h"
|
||||
#include "texcompress.h"
|
||||
#include "texobj.h"
|
||||
#include "texstore.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/image.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texformat.h"
|
||||
#include "main/texcompress.h"
|
||||
#include "main/texobj.h"
|
||||
#include "main/texstore.h"
|
||||
|
||||
|
||||
/* no borders! can't halve 1x1! (stride > width * comp) not allowed */
|
||||
|
|
|
|||
|
|
@ -48,11 +48,11 @@
|
|||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include "context.h"
|
||||
#include "imports.h"
|
||||
#include "macros.h"
|
||||
#include "matrix.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/context.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "GL/fxmesa.h"
|
||||
#include "fxglidew.h"
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@
|
|||
#if defined(FX)
|
||||
|
||||
#include "fxdrv.h"
|
||||
#include "enums.h"
|
||||
#include "tnl.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/texstore.h"
|
||||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "swrast.h"
|
||||
#include "texstore.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -31,10 +31,10 @@
|
|||
|
||||
#ifdef FX
|
||||
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "macros.h"
|
||||
#include "colormac.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/colormac.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "tnl/t_context.h"
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
|
||||
#ifdef FX
|
||||
|
||||
#include "glheader.h"
|
||||
#include "mtypes.h"
|
||||
#include "imports.h"
|
||||
#include "macros.h"
|
||||
#include "colormac.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/colormac.h"
|
||||
|
||||
#include "math/m_translate.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
|
|
|||
|
|
@ -45,11 +45,11 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "imports.h"
|
||||
#include "context.h"
|
||||
#include "extensions.h"
|
||||
#include "framebuffer.h"
|
||||
#include "shaders.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/shaders.h"
|
||||
#include "shader/shader_api.h"
|
||||
#include "shader/prog_print.h"
|
||||
#include "drivers/common/driverfuncs.h"
|
||||
|
|
|
|||
|
|
@ -39,12 +39,12 @@
|
|||
#include <string.h>
|
||||
#include <vga.h>
|
||||
#include "GL/svgamesa.h"
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "extensions.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "svgapix.h"
|
||||
#include "svgamesa8.h"
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
|
||||
#include "GL/gl.h"
|
||||
#include "GL/svgamesa.h"
|
||||
#include "context.h"
|
||||
#include "colormac.h"
|
||||
#include "main/context.h"
|
||||
#include "main/colormac.h"
|
||||
#include "vga.h"
|
||||
|
||||
struct svgamesa_context {
|
||||
|
|
|
|||
|
|
@ -43,12 +43,12 @@
|
|||
#include "glxheader.h"
|
||||
#include "glxapi.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "context.h"
|
||||
#include "config.h"
|
||||
#include "macros.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "version.h"
|
||||
#include "main/context.h"
|
||||
#include "main/config.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/version.h"
|
||||
#include "xfonts.h"
|
||||
#include "xmesaP.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <GL/vms_x_fix.h>
|
||||
#endif
|
||||
|
||||
#include "glheader.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
#ifdef XFree86Server
|
||||
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
#endif
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "context.h"
|
||||
#include "imports.h"
|
||||
#include "main/context.h"
|
||||
#include "main/imports.h"
|
||||
#include "xfonts.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -68,11 +68,11 @@
|
|||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "glapi/glthread.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/teximage.h"
|
||||
#include "glapi/glthread.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "vbo/vbo.h"
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@
|
|||
#include "glxheader.h"
|
||||
#include "GL/xmesa.h"
|
||||
#include "xmesaP.h"
|
||||
#include "imports.h"
|
||||
#include "framebuffer.h"
|
||||
#include "renderbuffer.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/renderbuffer.h"
|
||||
|
||||
|
||||
#if defined(USE_XSHM) && !defined(XFree86Server)
|
||||
|
|
|
|||
|
|
@ -29,29 +29,29 @@
|
|||
*/
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "bufferobj.h"
|
||||
#include "buffers.h"
|
||||
#include "context.h"
|
||||
#include "colormac.h"
|
||||
#include "depth.h"
|
||||
#include "drawpix.h"
|
||||
#include "extensions.h"
|
||||
#include "framebuffer.h"
|
||||
#include "macros.h"
|
||||
#include "image.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "state.h"
|
||||
#include "texobj.h"
|
||||
#include "teximage.h"
|
||||
#include "texstore.h"
|
||||
#include "texformat.h"
|
||||
#include "xmesaP.h"
|
||||
#include "main/bufferobj.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/context.h"
|
||||
#include "main/colormac.h"
|
||||
#include "main/depth.h"
|
||||
#include "main/drawpix.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/image.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/state.h"
|
||||
#include "main/texobj.h"
|
||||
#include "main/teximage.h"
|
||||
#include "main/texstore.h"
|
||||
#include "main/texformat.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast/s_context.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "xmesaP.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@
|
|||
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "depth.h"
|
||||
#include "macros.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/depth.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "xmesaP.h"
|
||||
|
||||
/* Internal swrast includes:
|
||||
|
|
|
|||
|
|
@ -23,15 +23,15 @@
|
|||
*/
|
||||
|
||||
#include "glxheader.h"
|
||||
#include "colormac.h"
|
||||
#include "context.h"
|
||||
#include "depth.h"
|
||||
#include "drawpix.h"
|
||||
#include "extensions.h"
|
||||
#include "macros.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "state.h"
|
||||
#include "main/colormac.h"
|
||||
#include "main/context.h"
|
||||
#include "main/depth.h"
|
||||
#include "main/drawpix.h"
|
||||
#include "main/extensions.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/state.h"
|
||||
#include "xmesaP.h"
|
||||
|
||||
#include "swrast/swrast.h"
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "main/depth.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "glxheader.h"
|
||||
#include "depth.h"
|
||||
#include "macros.h"
|
||||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "xmesaP.h"
|
||||
|
||||
/* Internal swrast includes:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
#include "GL/xmesa.h"
|
||||
#include "mtypes.h"
|
||||
#include "main/mtypes.h"
|
||||
#if defined(FX)
|
||||
#include "GL/fxmesa.h"
|
||||
#include "xm_glide.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue