Re: D3D8 caps -> wined3d
Hi,
+ /* Optimization */ + BOOL modelview_valid; + BOOL proj_valid; + BOOL view_ident; + BOOL last_was_rhw; + GLenum tracking_parm; ... Are you sure that this is the latest version of IWineD3DDeviceImpl? I think my patch which added a viewport_changed member here was applied to CVS. I don't have CVS access right now, but I think that the structure you added is out of date.
On Wednesday 22 February 2006 17:21, Stefan Dösinger wrote:
Hi,
+ /* Optimization */ + BOOL modelview_valid; + BOOL proj_valid; + BOOL view_ident; + BOOL last_was_rhw; + GLenum tracking_parm; ...
Are you sure that this is the latest version of IWineD3DDeviceImpl? I think my patch which added a viewport_changed member here was applied to CVS. I don't have CVS access right now, but I think that the structure you added is out of date.
Perhaps my structure is not the latest. I'll check it. (the next patch won't need the structure anymore) Roderick
participants (2)
-
Roderick Colenbrander -
Stefan Dösinger