Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-14 Thread Belal, Awais
Thanks a lot Brian. BR, Awais From: Brian Paul [bri...@vmware.com] Sent: Wednesday, October 14, 2015 7:19 PM To: Belal, Awais; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang I

Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-14 Thread Brian Paul
, October 12, 2015 6:33 PM To: Brian Paul; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang Hi Brian, Thanks for your reply :) The move of variable definition was just to make the code look a little cleaner. BR, Awais

Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-14 Thread Belal, Awais
: Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang Hi Brian, Thanks for your reply :) The move of variable definition was just to make the code look a little cleaner. BR, Awais From: Brian Paul [bri...@vmware.com] Sent

Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-12 Thread Belal, Awais
Subject: Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang On 10/12/2015 05:25 AM, Belal, Awais wrote: > Hi, > > Is there are a reservation against the below patch? Looks OK, but one comment below. > BR, > Awais > > __

Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-12 Thread Brian Paul
, October 08, 2015 2:00 PM To: mesa-dev@lists.freedesktop.org Subject: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang XNextEvent is a blocking call which locks up the display mutex this causes the rendering threads to hang when they try call glXSwapBuffers() as that

Re: [Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-12 Thread Belal, Awais
Hi, Is there are a reservation against the below patch? BR, Awais From: mesa-dev [mesa-dev-boun...@lists.freedesktop.org] on behalf of Belal, Awais Sent: Thursday, October 08, 2015 2:00 PM To: mesa-dev@lists.freedesktop.org Subject: [Mesa-dev] [mesa-dev

[Mesa-dev] [mesa-dev, mesa-demos][PATCH] sharedtex_mt: fix rendering thread hang

2015-10-08 Thread Awais Belal
XNextEvent is a blocking call which locks up the display mutex this causes the rendering threads to hang when they try call glXSwapBuffers() as that tries to take the same mutex in underlying calls through XCopyArea(). So we only go to XNextEvent when it has at least one event and we wouldn't lock

[Mesa-dev] mesa-demos: EGL_MESA_screen_surface related patches

2012-06-29 Thread Frank Binns
Hi, Please find attached two patches. The first allows mesa-demos to build against EGL implementations that don't support EGL_MESA_screen_surface. The second patch brings some of the code that uses the EGL_MESA_screen_surface extension into line with similar code. Thanks Frank 0001-mesa-demos

[Mesa-dev] [mesa-demos-git] make fails on eglkms

2012-01-12 Thread Lone_Wolf
I am trying to build mesa-demos git master version 20120112 on archlinux. ./autogen.sh --prefix=/usr make last lines of output : eglkms-eglkms.o: In function `main': eglkms.c:(.text.startup+0x40): undefined reference to `gbm_create_device' eglkms.c:(.text.startup+0x25a): undefined reference t

[Mesa-dev] mesa-demos: Fixing build errors, add information to glx{gears, info}, CMake improvements

2011-11-19 Thread Johannes Obermayr
The patches can be used independent. Patch 6 applies only clean with applied patch 5 because of changes in same section of CMakeLists.txt. Patches 1 and 2: Fix build errors on CMake and Autoconf build. Patches 3 and 4 (by Matthias Hopf on openSUSE): Add some information about direct rendering,

Re: [Mesa-dev] [mesa-demos] License clarification for eglkms.c?

2011-08-18 Thread Kristian Høgsberg
On Wed, Aug 3, 2011 at 2:49 PM, Brian Paul wrote: > On 08/03/2011 07:24 AM, Mika Boström wrote: >> >>  Hello hackers. >> >> We are working to get a clean EGL/wayland system working with Qt. The >> code in mesa-demos/src/opengl/eglkms.c contains certain "obviously >> correct" ways of welding pieces

Re: [Mesa-dev] [mesa-demos] License clarification for eglkms.c?

2011-08-03 Thread Brian Paul
On 08/03/2011 07:24 AM, Mika Boström wrote: Hello hackers. We are working to get a clean EGL/wayland system working with Qt. The code in mesa-demos/src/opengl/eglkms.c contains certain "obviously correct" ways of welding pieces together and making EGL a working backend. We would like to use pa

[Mesa-dev] [mesa-demos] License clarification for eglkms.c?

2011-08-03 Thread Mika Boström
Hello hackers. We are working to get a clean EGL/wayland system working with Qt. The code in mesa-demos/src/opengl/eglkms.c contains certain "obviously correct" ways of welding pieces together and making EGL a working backend. We would like to use parts of the eglkms.c code to make it happ

Re: [Mesa-dev] mesa-demos licensing/copying file

2010-07-14 Thread Brian Paul
On 07/13/2010 02:55 PM, Jerome Glisse wrote: In order to clarify the licensing of mesa-demos i propose to add the attach copying file. I simply cut/paste the MIT license preserving the close forbidding use of silicon graphics in advertising for the software. I am not a lawyer or anythings close

[Mesa-dev] mesa-demos licensing/copying file

2010-07-13 Thread Jerome Glisse
In order to clarify the licensing of mesa-demos i propose to add the attach copying file. I simply cut/paste the MIT license preserving the close forbidding use of silicon graphics in advertising for the software. I am not a lawyer or anythings close to that so let me know if i did somethings wro

Re: [Mesa-dev] Mesa demos

2010-07-09 Thread Zack Rusin
On Friday 09 July 2010 17:41:10 Jerome Glisse wrote: > >>On 07/07/2010 03:00 PM, Jerome Glisse wrote: > >> Hi, > >> > >> So after being of the grid i am resuming my epic on mesa demos. > >> I set version to 8.0 so it's easy for distro, and as fresh start for > >> demos on it's own. If no one objec

Re: [Mesa-dev] Mesa demos

2010-07-09 Thread Zack Rusin
On Friday 09 July 2010 17:35:36 Dave Airlie wrote: > On Thu, Jul 8, 2010 at 5:40 AM, Zack Rusin wrote: > > On Wednesday 07 July 2010 15:00:55 Jerome Glisse wrote: > >> Hi, > >> > >> So after being of the grid i am resuming my epic on mesa demos. > >> I set version to 8.0 so it's easy for distro,

Re: [Mesa-dev] Mesa demos

2010-07-09 Thread Jerome Glisse
>>On 07/07/2010 03:00 PM, Jerome Glisse wrote: >> Hi, >> >> So after being of the grid i am resuming my epic on mesa demos. >> I set version to 8.0 so it's easy for distro, and as fresh start for >> demos on it's own. If no one object i will do the release by the end >> of the week (this time i sh

Re: [Mesa-dev] Mesa demos

2010-07-09 Thread Dave Airlie
On Thu, Jul 8, 2010 at 5:40 AM, Zack Rusin wrote: > On Wednesday 07 July 2010 15:00:55 Jerome Glisse wrote: >> Hi, >> >> So after being of the grid i am resuming my epic on mesa demos. >> I set version to 8.0 so it's easy for distro, and as fresh start for >> demos on it's own. If no one object i

Re: [Mesa-dev] Mesa demos

2010-07-07 Thread Zack Rusin
On Wednesday 07 July 2010 15:00:55 Jerome Glisse wrote: > Hi, > > So after being of the grid i am resuming my epic on mesa demos. > I set version to 8.0 so it's easy for distro, and as fresh start for > demos on it's own. If no one object i will do the release by the end > of the week (this time i

[Mesa-dev] Mesa demos

2010-07-07 Thread Jerome Glisse
Hi, So after being of the grid i am resuming my epic on mesa demos. I set version to 8.0 so it's easy for distro, and as fresh start for demos on it's own. If no one object i will do the release by the end of the week (this time i shouldn't find myself in a no connectivity situation). Cheers,

Re: [Mesa-dev] Mesa demos w/o Mesa?

2010-07-05 Thread Brian Paul
tom fogal wrote: Are the demos supposed to be usable without Mesa? The 7.8.2 tarball seems to be missing progs/util. In particular, this means it is missing progs/util/shaderutil*, and thus many of the progs/glsl programs cannot compile. In the past, the MesaDemos package required the MesaLi

[Mesa-dev] Mesa demos w/o Mesa?

2010-07-03 Thread tom fogal
Are the demos supposed to be usable without Mesa? The 7.8.2 tarball seems to be missing progs/util. In particular, this means it is missing progs/util/shaderutil*, and thus many of the progs/glsl programs cannot compile. -tom ___ mesa-dev mailing list

Re: [Mesa-dev] Mesa demos release & version number

2010-06-21 Thread Brian Paul
Dan Nicholson wrote: On Fri, Jun 18, 2010 at 9:00 AM, Jerome Glisse wrote: Hi, Some distribution (like Fedora) are thinking about making new package for mesa demos but so far there is no release for it. Another issue is the versioning of mesa demos, i expect that mesa demos will be more stabl

Re: [Mesa-dev] Mesa demos release & version number

2010-06-21 Thread Jerome Glisse
On Fri, Jun 18, 2010 at 06:00:10PM +0200, Jerome Glisse wrote: > Hi, > > Some distribution (like Fedora) are thinking about making > new package for mesa demos but so far there is no release > for it. > > Another issue is the versioning of mesa demos, i expect > that mesa demos will be more stabl

Re: [Mesa-dev] Mesa demos release & version number

2010-06-18 Thread Dan Nicholson
On Fri, Jun 18, 2010 at 9:00 AM, Jerome Glisse wrote: > Hi, > > Some distribution (like Fedora) are thinking about making > new package for mesa demos but so far there is no release > for it. > > Another issue is the versioning of mesa demos, i expect > that mesa demos will be more stable than mes

[Mesa-dev] Mesa demos release & version number

2010-06-18 Thread Jerome Glisse
Hi, Some distribution (like Fedora) are thinking about making new package for mesa demos but so far there is no release for it. Another issue is the versioning of mesa demos, i expect that mesa demos will be more stable than mesa thus i don't think we should follow mesa versioning but let it have