[Mesa-dev] [PATCH 09/16] st/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ query

Axel Davy axel.davy at ens.fr
Sun Apr 26 02:09:01 PDT 2015


On 24/04/2015 23:26, Ilia Mirkin wrote :
> >From https://msdn.microsoft.com/en-us/library/windows/desktop/bb172594%28v=vs.85%29.aspx
>
> D3DQUERYTYPE_TIMESTAMPFREQ
> This query result is TRUE if the values from D3DQUERYTYPE_TIMESTAMP
> queries cannot be guaranteed to be continuous throughout the duration
> of the D3DQUERYTYPE_TIMESTAMPDISJOINT query. Otherwise, the query
> result is FALSE.
>
> Seems like you should be returning 0 here? Seems like contrary to the
> name, it has nothing to do with frequency...
>
>
We return S_OK, which worths 0, that is FALSE, so I guess we're fine on 
this.


More information about the mesa-dev mailing list