mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium/u_threaded: fix a typo
This commit is contained in:
parent
79ee1b2ff0
commit
ddc9b4e823
1 changed files with 1 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ tc_improve_map_buffer_flags(struct threaded_context *tc,
|
|||
|
||||
/* Handle CPU reads trivially. */
|
||||
if (usage & PIPE_TRANSFER_READ) {
|
||||
/* Driver aren't allowed to do buffer invalidations. */
|
||||
/* Drivers aren't allowed to do buffer invalidations. */
|
||||
return (usage & ~PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE) |
|
||||
TC_TRANSFER_MAP_NO_INVALIDATE |
|
||||
TC_TRANSFER_MAP_IGNORE_VALID_RANGE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue