Displaying 2 results from an estimated 2 matches for "blit_priv".
2010 Dec 10
0
Wine release 1.3.9
...e unused IWineD3DBaseTexture::GetDirty() method.
wined3d: Remove IWineD3DBaseTexture::SetDirty() from the public interface.
wined3d: Pass an IWineD3DDeviceImpl pointer to alloc_private().
wined3d: Pass an IWineD3DDeviceImpl pointer to free_private().
wined3d: Explicitly pass blit_priv and gl_info to gen_yuv_shader().
wined3d: Explicitly pass blit_priv and gl_info to gen_p8_shader().
wined3d: Explicitly pass blit_priv and gl_info to set_shader().
wined3d: Explicitly pass gl_info to unset_shader().
Huw Davies (1):
winspool.drv: Rewrite the lpr scheduler to...
2011 Apr 01
0
Wine release 1.3.17
...ag.
wined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag.
wined3d: Replace "is_srgb" in wined3d_texture with a flag.
wined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader.
Revert "wined3d: Prevent crash when blit_priv is NULL.".
wined3d: Get rid of IWineD3DVertexShader.
wined3d: Get rid of IWineD3DGeometryShader.
wined3d: Get rid of IWineD3DPixelShader.
wined3d: Get rid of IWineD3DVertexShaderImpl.
wined3d: Get rid of struct wined3d_geometryshader.
wined3d: Get rid of IWi...