wined3d: We must include Wine's port.h before using NAN.
[wine] / dlls / wined3d / query.c
2012-06-01  Francois Gougetwined3d: We must include Wine's port.h before using...
2012-01-18  Henri Verbeetwined3d: Get rid of the WINED3DQUERYTYPE typedef.
2011-10-31  Henri Verbeetwined3d: Make the device parameter to wined3d_event_que...
2011-10-31  Henri Verbeetwined3d: Make the device parameter to wined3d_event_que...
2011-10-27  Henri Verbeetwined3d: Make the device parameter to wined3d_event_que...
2011-07-19  Henri Verbeetwined3d: Make the query parameter to wined3d_event_quer...
2011-07-19  Henri Verbeetwined3d: Make the query parameter to wined3d_event_quer...
2011-07-04  Henri Verbeetwined3d: Get rid of some IWineD3D* references.
2011-05-17  Henri Verbeetwined3d: Get rid of the IWineD3DDevice typedefs.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-05-03  Francois Gougetwined3d: Make wined3d_event_query_test() and resource_g...
2011-04-14  Henri Verbeetwined3d: Decrement the refcount in wined3d_query_decref().
2011-02-04  Henri Verbeetwined3d: Get rid of the IWineD3DQuery typedefs.
2011-02-04  Henri Verbeetwined3d: Remove COM from the query implementation.
2011-02-04  Henri Verbeetwined3d: Use an internal call table for query operations.
2010-11-23  Henri Verbeetwined3d: Get rid of the remaining "Flags".
2010-09-14  Henri Verbeetwined3d: Get rid of redundant comparisons against NULL...
2010-09-01  Henri Verbeetwined3d: Queries don't need parents.
2010-05-25  Henri Verbeetwined3d: Get rid of GLINFO_LOCATION.
2010-05-04  Henri Verbeetwined3d: Separate context acquisition and state applica...
2010-04-22  Henri Verbeetwined3d: Simply pass an IWineD3DSurfaceImpl pointer...
2010-04-22  Henri Verbeetwined3d: Store the current render target as an IWineD3D...
2010-03-30  Henri Verbeetwined3d: Initialization functions don't allocate.
2010-03-23  Stefan Dösingerwined3d: Implement manual buffer fencing.
2010-03-05  Stefan Dösingerwined3d: Add wined3d_event_query_create and destroy.
2010-03-05  Stefan Dösingerwined3d: Introduce wined3d_event_query_issue.
2010-03-05  Stefan Dösingerwined3d: Create a wined3d internal event query interface.
2010-01-26  Henri Verbeetwined3d: Add an ARB_sync implementation of event queries.
2010-01-22  Henri Verbeetwined3d: Remove unused occlusion query extensions.
2010-01-20  Henri Verbeetwined3d: Set the query.c GLINFO_LOCATION to *gl_info.
2010-01-18  Henri Verbeetwined3d: Remove some unused query code.
2010-01-18  Henri Verbeetwined3d: Add a separate function for query initialization.
2009-12-22  Henri Verbeetwined3d: Get rid of some redundant local variables.
2009-12-17  Henri Verbeetwined3d: Change an ERR to a TRACE in IWineD3DEventQuery...
2009-12-10  Henri Verbeetwined3d: Rename "wineD3DDevice" to "device".
2009-12-09  Henri Verbeetwined3d: Remove unused GetDevice() implementations.
2009-10-29  Henri Verbeetwined3d: Get rid of the GL_SUPPORT macro.
2009-10-28  Henri Verbeetwined3d: Keep better track of where we're using wined3d...
2009-08-11  Henri Verbeetwined3d: Handle GetData() on event queries that aren...
2009-08-03  Henri Verbeetwined3d: Rename WineD3DContext to struct wined3d_context.
2009-07-24  Henri Verbeetwined3d: Manage event queries in the context.
2009-07-24  Henri Verbeetwined3d: Manage occlusion queries in the context.
2009-07-07  Henri Verbeetwined3d: checkGLcall() doesn't need a \n.
2009-07-01  Henri Verbeetwined3d: Try to activate the original context for queries.
2009-06-26  Henri Verbeetwined3d: Make sure queries have an active GL context.
2009-02-03  Michael Stefaniucwined3d: Remove superfluous pointer casts.
2009-01-07  Henri Verbeetwined3d: Don't delete queries from the wrong context.
2009-01-07  Henri Verbeetwined3d: Simplify IWineD3DOcclusionQueryImpl_GetData().
2009-01-07  Henri Verbeetwined3d: Make calling a query from the wrong context...
2008-10-18  Alexandre Julliardwined3d: Convert source files to utf-8.
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQuer...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImp...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImp...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQuer...
2008-04-07  Alexander Dorofeyevwined3d: Add ENTER_GL/LEAVE_GL in IWineD3DQueryImpl_Rel...
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2008-03-03  Stefan Dösingerwined3d: Give occlusion queries their own vtable.
2008-03-03  Stefan Dösingerwined3d: Subclass queries.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-01-18  Austin Englishwined3d: Spelling fixes.
2007-12-07  Stefan Dösingerwined3d: A more detailed occlusion query test and fixes.
2007-08-23  Stefan Dösingerwined3d: Fake occlusion queries if the wrong context...
2007-08-23  Stefan Dösingerwined3d: Deal with multithreading in event queries.
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-03-01  Stefan Dösingerwined3d: Support GL_APPLE_fence for event queries.
2007-03-01  Stefan Dösingerwined3d: Support event queries using GL_NV_fence.
2007-02-15  H. Verbeetwined3d: Use WINED3DISSUE_BEGIN / WINED3DISSUE_END...
2007-01-12  Ken Thomaseswined3d: Do not block waiting for occlusion query resul...
2007-01-08  Stefan Dösingerwined3d: Remove the general query fixme.
2006-10-10  Karsten Elfenbeinwined3d: Corrected names in checkGLcall text.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-08-07  H. Verbeetwined3d: Allow async occlusion queries.
2006-08-07  H. Verbeetwined3d: Improve a few query traces.
2006-08-07  H. Verbeetwined3d: Check Occlusion query GL calls.
2006-07-25  H. Verbeetwined3d: Add real occlusion query support.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.