Re: [Mesa-dev] glretrace

2010-12-07 Thread José Fonseca
On Mon, 2010-12-06 at 23:27 -0800, tom fogal wrote: > Jose Fonseca writes: > > I can remove python2.6 dependency as you suggest, but although this > > new string formatting method is seldom used it actually makes the > > code much more readable and I was hoping to spread its use, so I'd > > like y

Re: [Mesa-dev] glretrace

2010-12-06 Thread tom fogal
Jose Fonseca writes: > I can remove python2.6 dependency as you suggest, but although this > new string formatting method is seldom used it actually makes the > code much more readable and I was hoping to spread its use, so I'd > like you to try one thing first before giving it up: I agree that i

Re: [Mesa-dev] glretrace

2010-12-06 Thread Jose Fonseca
ot failing. Does this work for you? You may need to remove the CMakeCache.txt file first. Jose From: tom fogal [tfo...@sci.utah.edu] Sent: Monday, December 06, 2010 22:14 To: Jose Fonseca Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] glretrac

Re: [Mesa-dev] glretrace

2010-12-06 Thread tom fogal
Hi José, José Fonseca wrote: FYI, I've extended my apitrace project to be able not only to show a list of GL calls, but also replay them. Neat! The idea is to facilitate reproduction of bugs, help finding regressions, and do it across different platforms. Code is in http://cgit.freedesktop

[Mesa-dev] glretrace

2010-11-30 Thread José Fonseca
FYI, I've extended my apitrace project to be able not only to show a list of GL calls, but also replay them. The idea is to facilitate reproduction of bugs, help finding regressions, and do it across different platforms. Code is in http://cgit.freedesktop.org/~jrfonseca/apitrace/log/?h=retrace