OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
mit
/
xorg
/
lib
/
dri.old
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
dri.old
History log of
/src/external/mit/xorg/lib/dri.old/Makefile
Revision
Date
Author
Comments
1.9
05-May-2024
riastradh
mesa: Build with -Wno-error=typedef-redefinition.
While here, use CWARNFLAGS.clang instead of an explicit conditional.
In file included from 110_blorp_exec.c:33:
In file included from /home/source/ab/HEAD-llvm/xsrc/external/mit/MesaLib/dist/src/intel/blorp/blorp_genX_exec.h:27:
In file included from /home/source/ab/HEAD-llvm/xsrc/external/mit/MesaLib/dist/src/intel/blorp/blorp_priv.h:30:
/home/source/ab/HEAD-llvm/xsrc/external/mit/MesaLib/dist/src/compiler/nir/nir.h:3840:3: error: redefinition of typedef 'nir_shader' is a C11 feature [-Werror,-Wtypedef-redefinition]
} nir_shader;
^
/home/source/ab/HEAD-llvm/xsrc/external/mit/MesaLib/dist/src/intel/compiler/brw_compiler.h:41:27: note: previous definition is here
typedef struct nir_shader nir_shader;
^
1.8
08-Aug-2023
mrg
introduce new GCC 12 warning disables and use them in a few places
this introduces 4 new warning disable flags:
CC_WNO_MISSING_TEMPLATE_KEYWORD
CC_WNO_REGISTER
CC_WNO_STRINGOP_OVERREAD
CC_WNO_ARRAY_BOUNDS
and documents them in README.warnings. of these, the string op
and array bounds are both problematic (real bugs) and also spurious
(not real bugs), and the other 2 are mostly temporary for older
3rd party code.
add some new uses of CC_WNO_STRINGOP_OVERFLOW.
fix m68k build for gallium and GCC 12.
1.7
15-Jul-2023
rjs
Fixup more references to "old" components.
ok mrg@.
1.6
02-Jul-2023
rillig
dri.old: disable lint again
1.5
01-Jul-2023
rillig
dri.old: only disable lint for a single file
1.4
29-Sep-2022
rjs
Only include other "old" makefiles from old MesaLib ones. Ok @mrg.
1.3
13-Dec-2021
christos
Disable lint and explain why.
1.2
11-Jul-2021
mrg
copy the Mesa 19.7.1 build framework into .old.
1.1
10-Mar-2019
mrg
branches: 1.1.2;
move mesa10 build into .old scheme:
- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an
alias for either the former or the non old. this allows many of
the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really
enable much sharing of makefiles, but reduces their diffs.)
- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old",
and to know if to build 'dri7' (.old only.) ${OLD_PREFIX} is used
by other code (eg, LIBDPLIBS) to pick the right subdir.
1.1.2.2
10-Jun-2019
christos
Sync with HEAD
1.1.2.1
10-Mar-2019
christos
file Makefile was added on branch phil-wifi on 2019-06-10 22:02:37 +0000
Indexes created Wed Apr 15 00:22:22 UTC 2026