Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-05-01 Thread Herminio Hernandez Jr.
Will do and I will run the piglit test suite as well. Sent from my iPhone > On May 1, 2016, at 8:25 PM, Michel Dänzer wrote: > >> On 26.04.2016 23:32, Herminio Hernandez, Jr. wrote: >> I have done some more debugging and I do have a question. The clearest, >> repeatable issue I am seeing is wh

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-05-01 Thread Michel Dänzer
On 26.04.2016 23:32, Herminio Hernandez, Jr. wrote: > I have done some more debugging and I do have a question. The clearest, > repeatable issue I am seeing is when I run glxgears in apitrace. The > crash always occrs at GLXChooseVisual. It returns NULL and from the > documentation this means that

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-04-26 Thread Herminio Hernandez, Jr.
I have done some more debugging and I do have a question. The clearest, repeatable issue I am seeing is when I run glxgears in apitrace. The crash always occrs at GLXChooseVisual. It returns NULL and from the documentation this means that it is encountering an undefined attribute. I see this when I

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-02-02 Thread Herminio Hernandez, Jr.
Mike, When I trace in gdb and let the program run I get the standard error: Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1". libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r300_dri.so libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r300_dri.so lib

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-26 Thread Michel Dänzer
On 26.01.2016 19:15, Herminio Hernandez Jr. wrote: > Would the same thing apply swrast driver? I see glxgears trying to > fall back to it and relieving the same error. Possibly, though that's a bit weird indeed. Anyway, trace the code execution (e.g. in gdb) and see. -- Earthling Michel Dänzer

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-26 Thread Herminio Hernandez Jr.
Would the same thing apply swrast driver? I see glxgears trying to fall back to it and relieving the same error. Sent from my iPhone > On Jan 26, 2016, at 3:31 AM, Michel Dänzer wrote: > >> On 25.01.2016 10:56, Herminio Hernandez, Jr. wrote: >> So I believe I have all the debugging symbols in

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-26 Thread Michel Dänzer
On 25.01.2016 10:56, Herminio Hernandez, Jr. wrote: > So I believe I have all the debugging symbols installed. From what I > am seeing in gdb and valgrind I am still thinking the issue is in the > glx branch. For gdb I ran it twice and stopped it during it attempt > to load the r300 driver and in i

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-25 Thread Nicolai Hähnle
On 25.01.2016 10:58, Herminio Hernandez Jr. wrote: Someone suggested that I should kill the program at runtime to see what the issue was. I did the same thing with valgrind and saw some similar out puts. See below It is just a sample I can send more output. I wanted to compare the result I g

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-25 Thread Herminio Hernandez Jr.
Someone suggested that I should kill the program at runtime to see what the issue was. I did the same thing with valgrind and saw some similar out puts. See below It is just a sample I can send more output. I wanted to compare the result I got from gdb with what I was seeing with Valgrind. Apo

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-25 Thread Nicolai Hähnle
On 24.01.2016 20:56, Herminio Hernandez, Jr. wrote: So I believe I have all the debugging symbols installed. From what I am seeing in gdb and valgrind I am still thinking the issue is in the glx branch. For gdb I ran it twice and stopped it during it attempt to load the r300 driver and in it a

Re: [Mesa-dev] gallium r300 driver for PowerPC

2016-01-24 Thread Herminio Hernandez, Jr.
So I believe I have all the debugging symbols installed. From what I am seeing in gdb and valgrind I am still thinking the issue is in the glx branch. For gdb I ran it twice and stopped it during it attempt to load the r300 driver and in it attempt to load the swrast driver. Both failed at the s

Re: [Mesa-dev] gallium r300 driver for PowerPC

2015-12-14 Thread Nicolai Hähnle
On 14.12.2015 04:10, Eero Tamminen wrote: On 12/14/2015 10:44 AM, Herminio Hernandez, Jr. wrote: I am new to this list. I have been trying to see if I can fix or at least pin point an issue with Radeon r300 driver failing on PowerPC systems. This has been a problem for a while and I would like t

Re: [Mesa-dev] gallium r300 driver for PowerPC

2015-12-14 Thread Eero Tamminen
Hi, On 12/14/2015 10:44 AM, Herminio Hernandez, Jr. wrote: I am new to this list. I have been trying to see if I can fix or at least pin point an issue with Radeon r300 driver failing on PowerPC systems. This has been a problem for a while and I would like to help to get this fixed. I have do

[Mesa-dev] gallium r300 driver for PowerPC

2015-12-14 Thread Herminio Hernandez, Jr.
Hello, I am new to this list. I have been trying to see if I can fix or at least pin point an issue with Radeon r300 driver failing on PowerPC systems. This has been a problem for a while and I would like to help to get this fixed. I have done some debugging with valgrind and I think I may see