CVS log for src/external/mit/xorg/lib/dri/Makefile
Up to [cvs.NetBSD.org] / src / external / mit / xorg / lib / dri
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed May 8 16:53:34 2024 UTC (6 months, 4 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2
lines
fix clang lint build (except for the programs that enables -T)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun May 5 15:25:31 2024 UTC (7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2
lines
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;
^
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Apr 26 17:22:26 2024 UTC (7 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -1
lines
dri: disable lint
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Apr 21 00:23:23 2024 UTC (7 months, 2 weeks ago) by maya
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +18 -5
lines
Mesa 21: Add some intel files so we don't have missing symbols
seen as error messages when running "glxgears" on intel.
This also avoids graphical corruption (changed areas of terminal
emulator take a few seconds to gradually update) when the modesetting
driver is explicitly chosen.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jul 16 22:20:54 2023 UTC (16 months, 3 weeks ago) by rjs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +97 -71
lines
Make most of MesaLib build.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jul 11 20:52:06 2021 UTC (3 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -2
lines
xorg/lib stuff to enable mesa.old, prepare for new mesa
- rename OLD_PREFIX to OLD_SUFFIX, since it is
- include mesa-which.mk and use ${OLD_SUFFIX} in several places
- remove mesa < 18 support
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Apr 13 04:58:59 2021 UTC (3 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1
lines
apply some -Wno- to ignore several new warnings with GCC 10.
ntp: ignore truncation beyond api sizes, and ignore wrongly
guessed underflow
tmux: ignore maybe uninitialised warning for impossible case
libbfd: signed/unsigned variables assigned in the same statement
dri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c as
it implements backend functions with different in-C-machine but
same-in-real-machine types
libXfont/libXfont2: signed/unsigned variables assigned in the same
statement
i915drm: ignore impossible maybe uninitialised warnings
sysinst: ignore an invalid string truncation issue
Revision 1.28.16.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:02:31 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.28.16.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.16.2: +32 -18
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.28.16.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:02 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.28.16.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.16.1: +12 -5
lines
Merge changes from current as of 20200406
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jan 25 19:05:08 2020 UTC (4 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1
lines
try to fix the clang build
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jan 19 00:58:14 2020 UTC (4 years, 10 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -5
lines
Build radeon and nouveau drivers on evbarm.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:45:26 2019 UTC (5 years ago) by joerg
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -2
lines
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 24 19:29:41 2019 UTC (5 years, 2 months ago) by maya
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +29 -18
lines
Update build logic for mesa 19.1.7.
A lot of files are now living outside of dist, since they're not in the
distributed sources: they're generated, usually by python/meson.
The remaining changes are due to files being moved around.
Revision 1.28.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:02:37 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +178 -124
lines
Sync with HEAD
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 26 18:49:35 2019 UTC (5 years, 7 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -12
lines
Amputate stack protector warnings, instead of trying more band-aids.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 9 14:47:14 2019 UTC (5 years, 7 months ago) by maya
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1
lines
Need pthread for all the mtx_lock.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Mar 10 10:51:58 2019 UTC (5 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +159 -96
lines
pull across most of the new build infrastruture for mesa18 from maya's
git tree. this includes may of the changes from the changes below:
commit 52d85e74a1197aace38cc7acb705509e969120e6
Author: coypu <coypu@sdf.org>
Date: Mon Mar 4 12:25:33 2019 +0200
Make 32bit archs happier.
except i386, which now suffers from locked atomics because we
don't have clever ifunc tricks in libc.
commit ee9b4c19c58127934ed3548ad0d68934cc95ccc7
Author: coypu <coypu@sdf.org>
Date: Mon Mar 4 09:08:35 2019 +0200
Adjust includes, append rather than replace, appease clang ppc builds
commit a5341a3ad42572c78b6a2e6e5545bd323d7f2e4c
Author: coypu <coypu@sdf.org>
Date: Sun Mar 3 11:52:19 2019 +0200
Resolve i386 atomic issue and set lists.
XXX libGL in i386 is still causing issues
XXX pkgconfig file for vdpau
XXX set lists for arm32
commit 27bffc20bc15186c92cc5b8d5cc08d7299966b34
Author: coypu <coypu@sdf.org>
Date: Sat Mar 2 21:52:45 2019 +0200
make llvm sources x86 specific
hopefully not breaking non-x86 clang builds, which
have MKLLVM set.
commit f9d34922619cc8f2a224c0138a73985e50daf87f
Author: coypu <coypu@sdf.org>
Date: Sat Mar 2 21:33:31 2019 +0200
move hack to build llvm libraries soon enough.
add u_process.c to libGL specifically (dri, gallium and libGL all need
it).
Add some missing includes for pipe-loader when it moved to gallium
commit 2b1083d0d538bb5d5dd88ab2ca0ca6c331e5dd5b
Author: coypu <coypu@sdf.org>
Date: Sat Mar 2 16:47:58 2019 +0200
shuffle around:
some files move from shared driver.mk/loader.mk into gallium.
others move to shared.
add i915 files.
now i965 glxgears works (amd64).
commit 1897a90569b30b294bcbedadb3745092eca0bb33
Author: Maya Rashish <maya@NetBSD.org>
Date: Sun Feb 24 23:36:26 2019 +0200
Progress towards glxgears on i915
commit 28c9c99a236404de41ae74e88ea6d9578c088b92
Author: Maya Rashish <maya@NetBSD.org>
Date: Sun Feb 24 21:55:56 2019 +0200
rototill i965/i915 causing it to no longer startx.
Now missing sw_screen_create in the dri driver.
commit 48eb746983a5a7967fba221e7b167808af36f44a
Author: Maya Rashish <maya@NetBSD.org>
Date: Sun Feb 24 09:31:22 2019 +0200
More of vdpau. Cogs spin.
commit d9fbba8f61a43648d32f160c5fa62626788566ff
Author: Maya Rashish <maya@NetBSD.org>
Date: Sat Feb 23 22:36:37 2019 +0200
Adjust for MesaLib 18.
Build llvmpipe driver on x86 (the driver itself is x86-only).
build llvm on all x86, even on GCC builds.
galahad driver removed (upstream).
Don't build mesa 7 at all.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 10 02:29:52 2019 UTC (5 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +19 -19
lines
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.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 7 23:21:58 2016 UTC (8 years, 6 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +13 -1
lines
sprinke -Wno-stack-protector
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 3 10:26:06 2015 UTC (9 years, 1 month ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4
lines
remove redundant \
Revision 1.18.24.2: download - view: text, markup, annotated - select for diffs
Tue Jan 6 11:00:40 2015 UTC (9 years, 11 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.18.24.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.24.1: +14 -3
lines
Pull up following revision(s) (requested by mrg in ticket #381):
external/mit/xorg/lib/dri/Makefile: revision 1.21,1.22,1.24-1.26
external/mit/xorg/lib/gallium/Makefile: revision 1.3-1.6
Fix yacc (.y->.c) handling.
Make it compile with clang.
Fix MKDEBUG handling.
Revision 1.18.24.1: download - view: text, markup, annotated - select for diffs
Mon Jan 5 21:23:50 2015 UTC (9 years, 11 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +382 -10
lines
Pull up following revision(s) (requested by mrg in ticket #381):
distrib/sets/lists/xdebug/md.amd64: revision 1.7
external/mit/xorg/lib/libGL/internal/Makefile: revision 1.2
distrib/sets/lists/xdebug/md.amd64: revision 1.8
distrib/sets/lists/xserver/md.sparc64: revision 1.55
distrib/sets/lists/xdebug/md.sparc64: revision 1.4
external/mit/xorg/lib/Makefile: revision 1.30
external/mit/xorg/lib/libglapi/Makefile: revision 1.1
distrib/sets/lists/xserver/md.macppc: revision 1.67
external/mit/xorg/lib/dri/radeon/Makefile: file removal
external/mit/xorg/lib/asm.mk: revision 1.1
external/mit/xorg/lib/dri/dri.mk: file removal
external/mit/xorg/lib/dri/mach64/Makefile: file removal
external/mit/xorg/lib/libGL/Makefile: revision 1.21
external/mit/xorg/lib/libGL/Makefile.glslsrcs: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.20
external/mit/xorg/lib/driver.mk: revision 1.1
external/mit/xorg/lib/dri/r600/Makefile: file removal
external/mit/xorg/lib/dri/r128/Makefile: file removal
external/mit/xorg/lib/dri/i915/Makefile: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.23
external/mit/xorg/lib/gallium/Makefile: revision 1.1
external/mit/xorg/lib/gallium/Makefile: revision 1.2
distrib/sets/lists/xcomp/mi: revision 1.154
external/mit/xorg/lib/libOSMesa/libmesa.mk: file removal
external/mit/xorg/lib/libGL/mesa-ver.mk: revision 1.2
distrib/sets/lists/xserver/mi: revision 1.34
external/mit/xorg/bin/glxgears/Makefile: revision 1.4
distrib/sets/lists/xserver/md.alpha: revision 1.38
external/mit/xorg/lib/libOSMesa/shlib_version: file removal
external/mit/xorg/lib/dri/trident/Makefile: file removal
external/mit/xorg/lib/dri/i810/Makefile: file removal
external/mit/xorg/lib/libGLw/Makefile: revision 1.4
external/mit/xorg/TODO: file removal
external/mit/xorg/lib/dri/sis/Makefile: file removal
distrib/sets/lists/xserver/md.sparc: revision 1.57
distrib/sets/lists/xserver/md.prep: revision 1.15
distrib/sets/lists/xcomp/shl.mi: revision 1.38
external/mit/xorg/lib/dri/tdfx/Makefile: file removal
external/mit/xorg/lib/dri/mga/Makefile: file removal
distrib/sets/lists/xdebug/md.macppc: revision 1.4
external/mit/xorg/lib/libOSMesa/Makefile: file removal
distrib/sets/lists/xdebug/shl.mi: revision 1.16
external/mit/xorg/lib/libGL/Makefile.mesa: file removal
distrib/sets/lists/xdebug/mi: revision 1.9
distrib/sets/lists/xdebug/md.i386: revision 1.7
external/mit/xorg/lib/dri/swrast/Makefile: file removal
distrib/sets/lists/xdebug/md.i386: revision 1.8
external/mit/xorg/lib/dri/savage/Makefile: file removal
external/mit/xorg/lib/dri/r200/Makefile: file removal
distrib/sets/lists/xetc/mi: revision 1.24
distrib/sets/lists/xbase/shl.mi: revision 1.57
distrib/sets/lists/xdebug/md.sparc: revision 1.5
external/mit/xorg/lib/dri/i965/Makefile: file removal
external/mit/xorg/lib/libloader.mk: revision 1.1
external/mit/xorg/bin/glxinfo/Makefile: revision 1.5
distrib/sets/lists/xserver/md.ofppc: revision 1.20
external/mit/xorg/lib/libmesa.mk: revision 1.1
external/mit/xorg/lib/dri/libmesa/Makefile: file removal
external/mit/xorg/lib/dri/Makefile: revision 1.19
distrib/sets/lists/xserver/md.amd64: revision 1.74
distrib/sets/lists/xserver/md.bebox: revision 1.11
distrib/sets/lists/xdebug/md.ofppc: revision 1.4
external/mit/xorg/lib/libglsl.mk: revision 1.1
external/mit/xorg/lib/dri/r300/Makefile: file removal
external/mit/xorg/lib/dri/unichrome/Makefile: file removal
external/mit/xorg/lib/dri/s3v/Makefile: file removal
distrib/sets/lists/xserver/md.i386: revision 1.93
update sets and reachover makefiles for mesa 10.3.5.
fix build problem with radeon_*.c files.
- mesa_dri_drivers.so.0.debug is not obsolete for amd64
- kms_swrast_dri.so.0.debug was missing
- Don't install absolute symlinks
- Add missing debug symlinks
- consistently install symlinks (like we do for everything else)
- add missing debug libs
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 5 18:51:10 2015 UTC (9 years, 11 months ago) by gson
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Test for ${MKDEBUG} using the same construct as in other places, so that
we get consistent behavior when the value is neither "no" nor "yes".
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jan 5 16:26:48 2015 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1
lines
Prevent .y.c from regenerating c files from yacc.
XXX: Why are we compiling glcpp-parse.c both here and in the gallium
subdirectory?
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 5 01:34:42 2015 UTC (9 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -1
lines
Make a number of clang warnings non-fatal, too many changes with little
gain.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Dec 23 17:50:42 2014 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -2
lines
- consistently install symlinks (like we do for everything else)
- add missing debug libs
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Dec 19 05:21:51 2014 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1
lines
we need to handle make includes
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Dec 19 05:03:30 2014 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -2
lines
- Explain what's going on a bit better
- Fix a conditional
- Don't include bsd.lib.mk if we are not building libraries
(otherwise we end up with an empty library name that installed
bogus library files lib.a etc.)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 18 10:08:52 2014 UTC (9 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2
lines
fix build problem with radeon_*.c files.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 18 06:24:28 2014 UTC (9 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +376 -10
lines
update sets and reachover makefiles for mesa 10.3.5.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 22 21:05:30 2010 UTC (14 years ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver
Branch point for: netbsd-7
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1
lines
install dri.pc.
put the Mesa version into it's own makefile, and share it. there
are now 4 references to it.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 18 08:41:54 2010 UTC (14 years ago) by mrg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
build the dri libraries on ofppc, same as macppc.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 1 06:24:30 2010 UTC (14 years, 4 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Support xserver for bebox.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 12 07:54:12 2010 UTC (14 years, 4 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1
lines
Support xserver for prep.
It tested only s3(864).
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 23 21:31:52 2010 UTC (14 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -6
lines
build fixes for Mesa 7.7.1. introduce r600 driver!
Revision 1.2.2.5.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:24:34 2010 UTC (14 years, 7 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Diff to: previous 1.2.2.5: preferred, colored; next MAIN 1.2.2.6: preferred, colored
Changes since revision 1.2.2.5: +9 -8
lines
sync to netbsd-5
Revision 1.2.2.6: download - view: text, markup, annotated - select for diffs
Thu Sep 17 04:24:29 2009 UTC (15 years, 2 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Diff to: previous 1.2.2.5: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.5: +9 -8
lines
Apply patch (requested by mrg in ticket #958):
Sync X.Org reachover build framework and setlists with the new X.Org.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 27 04:36:40 2009 UTC (15 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -7
lines
build libmesa and swrast on all platforms.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 16 00:26:11 2009 UTC (15 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1
lines
- build and install swrast_dri.so
- don't force linking dri_util.c into swrast_dri.so
- fix the source lists in libGL/OSmesa makefiles
- unobsolete the symbols/pc keymap and 7x14-KOI8-R.pcf.gz font
XXX the libGL/OSmesa makefiles could use some reorg. there
XXX are a bunch of duplicated items.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 18:53:25 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +8 -9
lines
Sync with HEAD.
Second commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 1 02:20:51 2009 UTC (15 years, 9 months ago) by macallan
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -3
lines
Build the Mesa DRI module only on architectures that also build any DRI drivers
Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:42:46 2009 UTC (15 years, 9 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Diff to: previous 1.2.2.4: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.4: +2 -2
lines
Pull up following revision(s) (requested by macallan in ticket #517):
external/mit/xorg/lib/dri/Makefile: revision 1.5 via patch
don't build DRI drivers on sgimips either
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 14 13:27:47 2009 UTC (15 years, 9 months ago) by abs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -7
lines
Use MACHINE_ARCH where relevant, make the "no extra subdirs" the fallthru default option, fix merge issue fro last commit
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 14 10:48:49 2009 UTC (15 years, 9 months ago) by abs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
only buil dri for "everything" on amd64 and i386
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 24 17:24:52 2009 UTC (15 years, 10 months ago) by bouyer
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -2
lines
Add support for X11FLAVOUR=xorg to NetBSD/alpha. Tested on PWS500
(ev56, handled as non-BWX by Xorg) and XP1000 (ev6, BWX). Also
tested by Rafael Ruiz on a AlphaStation 255 (thanks !).
non-PCI adapters are not supported; someone should make these work
as a wsfb device.
Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Mon Dec 1 00:46:22 2008 UTC (16 years ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC2,
netbsd-5-0-RC1
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.3: +6 -4
lines
Pull up following revision(s) (requested by cube in ticket #151):
external/mit/xorg/lib/dri/Makefile: revision 1.6 via patch
external/mit/xorg/lib/dri/dri.mk: revision 1.4
Build a PIC-friendly libmesa.a and make the DRI modules link to it.
Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 25 17:58:08 2008 UTC (16 years ago) by snj
Branches: netbsd-5
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +3 -2
lines
Pull up following revision(s) (requested by rtr in ticket #122):
external/mit/xorg/server/drivers/Makefile: revision 1.22
external/mit/xorg/lib/dri/Makefile: revision 1.7
distrib/sets/lists/xserver/md.netwinder: revision 1.12
* install only wsfb driver and manpages for netwinder
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
are no longer installed.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 24 07:51:51 2008 UTC (16 years ago) by rtr
Branches: MAIN
CVS tags: haad-nbase2,
haad-dm-base2,
haad-dm-base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
* install only wsfb driver and manpages for netwinder
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
are no longer installed.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 24 02:04:48 2008 UTC (16 years ago) by cube
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4
lines
Build a PIC-friendly libmesa.a and make the DRI modules link to it.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 8 01:43:43 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +3 -3
lines
Pull up following revision(s) (requested by macallan in ticket #26):
external/mit/xorg/lib/dri/Makefile: revision 1.4
Just some nits:
- test for macppc, not powerpc when building DRI drivers for mac
- fix a typo in the shark branch
- don't build DRI drivers on ibmnws either
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 8 01:41:05 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-5
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
Pull up following revision(s) (requested by macallan in ticket #32):
external/mit/xorg/lib/dri/Makefile: revision 1.3
don't build dri drivers on shark
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 6 22:11:47 2008 UTC (16 years, 1 month ago) by macallan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
don't build DRI drivers on sgimips either
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 4 17:03:09 2008 UTC (16 years, 1 month ago) by macallan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Just some nits:
- test for macppc, not powerpc when building DRI drivers for mac
- fix a typo in the shark branch
- don't build DRI drivers on ibmnws either
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 3 04:50:41 2008 UTC (16 years, 1 month ago) by macallan
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
don't build dri drivers on shark
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 30 00:52:43 2008 UTC (16 years, 1 month ago) by macallan
Branches: MAIN
CVS tags: netbsd-5-base
Branch point for: netbsd-5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -1
lines
don't build drivers we'll never need on macppc and sparc64
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:41:06 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +6 -0
lines
Sync with HEAD.
Revision 1.1.4.1
Sun Sep 21 00:46:59 2008 UTC (16 years, 2 months ago) by haad
Branches: haad-dm
FILE REMOVED
Changes since revision 1.1: +0 -6
lines
file Makefile was added on branch haad-dm on 2008-10-19 22:41:06 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 21 00:46:59 2008 UTC (16 years, 2 months ago) by cube
Branches: MAIN
CVS tags: matt-mips64-base2,
haad-dm-base1
Branch point for: haad-dm
Add reachover Makefiless to build the DRI modules from MesaLib. Some tricks
are heavily inspired from the way the PAM modules are built.
CVSweb <webmaster@jp.NetBSD.org>