Re: wined3d: Use OpenGL vendor and renderer to pick driver and description.

2009-04-08 Thread John Whitlock
27;t have to be the same as the pci id that we report. There are still > some changes I have to make to the code and add a device string database. > > Roderick > > > On Wed, Apr 8, 2009 at 8:40 AM, John Whitlock wrote: > >> Use the OpenGL renderer for the device descrip

Re: [3/3] wined3d: Free allocated strings for driver and description

2009-04-08 Thread John Whitlock
in November. On Tue, Apr 7, 2009 at 1:23 AM, Henri Verbeet wrote: > 2009/4/7 John Whitlock : > > +HeapFree(GetProcessHeap(), 0, wined3d_settings.video_driver); > > +HeapFree(GetProcessHeap(), 0, wined3d_settings.video_description); > This should be part of the first pat