Mesa (master): glsl_compiler: Remove unused extra argument to printf in usage_fail

2015-06-04 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: cb277cde6f2a210b0515cd04269964fd409307e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb277cde6f2a210b0515cd04269964fd409307e9 Author: Alan Coopersmith Date: Sat May 23 00:03:53 2015 -0700 glsl_compiler: Remove unused extra argument to printf

Mesa (master): Use __typeof instead of typeof with Solaris Studio compilers

2015-02-17 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 4671dca0eecf7dbf3e0d0a13111813756722d57d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4671dca0eecf7dbf3e0d0a13111813756722d57d Author: Alan Coopersmith Date: Sun Feb 15 16:19:06 2015 -0800 Use __typeof instead of typeof with Solaris Studio

Mesa (master): Make _mesa_swizzle_and_convert argument types in .c match those in .h

2015-02-17 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: b7ce7c00e35ceb3518d932359ed52cacd6679acb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7ce7c00e35ceb3518d932359ed52cacd6679acb Author: Alan Coopersmith Date: Sun Feb 15 16:20:25 2015 -0800 Make _mesa_swizzle_and_convert argument types in .c

Mesa (master): Avoid fighting with Solaris headers over isnormal()

2015-02-17 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: d602fbd861e2c3c5570b55f0839361a6f8bd32c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d602fbd861e2c3c5570b55f0839361a6f8bd32c7 Author: Alan Coopersmith Date: Sun Feb 15 16:16:15 2015 -0800 Avoid fighting with Solaris headers over isnormal

Mesa (master): Bracket arguments to tr so they work with Solaris tr

2015-02-17 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 60ad5103b9c85cbb0921082fba9401f117424f25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60ad5103b9c85cbb0921082fba9401f117424f25 Author: Alan Coopersmith Date: Thu Jan 1 12:55:27 2015 -0800 Bracket arguments to tr so they work with Solaris tr

Mesa (master): Remove extraneous ; after DECL_TYPE usage

2015-02-17 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 815b3bd096a3eab9f00f9270d45a6885d73180e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=815b3bd096a3eab9f00f9270d45a6885d73180e9 Author: Alan Coopersmith Date: Sun Feb 15 14:46:29 2015 -0800 Remove extraneous ; after DECL_TYPE usage The macro is

Mesa (master): integer overflow in XF86DRIGetClientDriverName() [ CVE-2013-1993 2/2]

2013-05-30 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 306f630e676eb901789dd09a0f30d7e7fa941ebe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=306f630e676eb901789dd09a0f30d7e7fa941ebe Author: Alan Coopersmith Date: Fri Apr 26 16:33:03 2013 -0700 integer overflow in XF86DRIGetClientDriverName() [CVE

Mesa (master): integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1 /2]

