index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
mit
/
xorg
/
lib
/
dri
Age
Commit message (
Expand
)
Author
2013-02-09
explicitly set the prefix here.
christos
2012-03-22
Disable a bunch of additional warnings for now for the clang build.
joerg
2012-03-10
Link with "libexpat" again. This should fix the problems with X11 server
tron
2012-02-29
Move "libexpat" from X11 into base which fixes PR lib/40346.
tron
2011-08-11
Various warning adjustments for clang
joerg
2010-11-22
install dri.pc.
mrg
2010-11-18
build the dri libraries on ofppc, same as macppc.
mrg
2010-08-01
Support xserver for bebox.
kiyohara
2010-07-19
updates for Mesa 7.8.2:
mrg
2010-07-12
Support xserver for prep.
kiyohara
2010-05-27
new Mesa r300_dri driver has a "compiler" subdir of objects needed.
mrg
2010-05-23
these depend upon libdrm_radeon now.
mrg
2010-05-23
build fixes for Mesa 7.7.1. introduce r600 driver!
mrg
2010-05-23
remove unnecessary includes
mrg
2010-05-22
sprinkle some more -Wno-error ...
mrg
2010-05-22
update for libdrm 2.4.20 changed paths/headers.
mrg
2010-04-07
i915 and i965 dri modules need glapi.
yhardy
2010-04-07
Don't link libOSMesa, this functionality is provided by mesa_dri.so.
yhardy
2010-01-12
link in libOSMesa as well.
mrg
2010-01-12
replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.
mrg
2010-01-10
fix a problem reported by jmorse:
mrg
2009-11-09
link in -ldrm_intel on i915 and i965 drivers.
mrg
2009-10-08
Move libdrm headers up one level (out of the X11 directory) to match
snj
2009-08-27
build libmesa and swrast on all platforms.
mrg
2009-08-27
fix the SRCS list for swrast.
mrg
2009-06-16
be sure to link in the swrast_setup code, too
mrg
2009-06-16
- build and install swrast_dri.so
mrg
2009-06-11
build fixes for Mesa 7.4.2.
mrg
2009-03-01
Build the Mesa DRI module only on architectures that also build any DRI drivers
macallan
2009-02-15
from yorick hardy:
mrg
2009-02-14
Use MACHINE_ARCH where relevant, make the "no extra subdirs" the fallthru def...
abs
2009-02-14
only buil dri for "everything" on amd64 and i386
abs
2009-01-24
Add support for X11FLAVOUR=xorg to NetBSD/alpha. Tested on PWS500
bouyer
2008-11-24
* install only wsfb driver and manpages for netwinder
rtr
2008-11-24
Build a PIC-friendly libmesa.a and make the DRI modules link to it.
cube
2008-11-24
Build a helper library containing all the code from MesaLib that DRI
cube
2008-11-06
don't build DRI drivers on sgimips either
macallan
2008-11-04
Just some nits:
macallan
2008-11-03
don't build dri drivers on shark
macallan
2008-10-30
don't build drivers we'll never need on macppc and sparc64
macallan
2008-10-13
XXX: r200_tcl.c and radeon_tcl.c need -Wno-error on sparc64.
mrg
2008-10-06
Fix the build if stack protection is enabled.
tron
2008-09-26
sprinkle some -Wno-error for now to get things built
rtr
2008-09-21
Rework to use LIBISMODULE instead of a bunch of custom build rules.
lukem
2008-09-21
Add reachover Makefiless to build the DRI modules from MesaLib. Some tricks
cube