Ian Romanick wrote:

 > I'm glad that someone picked up the python scripts and used them to
generate something new. :)  I guess that wasn't all wasted effort after all!

I was looking for a machine readable OpenGL spec for an in-house project. I was well pleased when I found both an xml spec *and* python modules for using it.

You'll also need to intercept glGetString and filter out extensions that
the tracer doesn't know about.  Otherwise people could call things like
CombinerParameteriNV and wonder why it doesn't show up in the log.

Hmm...it might be possible to catch the call from the driver to
_glapi_add_dispatch and insert the wrapper function there.  Since
_glapi_add_dispatch gets a description of the parameters, you could use
that to generate the output format.  That might take some work.

I'm not sure I follow. Catch what call and why?


Cheers,

Thomas



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to