Mesa (7.11): Only use gcc visibility support with gcc4+.

2011-11-02 Thread Thomas Fogal
Module: Mesa Branch: 7.11 Commit: 449b301eecb884b38a5388518919b684e03433ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=449b301eecb884b38a5388518919b684e03433ed Author: Tom Fogal Date: Wed Oct 19 14:41:35 2011 -0600 Only use gcc visibility support with gcc4+. I had a colleague hi

Mesa (711): Only use gcc visibility support with gcc4+.

2011-11-02 Thread Thomas Fogal
Module: Mesa Branch: 711 Commit: be634b9031e3989f38f00796716fa565118410e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be634b9031e3989f38f00796716fa565118410e4 Author: Tom Fogal Date: Wed Oct 19 14:41:35 2011 -0600 Only use gcc visibility support with gcc4+. I had a colleague hit

Mesa (master): Only use gcc visibility support with gcc4+.

2011-10-24 Thread Thomas Fogal
Module: Mesa Branch: master Commit: cbb2b4149ba26ee26f73f53e9b2aa960d9e5862c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbb2b4149ba26ee26f73f53e9b2aa960d9e5862c Author: Tom Fogal Date: Wed Oct 19 14:41:35 2011 -0600 Only use gcc visibility support with gcc4+. I had a colleague

Mesa (master): Add an autoconf option for mangling Mesa.

2011-10-17 Thread Thomas Fogal
Module: Mesa Branch: master Commit: c0573fb29df6defe58f4898f0b8a42e8b9214d36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0573fb29df6defe58f4898f0b8a42e8b9214d36 Author: Tom Fogal Date: Mon Oct 10 10:33:18 2011 -0600 Add an autoconf option for mangling Mesa. In addition to setti

Demos (master): Add new test program to show gl_NormalMatrix issue.

2011-10-06 Thread Thomas Fogal
Module: Demos Branch: master Commit: a5fbe07be5c37487964fe22f9bd36b8f8f768ec5 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=a5fbe07be5c37487964fe22f9bd36b8f8f768ec5 Author: Tom Fogal Date: Thu Oct 6 14:37:40 2011 -0600 Add new test program to show gl_NormalMatrix issue. Current

Mesa (master): Fix GLX_USE_TLS define.

2011-02-23 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 4484297505431cfa9d0360f888ea4fb4194c698a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4484297505431cfa9d0360f888ea4fb4194c698a Author: Tom Fogal Date: Mon Feb 21 22:32:18 2011 -0700 Fix GLX_USE_TLS define. It was only getting set in the case of

Mesa (7.10): Regenerate gl_mangle.h.

2011-01-27 Thread Thomas Fogal
Module: Mesa Branch: 7.10 Commit: 84b857ef73011e576a78e2c2419610f4f5bebae4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84b857ef73011e576a78e2c2419610f4f5bebae4 Author: Tom Fogal Date: Thu Jan 27 15:09:12 2011 -0700 Regenerate gl_mangle.h. --- include/GL/gl_mangle.h | 332

Mesa (master): Add GLX_TLS setting to configs/default.

2011-01-10 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 0e3ff159f950f7481af53506a8331476bc54c00f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e3ff159f950f7481af53506a8331476bc54c00f Author: Tom Fogal Date: Mon Jan 10 15:37:26 2011 -0700 Add GLX_TLS setting to configs/default. Should have gone in wi

Mesa (master): Export TLS support in gl.pc.

2011-01-10 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 31351dc029ff0e12a250e3ffc509f4f01e025a24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31351dc029ff0e12a250e3ffc509f4f01e025a24 Author: Tom Fogal Date: Sun Dec 5 17:58:32 2010 -0700 Export TLS support in gl.pc. --- configs/autoconf.in |1

Mesa (master): Regenerate gl_mangle.h.

2010-12-20 Thread Thomas Fogal
Module: Mesa Branch: master Commit: cd9ed3da684d8cce845730f23b0ce74890e09262 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd9ed3da684d8cce845730f23b0ce74890e09262 Author: Tom Fogal Date: Mon Dec 20 19:24:29 2010 -0700 Regenerate gl_mangle.h. NOTE: This is a candidate for the 7.10

