Re: [Mesa-dev] [ Open source project]

2014-06-18 Thread Roshan Chaudhari
Thanks that was helpful.! On Tue, Jun 17, 2014 at 12:35 PM, Thomas Helland wrote: > Hi Roshan, > > I've just gotten into the game myself, so I guess i can provide some > newbie-info. > I guess by "the list" you are referring to the suggestions for GSoC > projects posted. > I think the applicati

[Mesa-dev] [ Open source project]

2014-06-16 Thread Roshan Chaudhari
Hi, I am new to mesa and interested in working on open source project. I have good knowledge about OpenGL and GLSL functionality. From the list, I want to work on "Improved application of GLSL compiler optimization" . What should I do to pick it? Can you help me with some documentation whi

Re: [Mesa-dev] Debugging into Mesa Driver

2014-06-11 Thread Roshan Chaudhari
wrote: > On 06/04/2014 09:46 PM, roshan chaudhari wrote: > > Thanks for reply. > > > > I have added "CFLAGS='-Og -ggdb3' CXXFLAGS='-Og -ggdb3'" into configure > > file and ran > > "./configure --enable-debug" ; make; make inst

Re: [Mesa-dev] Debugging into Mesa Driver

2014-06-04 Thread roshan chaudhari
Thanks for reply. I have added "CFLAGS='-Og -ggdb3' CXXFLAGS='-Og -ggdb3'" into configure file and ran "./configure --enable-debug" ; make; make install but still it did not step into driver. On Wed, Jun 4, 2014 at 1:09 PM, Ian Romanick wrote: > On

[Mesa-dev] Debugging into Mesa Driver

2014-06-04 Thread roshan chaudhari
Hello, I just cloned the mesa driver from git repository. I am trying to debug the opengl application with mesa driver. I am not sure which flag to enable for debugging and where, I built a driver with -enable-debug in Makefile and added --DEBUG in CFLAGS in Makefile but still when I try to