File d3d_trace.patch of Package wine

diff --git a/dlls/wined3d/adapter_gl.c b/dlls/wined3d/adapter_gl.c
index 5511a70a8ff..660b0f35b5a 100644
--- a/dlls/wined3d/adapter_gl.c
+++ b/dlls/wined3d/adapter_gl.c
@@ -3864,14 +3864,17 @@ static BOOL wined3d_adapter_init_gl_caps(struct wined3d_adapter *adapter,
     if (gl_info->supported[EXT_MEMORY_OBJECT])
     {
         GLint device_count = 0;
+        TRACE("Have EXT_MEMORY_OBJECT\n");
 
         gl_info->gl_ops.gl.p_glGetIntegerv(GL_NUM_DEVICE_UUIDS_EXT, &device_count);
+        TRACE("Device count: %d\n", device_count);
         if (device_count > 0)
         {
             if (device_count > 1)
                 FIXME("A set of %d devices is not supported.\n", device_count);
 
             GL_EXTCALL(glGetUnsignedBytevEXT(GL_DRIVER_UUID_EXT, (GLubyte *)&adapter->driver_uuid));
+            TRACE("Got driver\n");
             GL_EXTCALL(glGetUnsignedBytei_vEXT(GL_DEVICE_UUID_EXT, 0, (GLubyte *)&adapter->device_uuid));
 
             TRACE("Driver UUID: %s, device UUID %s.\n",
openSUSE Build Service is sponsored by