Re: wined3d/query: Add support for timestamp queries.

2011-04-26 Thread Stefan Dösinger
I think timestamp queries are supposed to return GPU-side timestamps. Otherwise I don't see the point in adding a complex d3d query around QueryPerformanceFrequency. There's GL_ARB_timer_query which looks like it does what you need. signature.asc Description: This is a digitally signed message

Re: wined3d/query: Add support for timestamp queries.

2011-04-26 Thread Henri Verbeet
On 26 April 2011 19:35, Adam Martinson wrote: > +#include "d3d10.h" I don't think so.