[Mesa3d-dev] Mesa3D threadsafe?

2007-09-26 Thread John Stavrakakis
-- * John Stavrakakis PhD Candidate Department of Information Technologies University of Sydney Email: [EMAIL PROTECTED] WWW: http://wiki.vislab.usyd.edu.au/moinwiki/JohnStavrakakis

[Mesa3d-dev] Re: [Mesa3d-cvs] CVS Update: Mesa (branch: trunk)

2006-03-06 Thread John Stavrakakis
Awesome, Ive been waiting for some Mesa to include scripts for GLX protocol decoding.   Thanks Ian  On 3/6/06, Ian Romanick <[EMAIL PROTECTED]> wrote: CVSROOT:/cvs/mesaModule name:MesaRepository: Mesa/src/mesa/glapi/Changes by: [EMAIL PROTECTED] 06/03/06 18:30:17Log message

Re: [Mesa3d-dev] GLX server (receiver) generation files

2006-02-16 Thread John Stavrakakis
Gday,  About a month ago I was poking around for python scripts that generate glx server side code. I am yet to see the files in the cvs tree for mesa, are they otherwise available in xserver source?  John  On 1/17/06, Ian Romanick <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash:

Re: [Mesa3d-dev] GLX server (receiver) generation files

2006-01-17 Thread John Stavrakakis
Which .c files in particular, are you interested in? I was particularly interested in the decoding functions found in various files such as g_render[swap].c rensize.c. I also found other files having fragments of decoding and size functions. I want to be able to generate them to suit my require

[Mesa3d-dev] GLX server (receiver) generation files

2006-01-16 Thread John Stavrakakis
Gday, The python script that is currently available in Mesa is only used for a GLX client Mesa/src/mesa/glapi/glX_proto_send.py which generates the file Mesa/src/glx/x11/indirect.cI was seeking the original python parser scripts for code generation as part of a GLX server. I found the generated C c