Re: [Mesa-dev] [PATCH 0/4] Update to GL_ARB_timer_query

2012-07-10 Thread Jose Fonseca
Hi Marek, Please update src/gallium/docs for the gallium interface change, and implement the new function on galahad (I'm working towards getting galahad to support the full gallium interface and get it enabled by default on debug builds, as it is a shame not using it more). Otherwise looks go

[Mesa-dev] [PATCH 0/4] Update to GL_ARB_timer_query

2012-07-05 Thread Marek Olšák
Hi everyone, this series is a follow-up to the previous one sent on June 27. Here's only what's changed. All commits are here: http://cgit.freedesktop.org/~mareko/mesa/log/?h=timer-query Change log: - reimplemented glGet(GL_TIMESTAMP) as per Eric Anholt's comment - updated all gallium patches -