mesa: Prefix main includes with dir to avoid conflicts.

Some of the headers in src/mesa/main have pretty common names which
easily conflict with third-party code, e.g. config.h
This commit is contained in:
José Fonseca
2008-07-23 21:06:01 +09:00
parent fd6865c7e5
commit 101d1a658a
137 changed files with 369 additions and 371 deletions

View File

@@ -10,7 +10,6 @@ if env['platform'] != 'winddk':
env.Append(CPPPATH = [ env.Append(CPPPATH = [
'#/src/mesa', '#/src/mesa',
'#/src/mesa/main',
]) ])
if gcc: if gcc:

View File

@@ -50,7 +50,7 @@
#include "glheader.h" #include "main/glheader.h"
#include "glapi.h" #include "glapi.h"
#include "glapioffsets.h" #include "glapioffsets.h"
#include "glapitable.h" #include "glapitable.h"

View File

@@ -32,7 +32,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "glheader.h" #include "main/glheader.h"
#include "glapi.h" #include "glapi.h"
#include "glapioffsets.h" #include "glapioffsets.h"
#include "glapitable.h" #include "glapitable.h"

View File

@@ -29,7 +29,7 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "glthread.h" #include "glthread.h"

View File

@@ -25,10 +25,10 @@
* Gareth Hughes * Gareth Hughes
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "m_matrix.h" #include "m_matrix.h"
#include "m_xform.h" #include "m_xform.h"

View File

@@ -26,10 +26,10 @@
* Gareth Hughes * Gareth Hughes
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "m_matrix.h" #include "m_matrix.h"
#include "m_xform.h" #include "m_xform.h"

View File

@@ -26,10 +26,10 @@
* Updated for P6 architecture by Gareth Hughes. * Updated for P6 architecture by Gareth Hughes.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "m_matrix.h" #include "m_matrix.h"
#include "m_xform.h" #include "m_xform.h"

View File

@@ -34,10 +34,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "m_matrix.h" #include "m_matrix.h"

View File

@@ -28,9 +28,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "mtypes.h" /* GLchan hack */ #include "main/mtypes.h" /* GLchan hack */
#include "colormac.h" #include "main/colormac.h"
#include "m_translate.h" #include "m_translate.h"

View File

@@ -28,10 +28,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "m_vector.h" #include "m_vector.h"

View File

@@ -27,8 +27,8 @@
#define _M_XFORM_H #define _M_XFORM_H
#include "glheader.h" #include "main/glheader.h"
#include "config.h" #include "main/config.h"
#include "math/m_vector.h" #include "math/m_vector.h"
#include "math/m_matrix.h" #include "math/m_matrix.h"

View File

@@ -38,9 +38,9 @@
#include "programopt.h" #include "programopt.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_statevars.h" #include "prog_statevars.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "prog_instruction.h" #include "prog_instruction.h"

View File

