Re: [Mesa3d-dev] Move lists to freedesktop.org?

2010-03-04 Thread Mike Stroyan
Moving seems like a good idea. The delays here have been very troubling. -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com

[Mesa3d-dev] [PATCH] Build failure in glapi/glapi_getproc.c

2010-03-01 Thread Mike Stroyan
t the problem function moved from glapi/glapi.c to glapi/glapi_getproc.c in commit fae5758fac963ce014e3d43f1bca7fb489e02bf9 . -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunar

Re: [Mesa3d-dev] Continue to allow building src/glx on current distros

2010-02-24 Thread Mike Stroyan
requirements are not met by debian testing or ubuntu 9.10. -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com

[Mesa3d-dev] [PATCH] mesa: Thread-safety and malloc checking in hashes

2010-02-15 Thread Mike Stroyan
-- Mike Stroyan - Software Architect LunarG, Inc.  - The Graphics Experts Cell:  (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com From 60aa1fc6754d942fe481bf40f57a40358dc2b20e Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Mon, 15 Feb 2010 17:40:43 -0700 Subject: [PATCH 1/2]

Re: [Mesa3d-dev] [PATCH 00/12] EGLImage patches

2010-02-12 Thread Mike Stroyan
have a corresponding X visual. That could be improved on for the sake of pixmaps with other depths such as 8 and 16. -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com

Re: [Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-02-02 Thread Mike Stroyan
On Tue, Feb 2, 2010 at 9:17 PM, Chia-I Wu wrote: > On Tue, Feb 2, 2010 at 11:43 AM, Mike Stroyan wrote: >> On Mon, Feb 1, 2010 at 7:34 PM, Chia-I Wu wrote: >>> On Tue, Feb 2, 2010 at 2:49 AM, Mike Stroyan wrote: >>>>  Here is a version of the patch that us

Re: [Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-02-01 Thread Mike Stroyan
On Mon, Feb 1, 2010 at 7:34 PM, Chia-I Wu wrote: > On Tue, Feb 2, 2010 at 2:49 AM, Mike Stroyan wrote: >>  Here is a version of the patch that uses EGL_DRIVERS_PATH and checks >> for setuid/setgid >> before using EGL_DRIVER or EGL_DRIVERS_PATH. > The patch seems to be

[Mesa3d-dev] [PATCH] Fix progs/es2/xegl/tri.c

2010-02-01 Thread Mike Stroyan
EGL_SURFACE_TYPE. -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com From 4afd26abdeca4c0f600078abc21f000983296911 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Mon, 1 Feb 2010 14:32:40 -0700

Re: [Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-02-01 Thread Mike Stroyan
. Are you interested in a looser need_suffix test for performance reasons? Or do you expect that there will be some driver libraries that don't end with the normal suffix? -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com

Re: [Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-02-01 Thread Mike Stroyan
On Mon, Feb 1, 2010 at 10:35 AM, tom fogal wrote: > Mike Stroyan writes: >>   The changes to load EGL drivers by pattern matching had the side >> effect of not looking in the directories specified by LD_LIBRARY_PATH >> or -rpath or ldconfig . > > This is silly.  If you

Re: [Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-01-31 Thread Mike Stroyan
On Sun, Jan 31, 2010 at 7:46 PM, Chia-I Wu wrote: > On Mon, Feb 1, 2010 at 9:15 AM, Mike Stroyan wrote: >>  The changes to load EGL drivers by pattern matching had the side effect of >> not >> looking in the directories specified by LD_LIBRARY_PATH or -rpath or >&

[Mesa3d-dev] [PATCH] Honor LD_LIBRARY_PATH getting EGL drivers

2010-01-31 Thread Mike Stroyan
r the suffix at the end of the EGL_DRIVER name. -- Mike Stroyan - Software Architect LunarG, Inc. - The Graphics Experts Cell: (970) 219-7905 Email: m...@lunarg.com Website: http://www.lunarg.com From 59b7ddbe02fa75045c8037768127a2cfe87a7c8f Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date

Re: [Mesa3d-dev] A patch to get rbug-gui working with recent util_format and libgallium.a

2010-01-08 Thread Mike Stroyan
ion_read_info. I was thinking that could lead to a more compact icon selection of the icons. But the swizzle information in the description was harder to use than the format enum. Mike From 24d8b23b3c4bdb0c0839c77b495ac334960a915e Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Fri, 8 Jan 2010 1

[Mesa3d-dev] A patch to get rbug-gui working with recent util_format and libgallium.a

2010-01-06 Thread Mike Stroyan
better way to extract block height from format instead keeping it as a separate field. Do these changes look good? Mike Stroyan, m...@lunarg.com patch Description: Binary data new_icons.tar Description: Unix tar archive ---