- 05 Mar, 2010 23 commits
-
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Paul Andrew Panon authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Jeff Zaroyko authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Kusanagi Kouichi authored
-
Stefan Dösinger authored
This also moves the event query faking code back to the external interface and removes the temporary WINED3D_EVENT_QUERY_UNSUPPORTED return value since wined3d_event_query_create properly fails if no event query GL extension is supported.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
The newly created wined3d_event_query_test will be available for wined3d-internal use, primarily for synchronizing buffer updates when using GL_APPLE_flush_buffer_range. The wined3d_event_query interface will contain most of the functionality: * Selecting the proper GL extension * Context handling * Thread handling The IWineD3DEventQuery COM interface will use the internal interface and implement event query faking on top of it (to enable games that require event queries able to run on drivers that don't implement the GL extension).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 04 Mar, 2010 17 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Joris Huizer authored
-
Arjun Comar authored
-
Jeff Latimer authored
-
Nikolay Sivov authored
-
Henri Verbeet authored
Based on a patch by Christian Costa.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Yann Droneaud authored
-
Dylan Smith authored
This patch avoids using the wrong font when this stock font is selected, which could be seen by modifying notepad to send WM_SETFONT to the edit control with GetStockObject(ANSI_FIXED_FONT) for wParam.
-
Hans Leidekker authored
Found by Valgrind.
-
Paul Vriens authored
-
Christian Costa authored
-