@@ -26,7 +26,7 @@
#ifndef ARBPROGPARSE_H #ifndef ARBPROGPARSE_H
#define ARBPROGPARSE_H #define ARBPROGPARSE_H
#include "mtypes.h" #include "main/mtypes.h"
extern void extern void
_mesa_parse_arb_vertex_program(GLcontext *ctx, GLenum target, _mesa_parse_arb_vertex_program(GLcontext *ctx, GLenum target,

View File

@@ -29,14 +29,14 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "arbprogram.h" #include "arbprogram.h"
#include "arbprogparse.h" #include "arbprogparse.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "program.h" #include "program.h"

View File

@@ -21,13 +21,13 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "enums.h" #include "main/enums.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "atifragshader.h" #include "atifragshader.h"
#define MESA_DEBUG_ATI_FS 0 #define MESA_DEBUG_ATI_FS 0

View File

@@ -26,7 +26,7 @@
#define GRAMMAR_MESA_H #define GRAMMAR_MESA_H
#include "imports.h" #include "main/imports.h"
/* NOTE: include Mesa 3-D specific headers here */ /* NOTE: include Mesa 3-D specific headers here */

View File

@@ -37,10 +37,10 @@
* including any use thereof or modifications thereto. * including any use thereof or modifications thereto.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_instruction.h" #include "prog_instruction.h"
#include "nvfragparse.h" #include "nvfragparse.h"

View File

@@ -37,11 +37,11 @@
* including any use thereof or modifications thereto. * including any use thereof or modifications thereto.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_instruction.h" #include "prog_instruction.h"
#include "nvfragparse.h" #include "nvfragparse.h"

View File

@@ -37,10 +37,10 @@
* including any use thereof or modifications thereto. * including any use thereof or modifications thereto.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "nvprogram.h" #include "nvprogram.h"
#include "nvvertparse.h" #include "nvvertparse.h"
#include "prog_instruction.h" #include "prog_instruction.h"

View File

@@ -23,9 +23,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "nvfragparse.h" #include "nvfragparse.h"
#include "nvvertparse.h" #include "nvvertparse.h"
#include "program.h" #include "program.h"

View File

@@ -35,9 +35,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "program.h" #include "program.h"
#include "prog_execute.h" #include "prog_execute.h"
#include "prog_instruction.h" #include "prog_instruction.h"

View File

@@ -23,9 +23,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "prog_instruction.h" #include "prog_instruction.h"

View File

@@ -29,9 +29,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "prog_instruction.h" #include "prog_instruction.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_statevars.h" #include "prog_statevars.h"

View File

@@ -31,7 +31,7 @@
#ifndef PROG_PARAMETER_H #ifndef PROG_PARAMETER_H
#define PROG_PARAMETER_H #define PROG_PARAMETER_H
#include "mtypes.h" #include "main/mtypes.h"
#include "prog_statevars.h" #include "prog_statevars.h"

View File

@@ -28,9 +28,9 @@
* \author Brian Paul * \author Brian Paul
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "imports.h" #include "main/imports.h"
#include "prog_instruction.h" #include "prog_instruction.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_print.h" #include "prog_print.h"

View File

@@ -29,12 +29,12 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "prog_statevars.h" #include "prog_statevars.h"
#include "prog_parameter.h" #include "prog_parameter.h"

View File

@@ -25,7 +25,7 @@
#ifndef PROG_STATEVARS_H #ifndef PROG_STATEVARS_H
#define PROG_STATEVARS_H #define PROG_STATEVARS_H
#include "mtypes.h" #include "main/mtypes.h"
/** /**

View File

@@ -29,9 +29,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "program.h" #include "program.h"
#include "prog_cache.h" #include "prog_cache.h"
#include "prog_parameter.h" #include "prog_parameter.h"

View File

@@ -40,7 +40,7 @@
#ifndef PROGRAM_H #ifndef PROGRAM_H
#define PROGRAM_H #define PROGRAM_H
#include "mtypes.h" #include "main/mtypes.h"
extern struct gl_program _mesa_DummyProgram; extern struct gl_program _mesa_DummyProgram;

View File

@@ -31,8 +31,8 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_statevars.h" #include "prog_statevars.h"
#include "program.h" #include "program.h"

View File

@@ -35,10 +35,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "hash.h" #include "main/hash.h"
#include "macros.h" #include "main/macros.h"
#include "program.h" #include "program.h"
#include "prog_parameter.h" #include "prog_parameter.h"
#include "prog_print.h" #include "prog_print.h"

View File

@@ -27,8 +27,8 @@
#define SHADER_API_H #define SHADER_API_H
#include "glheader.h" #include "main/glheader.h"
#include "mtypes.h" #include "main/mtypes.h"
/** /**

View File

@@ -27,7 +27,7 @@
#define SLANG_CODEGEN_H #define SLANG_CODEGEN_H
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"

View File

@@ -25,8 +25,8 @@
#if !defined SLANG_COMPILE_H #if !defined SLANG_COMPILE_H
#define SLANG_COMPILE_H #define SLANG_COMPILE_H
#include "imports.h" #include "main/imports.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "slang_typeinfo.h" #include "slang_typeinfo.h"
#include "slang_compile_variable.h" #include "slang_compile_variable.h"
#include "slang_compile_struct.h" #include "slang_compile_struct.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_mem.h" #include "slang_mem.h"
#include "slang_compile.h" #include "slang_compile.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -26,10 +26,10 @@
#define SLANG_EMIT_H #define SLANG_EMIT_H
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_ir.h" #include "slang_ir.h"
#include "mtypes.h" #include "main/mtypes.h"
extern void extern void

View File

@@ -23,8 +23,8 @@
*/ */
#include "imports.h" #include "main/imports.h"
#include "context.h" #include "main/context.h"
#include "slang_ir.h" #include "slang_ir.h"
#include "slang_mem.h" #include "slang_mem.h"
#include "shader/prog_print.h" #include "shader/prog_print.h"

View File

@@ -33,10 +33,10 @@
#define SLANG_IR_H #define SLANG_IR_H
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_label.h" #include "slang_label.h"
#include "mtypes.h" #include "main/mtypes.h"
/** /**

View File

@@ -49,7 +49,7 @@
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_library_noise.h" #include "slang_library_noise.h"
#define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) ) #define FASTFLOOR(x) ( ((x)>0) ? ((int)x) : (((int)x)-1) )

View File

@@ -22,7 +22,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_log.h" #include "slang_log.h"
#include "slang_utility.h" #include "slang_utility.h"

View File

@@ -32,8 +32,8 @@
* \author Brian Paul * \author Brian Paul
*/ */
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -27,7 +27,7 @@
#define SLANG_MEM_H #define SLANG_MEM_H
#include "imports.h" #include "main/imports.h"
typedef struct slang_mempool_ slang_mempool; typedef struct slang_mempool_ slang_mempool;

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "shader/grammar/grammar_mesa.h" #include "shader/grammar/grammar_mesa.h"
#include "slang_preprocess.h" #include "slang_preprocess.h"

View File

@@ -4,7 +4,7 @@
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_print.h" #include "slang_print.h"

View File

@@ -28,9 +28,9 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "get.h" #include "main/get.h"
#include "slang_compile.h" #include "slang_compile.h"
#include "slang_codegen.h" #include "slang_codegen.h"
#include "slang_simplify.h" #include "slang_simplify.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_storage.h" #include "slang_storage.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -25,8 +25,8 @@
#ifndef SLANG_TYPEINFO_H #ifndef SLANG_TYPEINFO_H
#define SLANG_TYPEINFO_H 1 #define SLANG_TYPEINFO_H 1
#include "imports.h" #include "main/imports.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "slang_log.h" #include "slang_log.h"
#include "slang_utility.h" #include "slang_utility.h"
#include "slang_vartable.h" #include "slang_vartable.h"

View File

@@ -28,7 +28,7 @@
* \author Michal Krol * \author Michal Krol
*/ */
#include "imports.h" #include "main/imports.h"
#include "slang_utility.h" #include "slang_utility.h"
#include "slang_mem.h" #include "slang_mem.h"

View File

@@ -342,7 +342,6 @@ COMMON_DRIVER_OBJECTS = $(COMMON_DRIVER_SOURCES:.c=.o)
INCLUDE_DIRS = \ INCLUDE_DIRS = \
-I$(TOP)/include \ -I$(TOP)/include \
-I$(TOP)/src/mesa \ -I$(TOP)/src/mesa \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/gallium/auxiliary -I$(TOP)/src/gallium/auxiliary

View File

@@ -31,7 +31,7 @@
#ifdef USE_SPARC_ASM #ifdef USE_SPARC_ASM
#include "context.h" #include "main/context.h"
#include "math/m_xform.h" #include "math/m_xform.h"
#include "tnl/t_context.h" #include "tnl/t_context.h"

View File

@@ -26,8 +26,8 @@
**************************************************************************/ **************************************************************************/
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "st_context.h" #include "st_context.h"

View File

@@ -26,8 +26,8 @@
**************************************************************************/ **************************************************************************/
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "st_context.h" #include "st_context.h"
#include "st_atom.h" #include "st_atom.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"

View File

@@ -29,7 +29,7 @@
#ifndef ST_MESA_TO_TGSI_H #ifndef ST_MESA_TO_TGSI_H
#define ST_MESA_TO_TGSI_H #define ST_MESA_TO_TGSI_H
#include "mtypes.h" #include "main/mtypes.h"
#if defined __cplusplus #if defined __cplusplus

View File

@@ -28,7 +28,7 @@
#include "st_context.h" #include "st_context.h"
#include "st_format.h" #include "st_format.h"
#include "st_texture.h" #include "st_texture.h"
#include "enums.h" #include "main/enums.h"
#undef Elements /* fix re-defined macro warning */ #undef Elements /* fix re-defined macro warning */

View File

@@ -23,14 +23,14 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "swrast/s_aaline.h" #include "swrast/s_aaline.h"
#include "swrast/s_context.h" #include "swrast/s_context.h"
#include "swrast/s_span.h" #include "swrast/s_span.h"
#include "swrast/swrast.h" #include "swrast/swrast.h"
#include "mtypes.h" #include "main/mtypes.h"
#define SUB_PIXEL 4 #define SUB_PIXEL 4

View File

@@ -28,7 +28,7 @@
#define S_AALINE_H #define S_AALINE_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -28,12 +28,12 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "s_aatriangle.h" #include "s_aatriangle.h"
#include "s_context.h" #include "s_context.h"
#include "s_span.h" #include "s_span.h"

View File

@@ -28,7 +28,7 @@
#define S_AATRIANGLE_H #define S_AATRIANGLE_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "fbobject.h" #include "fbobject.h"
#include "s_accum.h" #include "s_accum.h"

View File

@@ -27,7 +27,7 @@
#define S_ACCUM_H #define S_ACCUM_H
#include "mtypes.h" #include "main/mtypes.h"
extern void extern void

View File

@@ -27,10 +27,10 @@
* \brief Functions to apply alpha test. * \brief Functions to apply alpha test.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "macros.h" #include "main/macros.h"
#include "s_alpha.h" #include "s_alpha.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -28,7 +28,7 @@
#define S_ALPHA_H #define S_ALPHA_H
#include "mtypes.h" #include "main/mtypes.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -20,10 +20,10 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "shader/program.h" #include "shader/program.h"
#include "shader/atifragshader.h" #include "shader/atifragshader.h"
#include "swrast/s_atifragshader.h" #include "swrast/s_atifragshader.h"

View File

@@ -28,10 +28,10 @@
* \author Brian Paul * \author Brian Paul
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "bufferobj.h" #include "bufferobj.h"
#include "image.h" #include "image.h"
#include "macros.h" #include "main/macros.h"
#include "pixel.h" #include "pixel.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -35,10 +35,10 @@
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "macros.h" #include "main/macros.h"
#include "s_blend.h" #include "s_blend.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -27,7 +27,7 @@
#define S_BLEND_H #define S_BLEND_H
#include "mtypes.h" #include "main/mtypes.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -23,8 +23,8 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "macros.h" #include "main/macros.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -24,11 +24,11 @@
/** XXX This file should be named s_clear.c */ /** XXX This file should be named s_clear.c */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "s_accum.h" #include "s_accum.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -26,11 +26,11 @@
* Brian Paul * Brian Paul
*/ */
#include "imports.h" #include "main/imports.h"
#include "bufferobj.h" #include "bufferobj.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "mtypes.h" #include "main/mtypes.h"
#include "teximage.h" #include "teximage.h"
#include "swrast.h" #include "swrast.h"
#include "shader/prog_statevars.h" #include "shader/prog_statevars.h"

View File

@@ -23,14 +23,14 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "convolve.h" #include "convolve.h"
#include "histogram.h" #include "histogram.h"
#include "image.h" #include "image.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "pixel.h" #include "pixel.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "fbobject.h" #include "fbobject.h"
#include "s_depth.h" #include "s_depth.h"

View File

@@ -27,7 +27,7 @@
#define S_DEPTH_H #define S_DEPTH_H
#include "mtypes.h" #include "main/mtypes.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -23,13 +23,13 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "bufferobj.h" #include "bufferobj.h"
#include "context.h" #include "main/context.h"
#include "convolve.h" #include "convolve.h"
#include "image.h" #include "image.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "pixel.h" #include "pixel.h"
#include "state.h" #include "state.h"

View File

@@ -28,7 +28,7 @@
#define S_DRAWPIXELS_H #define S_DRAWPIXELS_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"
/* XXX kill this header? */ /* XXX kill this header? */

View File

@@ -22,12 +22,12 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "enums.h" #include "main/enums.h"
#include "feedback.h" #include "feedback.h"
#include "macros.h" #include "main/macros.h"
#include "s_context.h" #include "s_context.h"
#include "s_feedback.h" #include "s_feedback.h"

View File

@@ -28,7 +28,7 @@
#define S_FEEDBACK_H #define S_FEEDBACK_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "s_context.h" #include "s_context.h"
#include "s_fog.h" #include "s_fog.h"

View File

@@ -28,7 +28,7 @@
#define S_FOG_H #define S_FOG_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "macros.h" #include "main/macros.h"
#include "s_aaline.h" #include "s_aaline.h"
#include "s_context.h" #include "s_context.h"
#include "s_depth.h" #include "s_depth.h"

View File

@@ -27,7 +27,7 @@
#ifndef S_LINES_H #ifndef S_LINES_H
#define S_LINES_H #define S_LINES_H
#include "mtypes.h" #include "main/mtypes.h"
void void
_swrast_choose_line( GLcontext *ctx ); _swrast_choose_line( GLcontext *ctx );

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "s_context.h" #include "s_context.h"
#include "s_logic.h" #include "s_logic.h"

View File

@@ -27,7 +27,7 @@
#define S_LOGIC_H #define S_LOGIC_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -28,8 +28,8 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "macros.h" #include "main/macros.h"
#include "s_context.h" #include "s_context.h"
#include "s_masking.h" #include "s_masking.h"

View File

@@ -27,7 +27,7 @@
#define S_MASKING_H #define S_MASKING_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "texstate.h" #include "texstate.h"
#include "s_context.h" #include "s_context.h"
#include "s_feedback.h" #include "s_feedback.h"

View File

@@ -27,7 +27,7 @@
#ifndef S_POINTS_H #ifndef S_POINTS_H
#define S_POINTS_H #define S_POINTS_H
#include "mtypes.h" #include "main/mtypes.h"
extern void extern void
_swrast_choose_point( GLcontext *ctx ); _swrast_choose_point( GLcontext *ctx );

View File

@@ -23,15 +23,15 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "bufferobj.h" #include "bufferobj.h"
#include "colormac.h" #include "main/colormac.h"
#include "convolve.h" #include "convolve.h"
#include "context.h" #include "main/context.h"
#include "feedback.h" #include "feedback.h"
#include "image.h" #include "image.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "pixel.h" #include "pixel.h"
#include "state.h" #include "state.h"

View File

@@ -30,11 +30,11 @@
* \author Brian Paul * \author Brian Paul
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "macros.h" #include "main/macros.h"
#include "imports.h" #include "main/imports.h"
#include "image.h" #include "image.h"
#include "s_atifragshader.h" #include "s_atifragshader.h"

View File

@@ -27,7 +27,7 @@
#define S_SPAN_H #define S_SPAN_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -43,7 +43,7 @@
* ignored otherwise. * ignored otherwise.
*/ */
#include "macros.h" #include "main/macros.h"
#ifdef CI_MODE #ifdef CI_MODE

View File

@@ -23,9 +23,9 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "imports.h" #include "main/imports.h"
#include "s_context.h" #include "s_context.h"
#include "s_depth.h" #include "s_depth.h"

View File

@@ -27,7 +27,7 @@
#define S_STENCIL_H #define S_STENCIL_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -23,11 +23,11 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "imports.h" #include "main/imports.h"
#include "macros.h" #include "main/macros.h"
#include "image.h" #include "image.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -27,7 +27,7 @@
#define S_TEXCOMBINE_H #define S_TEXCOMBINE_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"
extern void extern void

View File

@@ -23,10 +23,10 @@
*/ */
#include "glheader.h" #include "main/glheader.h"
#include "context.h" #include "main/context.h"
#include "colormac.h" #include "main/colormac.h"
#include "imports.h" #include "main/imports.h"
#include "texformat.h" #include "texformat.h"
#include "s_context.h" #include "s_context.h"

View File

@@ -27,7 +27,7 @@
#define S_TEXFILTER_H #define S_TEXFILTER_H
#include "mtypes.h" #include "main/mtypes.h"
#include "swrast.h" #include "swrast.h"

View File

@@ -36,13 +36,13 @@
#include "glheader.h" #include "main/glheader.h"
#include "imports.h" #include "main/imports.h"
#include "colormac.h" #include "main/colormac.h"
#include "context.h" #include "main/context.h"
#include "convolve.h" #include "convolve.h"
#include "image.h" #include "image.h"
#include "macros.h" #include "main/macros.h"
#include "mipmap.h" #include "mipmap.h"
#include "texformat.h" #include "texformat.h"
#include "teximage.h" #include "teximage.h"

Some files were not shown because too many files have changed in this diff Show More