2013-05-30 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 2e5a268f18be30df15aed0b44b01a18a37fb5df4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e5a268f18be30df15aed0b44b01a18a37fb5df4 Author: Alan Coopersmith Date: Fri Apr 26 16:31:58 2013 -0700 integer overflow in XF86DRIOpenConnection() [CVE-2013

Mesa (master): gallium/auxiliary/util: Solaris also has standard Unix sockets

2011-10-27 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 68657183b0e42093777034460e0a93624b7ba501 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68657183b0e42093777034460e0a93624b7ba501 Author: Alan Coopersmith Date: Fri Oct 21 16:17:56 2011 -0700 gallium/auxiliary/util: Solaris also has standard Unix

Mesa (master): Convert additional GNUC_MINOR checks to multiplied version

2011-10-21 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 7986e4c5a9db24f840af31458bcc254fa52dbb60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7986e4c5a9db24f840af31458bcc254fa52dbb60 Author: Alan Coopersmith Date: Fri Oct 21 15:43:28 2011 -0700 Convert additional GNUC_MINOR checks to multiplied

Mesa (master): Fix gcc version checks for _mesa_bitcount

2011-10-21 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 8c509e1181fc8be85587f290b0a9337724fb7a7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c509e1181fc8be85587f290b0a9337724fb7a7b Author: Alan Coopersmith Date: Thu Oct 20 17:14:05 2011 -0700 Fix gcc version checks for _mesa_bitcount - Fix

Mesa (master): Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/ PIPE_ARCH_BIG_ENDIAN

2011-10-20 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: b27298055efdae61402ca55ef175f60ba16536f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b27298055efdae61402ca55ef175f60ba16536f3 Author: Alan Coopersmith Date: Tue Oct 18 14:04:15 2011 -0700 Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN

Mesa (master): Make st_pipe_vertex_format return type in st_draw. h match st_draw.c

2011-04-08 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: d27ff8c5cd22ac0279948d3df4b3384eef866cde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d27ff8c5cd22ac0279948d3df4b3384eef866cde Author: Alan Coopersmith Date: Fri Apr 8 16:48:12 2011 -0700 Make st_pipe_vertex_format return type in st_draw.h

Mesa (master): Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string

2011-04-08 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 64ce3933f59f71ac78d83b8b3db813b6d2619382 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64ce3933f59f71ac78d83b8b3db813b6d2619382 Author: Alan Coopersmith Date: Fri Apr 8 13:03:16 2011 -0700 Fix GET_PROGRAM_NAME() on Solaris to not try to modify

Demos (master): Allow builders to specify GLEW_CFLAGS & GLEW_LIBS

2011-01-12 Thread Alan Coopersmith
Module: Demos Branch: master Commit: ece7bd949dd68641d5f88d678bc6c02fa51e657e URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=ece7bd949dd68641d5f88d678bc6c02fa51e657e Author: Alan Coopersmith Date: Thu Dec 30 09:04:51 2010 -0800 Allow builders to specify GLEW_CFLAGS & GLEW_

Mesa (master): mklib: Fix amd64 builds on Solaris when using Sun compilers

2010-03-12 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 5d66fc6e3a78f3ebdbeac647a786063293750abb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d66fc6e3a78f3ebdbeac647a786063293750abb Author: Alan Coopersmith Date: Fri Mar 12 19:03:41 2010 -0800 mklib: Fix amd64 builds on Solaris when using Sun

Mesa (master): glx/single2.c: Don' t call __builtin_expect on non-gnu compilers

2010-03-12 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 57c378a531a18d4ae97e04caa9e7bda19593db7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57c378a531a18d4ae97e04caa9e7bda19593db7e Author: Alan Coopersmith Date: Fri Mar 12 10:27:03 2010 -0800 glx/single2.c: Don't call __builtin_expect on no

Mesa (master): Gallium: Add Solaris atomic function definitions to u_atomic .h

2010-02-06 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 78572ebcb3bf6b1c931ee6ea4ba2fda831c11c94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78572ebcb3bf6b1c931ee6ea4ba2fda831c11c94 Author: Alan Coopersmith Date: Fri Feb 5 19:36:42 2010 -0800 Gallium: Add Solaris atomic function definitions to

Mesa (master): eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms

2010-02-05 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 8a985a988be8146b716e39a866daf74928e5c8ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a985a988be8146b716e39a866daf74928e5c8ac Author: Alan Coopersmith Date: Thu Feb 4 18:20:09 2010 -0800 eglplatform.h: recognize __unix as well for Solaris

Mesa (master): Fix typo in configure message for gcc -fvisibility=hidden

2010-01-21 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: f8107a45ce92a7b0aedc2ae562ca609308b096a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8107a45ce92a7b0aedc2ae562ca609308b096a8 Author: Alan Coopersmith Date: Thu Jan 21 16:42:58 2010 -0800 Fix typo in configure message for gcc -fvisibility

Mesa (master): gallium/i965: Make brw_batchbuffer prototypes match in source & header

2010-01-20 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 208e815c888d5267d146ac3a89a70d733728826c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=208e815c888d5267d146ac3a89a70d733728826c Author: Alan Coopersmith Date: Tue Jan 19 18:59:39 2010 -0800 gallium/i965: Make brw_batchbuffer prototypes match in

Mesa (master): mklib: Fix static library generation/installation on Solaris

2010-01-19 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 77c08003819e8e2c922271c859bceb2b9c9234b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77c08003819e8e2c922271c859bceb2b9c9234b7 Author: Alan Coopersmith Date: Tue Jan 19 18:13:14 2010 -0800 mklib: Fix static library generation/installation on

Mesa (master): Remove hardcoded -Wall from Radeon DRI makefiles

2010-01-19 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 917b6d2a4b0e330e34e06b3c37ebc906f974b26b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=917b6d2a4b0e330e34e06b3c37ebc906f974b26b Author: Alan Coopersmith Date: Mon Oct 5 12:56:03 2009 -0700 Remove hardcoded -Wall from Radeon DRI makefiles

Mesa (master): Check if gcc supports -fvisibility= hidden before adding to CFLAGS

2010-01-19 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: adda7f3215a0f749751977cbbb6cef67f7163be5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adda7f3215a0f749751977cbbb6cef67f7163be5 Author: Alan Coopersmith Date: Sat Jan 16 18:34:23 2010 -0800 Check if gcc supports -fvisibility=hidden before adding

Mesa (master): Sun compilers now support some gcc __attribute__ values

2010-01-19 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: a7aaf052f935cb51b7b616a7a764c57fc01b2821 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7aaf052f935cb51b7b616a7a764c57fc01b2821 Author: Alan Coopersmith Date: Sat Jan 16 20:21:35 2010 -0800 Sun compilers now support some gcc __attribute__ values

Mesa (master): egl/main/Makefile: Add dependency of install target on default build target

2009-04-16 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 7571d5d3b013e544a9fbde91e4aec05e0b13b4cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7571d5d3b013e544a9fbde91e4aec05e0b13b4cb Author: Alan Coopersmith Date: Thu Apr 16 20:06:08 2009 -0700 egl/main/Makefile: Add dependency of install target on

Mesa (mesa_7_4_branch): define __builtin_expect for non-gcc compilers in two more glx files

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: mesa_7_4_branch Commit: 9cff0acb362bb8289207910cfa431006437e7a19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cff0acb362bb8289207910cfa431006437e7a19 Author: Alan Coopersmith Date: Mon Mar 23 20:35:09 2009 -0700 define __builtin_expect for non-gcc compilers

Mesa (mesa_7_4_branch): mklib improvements for Solaris

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: mesa_7_4_branch Commit: 791b59493ffeeecde8cca35529f66c2a3c734a7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=791b59493ffeeecde8cca35529f66c2a3c734a7e Author: Alan Coopersmith Date: Mon Mar 23 16:51:54 2009 -0700 mklib improvements for Solaris Move flags for

Mesa (master): Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: ad11107206ff4954366d77f334431b637ee256fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad11107206ff4954366d77f334431b637ee256fa Author: Alan Coopersmith Date: Mon Mar 23 20:17:57 2009 -0700 Add #ifdefs needed to compile Gallium on Solaris with

Mesa (master): Add Solaris to OS'es using X in eglplatform.h

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 Author: Alan Coopersmith Date: Mon Mar 23 20:35:54 2009 -0700 Add Solaris to OS'es using X in eglplatform.h S

Mesa (master): Convert u_int*_t to C99 standard uint*_t

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6dd9c221012d5e091b2ede90d9b2a6f0383abd58 Author: Alan Coopersmith Date: Mon Mar 23 19:38:58 2009 -0700 Convert u_int*_t to C99 standard uint*_t Signed-off-by

Mesa (master): define __builtin_expect for non-gcc compilers in two more glx files

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 707c017af68df24441e86b8a69831633a4106ca3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=707c017af68df24441e86b8a69831633a4106ca3 Author: Alan Coopersmith Date: Mon Mar 23 20:35:09 2009 -0700 define __builtin_expect for non-gcc compilers in two

Mesa (master): mklib improvements for Solaris

2009-03-25 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 3cf6e62ae32870d16b2cfc45a37e54a6fb3a1fbe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cf6e62ae32870d16b2cfc45a37e54a6fb3a1fbe Author: Alan Coopersmith Date: Mon Mar 23 16:51:54 2009 -0700 mklib improvements for Solaris Move flags for linking

Mesa (master): Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap space

2009-03-06 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: a06dd4de8756d7ebe99ed414c8d8dca5083241b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a06dd4de8756d7ebe99ed414c8d8dca5083241b8 Author: Alan Coopersmith Date: Wed Jul 16 12:47:27 2008 -0700 Add Solaris to OS'es using PROT_EXEC mmap() t