search for: surface_cr

Displaying 3 results from an estimated 3 matches for "surface_cr".

Did you mean: surface_id
2018 Dec 12
0
[PATCH v2 01/18] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
...ce *qdev, } int qxl_hw_surface_alloc(struct qxl_device *qdev, - struct qxl_bo *surf, - struct ttm_mem_reg *new_mem) + struct qxl_bo *surf) { struct qxl_surface_cmd *cmd; struct qxl_release *release; @@ -485,16 +484,7 @@ int qxl_hw_surface_alloc(struct qxl_device *qdev, cmd->u.surface_create.width = surf->surf.width; cmd->u.surface_create.height = surf->surf.height; cmd->u.surface_create.stride = surf->surf.stride; - if (new_mem) { - int slot_id = surf->type == QXL_GEM_DOMAIN_VRAM ? qdev->main_mem_slot : qdev->surfaces_mem_slot; - struct qxl_memslot *s...
2018 Mar 16
0
Wine release 3.4
...fo. wined3d: Rename struct wined3d_surface to struct wined3d_dc_info. wined3d: Only store dc_info for textures that require it. wined3d: Reject managed/scratch textures with dynamic usage in texture_init(). usp10: Simplify GPOS_expand_script_cache(). wined3d: Merge the surface_created() and volume_created() wined3d_device_parent_ops callbacks. wined3d: Merge volumetexture_init() and texture_init(). wined3d: Merge wined3d_texture_init() into texture_init(). winex11: Restore the X11DRV_FLUSH_GL_DRAWABLE XFlush() for setups without OML_sync_control. Jacek Ca...
2016 Feb 19
0
Wine release 1.9.4
...d_data(). wined3d: Use wined3d_texture_get_pitch() in texture3d_sub_resource_upload_data(). wined3d: Use wined3d_texture_get_pitch() in wined3d_volume_upload_data(). wined3d: Use wined3d_texture_get_pitch() in wined3d_volume_map(). wined3d: Use wined3d_texture_get_pitch() in surface_create_dib_section(). wined3d: Use wined3d_texture_get_pitch() in surface_download_data(). wined3d: Use wined3d_texture_get_pitch() in surface_upload_from_surface(). wined3d: Use wined3d_texture_get_pitch() in wined3d_surface_map(). wined3d: Use wined3d_texture_get_pitch() in r...