Changeset 103392 in vbox
- Timestamp:
- Feb 15, 2024 11:44:41 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/mesa/mesa-21.3.8/src/gallium/drivers/svga/svga_resource_texture.c
r96488 r103392 500 500 struct svga_transfer *st; 501 501 struct svga_winsys_surface *surf = tex->handle; 502 #ifndef VBOX_WITH_MESA3D_HACKS 502 503 boolean use_direct_map = svga_have_gb_objects(svga) && 503 504 (!svga_have_gb_dma(svga) || (usage & PIPE_MAP_WRITE)); 505 #else 506 boolean use_direct_map = false; 507 #endif 504 508 void *map = NULL; 505 509 int64_t begin = svga_get_time(svga);
Note:
See TracChangeset
for help on using the changeset viewer.