Re: [Mesa-dev] [PATCH] llvmpipe: add EXT_timer_query support.

2011-11-08 Thread Jose Fonseca
- Original Message - > From: Dave Airlie > > This adds timer query support, though I'm not 100% sure about the bin > stuff > if we have multiple queries in flight, maybe it needs a linked list, > suggestions > welcome. I think that taking the time interval to the last rasterization task

[Mesa-dev] [PATCH] llvmpipe: add EXT_timer_query support.

2011-11-07 Thread Dave Airlie
From: Dave Airlie This adds timer query support, though I'm not 100% sure about the bin stuff if we have multiple queries in flight, maybe it needs a linked list, suggestions welcome. Signed-off-by: Dave Airlie --- src/gallium/drivers/llvmpipe/lp_query.c | 26 -- src