Mesa (7.9): Implement x86_64 atomics for compilers w/o intrinsics.

2010-10-01 Thread Thomas Fogal
Module: Mesa Branch: 7.9 Commit: ba889a2b3e44aba5c16a4b3f49ed6a6f0f7148de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba889a2b3e44aba5c16a4b3f49ed6a6f0f7148de Author: Tom Fogal Date: Sun Sep 26 18:57:59 2010 -0600 Implement x86_64 atomics for compilers w/o intrinsics. Really old

Mesa (7.8): Revert "Prefer intrinsics to handrolled atomic ops."

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 3af43c0b4c29f7cb82df72d0b65bcd190053f57c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3af43c0b4c29f7cb82df72d0b65bcd190053f57c Author: Tom Fogal Date: Thu Sep 30 14:39:14 2010 -0600 Revert "Prefer intrinsics to handrolled atomic ops." This reverts

Mesa (master): Revert "Prefer intrinsics to handrolled atomic ops."

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 3661f757ee7e75348f0df834ecf1febb211ddf66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3661f757ee7e75348f0df834ecf1febb211ddf66 Author: Tom Fogal Date: Thu Sep 30 14:39:14 2010 -0600 Revert "Prefer intrinsics to handrolled atomic ops." This reve

Mesa (master): Prefer intrinsics to handrolled atomic ops.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 5f66b340aa49c6bc8d0acb2d1a6f8e9a7ef2cb2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f66b340aa49c6bc8d0acb2d1a6f8e9a7ef2cb2e Author: Tom Fogal Date: Sun Sep 26 22:32:15 2010 -0600 Prefer intrinsics to handrolled atomic ops. --- src/gallium/

Mesa (master): Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 76a60faf529e6107e3f50406c0d40e64bc484686 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a60faf529e6107e3f50406c0d40e64bc484686 Author: Tom Fogal Date: Sun Sep 26 18:57:59 2010 -0600 Implement x86_64 atomics for compilers w/o intrinsics. Really

Mesa (7.8): Prefer intrinsics to handrolled atomic ops.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 337dace22dc2b0eab2372375f1574d94b894ef84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=337dace22dc2b0eab2372375f1574d94b894ef84 Author: Tom Fogal Date: Sun Sep 26 22:32:15 2010 -0600 Prefer intrinsics to handrolled atomic ops. --- src/gallium/aux

Mesa (7.8): Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: cc32ff741c5d32a66531a586b1f9268b94846c58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc32ff741c5d32a66531a586b1f9268b94846c58 Author: Tom Fogal Date: Sun Sep 26 18:57:59 2010 -0600 Implement x86_64 atomics for compilers w/o intrinsics. Really old

Mesa (7.8): Regenerate mangling header.

2010-08-19 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 4adff471fe89b0f3dcfe7ce7e843718610913d5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4adff471fe89b0f3dcfe7ce7e843718610913d5e Author: Tom Fogal Date: Thu Aug 19 16:47:31 2010 -0600 Regenerate mangling header. --- include/GL/gl_mangle.h | 126 +

Mesa (7.8): 36 new commits

2010-08-06 Thread Thomas Fogal
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=800473566cdcee8d062d65ef9af6833ff1ac8d42 Author: Tom Fogal Date: Fri Aug 6 12:28:47 2010 -0600 Add release notes for 7.8.3. URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9af135c7cd4424a3bbce406aa36fa5b160fe5552 Author: T

Mesa (7.8): Regenerate gl_mangle.h

2010-03-25 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 38cb44516e9c1e9154fa8297ea53efc803378c12 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38cb44516e9c1e9154fa8297ea53efc803378c12 Author: Tom Fogal Date: Thu Mar 25 16:48:59 2010 -0600 Regenerate gl_mangle.h --- include/GL/gl_mangle.h |2 ++ 1