mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
[intel] Use the memory type mask containing the caching flags.
This commit is contained in:
parent
a3c435b342
commit
8bb9ae3693
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
* as it would require a bit of investigation to figure
|
||||
* out what mask value should be used.
|
||||
*/
|
||||
#define INTEL_BO_MASK (DRM_BO_MASK_MEM | \
|
||||
#define INTEL_BO_MASK (DRM_BO_MASK_MEMTYPE | \
|
||||
DRM_BO_FLAG_READ | \
|
||||
DRM_BO_FLAG_WRITE | \
|
||||
DRM_BO_FLAG_EXE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue