CVS commit: src/external/mit/xorg/lib/dri

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun  7 23:21:58 UTC 2016

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
sprinke -Wno-stack-protector


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2010-05-22 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat May 22 22:44:16 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/i915: Makefile
src/external/mit/xorg/lib/dri/i965: Makefile

Log Message:
sprinkle some more -Wno-error ...


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/lib/dri/i915/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/dri/i965/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2010-05-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun May 23 23:21:31 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/r200: Makefile
src/external/mit/xorg/lib/dri/r300: Makefile
src/external/mit/xorg/lib/dri/r600: Makefile
src/external/mit/xorg/lib/dri/radeon: Makefile

Log Message:
these depend upon libdrm_radeon now.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/dri/r200/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/dri/r300/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/dri/r600/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/dri/radeon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2010-11-18 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Nov 18 08:41:54 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
build the dri libraries on ofppc, same as macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2012-03-10 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 10 20:52:30 UTC 2012

Modified Files:
src/external/mit/xorg/lib/dri: dri.mk

Log Message:
Link with "libexpat" again. This should fix the problems with X11 server
reported by Gary Duzan on the "current-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/dri/dri.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2010-04-07 Thread Yorick Hardy
Module Name:src
Committed By:   yhardy
Date:   Wed Apr  7 19:56:01 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/i915: Makefile
src/external/mit/xorg/lib/dri/i965: Makefile

Log Message:
Don't link libOSMesa, this functionality is provided by mesa_dri.so.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/dri/i915/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/lib/dri/i965/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2014-12-18 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Dec 18 10:08:52 UTC 2014

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
fix build problem with radeon_*.c files.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2014-12-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 19 05:03:30 UTC 2014

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
- 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.)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2014-12-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 19 05:21:51 UTC 2014

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
we need to handle make includes


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2014-12-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Dec 23 17:50:43 UTC 2014

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
- consistently install symlinks (like we do for everything else)
- add missing debug libs


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2015-01-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan  5 16:26:48 UTC 2015

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
Prevent .y.c from regenerating c files from yacc.
XXX: Why are we compiling glcpp-parse.c both here and in the gallium
subdirectory?


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2014-07-22 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Jul 22 18:14:25 UTC 2014

Modified Files:
src/external/mit/xorg/lib/dri/r200: Makefile
src/external/mit/xorg/lib/dri/r300: Makefile
src/external/mit/xorg/lib/dri/r600: Makefile

Log Message:
Fix source lists for radeon dri modules.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/dri/r200/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/dri/r300/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/dri/r600/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2020-01-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 25 19:05:08 UTC 2020

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
try to fix the clang build


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2019-04-09 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Apr  9 14:47:15 UTC 2019

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
Need pthread for all the mtx_lock.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2019-04-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 26 18:49:35 UTC 2019

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
Amputate stack protector warnings, instead of trying more band-aids.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri/r300

2010-05-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May 27 01:20:14 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/r300: Makefile

Log Message:
new Mesa r300_dri driver has a "compiler" subdir of objects needed.
mostly dieter roelants in PR#43367.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/dri/r300/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri/libmesa

2010-04-07 Thread Yorick Hardy
Module Name:src
Committed By:   yhardy
Date:   Wed Apr  7 20:04:16 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/libmesa: Makefile

Log Message:
i915 and i965 dri modules need glapi.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/dri/libmesa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri/libmesa

2013-02-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  9 17:18:01 UTC 2013

Modified Files:
src/external/mit/xorg/lib/dri/libmesa: Makefile

Log Message:
explicitly set the prefix here.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/xorg/lib/dri/libmesa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.