Re: [Mesa3d-dev] Query object interface.

2007-11-23 Thread Keith Whitwell
Ben Skeggs wrote: > Am Freitag, den 23.11.2007, 10:21 + schrieb Keith Whitwell: >> Ben Skeggs wrote: >>> Hey, >>> >>> Attached is a patch which adds driver hooks to update the status of a >>> query object (both to core mesa, and the gallium state tracker). There >>> is currently an issue with

Re: [Mesa3d-dev] Query object interface.

2007-11-23 Thread Ben Skeggs
Am Freitag, den 23.11.2007, 10:21 + schrieb Keith Whitwell: > Ben Skeggs wrote: > > Hey, > > > > Attached is a patch which adds driver hooks to update the status of a > > query object (both to core mesa, and the gallium state tracker). There > > is currently an issue with applications that s

Re: [Mesa3d-dev] Query object interface.

2007-11-23 Thread Keith Whitwell
Ben Skeggs wrote: > Hey, > > Attached is a patch which adds driver hooks to update the status of a > query object (both to core mesa, and the gallium state tracker). There > is currently an issue with applications that spin waiting for > GL_QUERY_RESULT_AVAILABLE_ARB to be true (eg. arbocclude).

Re: [Mesa3d-dev] Query object interface.

2007-11-23 Thread Keith Whitwell
Ben Skeggs wrote: > Hey, > > Attached is a patch which adds driver hooks to update the status of a > query object (both to core mesa, and the gallium state tracker). There > is currently an issue with applications that spin waiting for > GL_QUERY_RESULT_AVAILABLE_ARB to be true (eg. arbocclude).