mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
hasvk: enable single texel alignment
Signed-off-by: Rohan Garg <rohan.garg@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23321>
This commit is contained in:
parent
ef2b763d9c
commit
732db2b60c
1 changed files with 1 additions and 1 deletions
|
|
@ -2040,7 +2040,7 @@ anv_get_physical_device_properties_1_3(struct anv_physical_device *pdevice,
|
|||
* experience demonstrate that this is true.
|
||||
*/
|
||||
p->uniformTexelBufferOffsetAlignmentBytes = 1;
|
||||
p->uniformTexelBufferOffsetSingleTexelAlignment = false;
|
||||
p->uniformTexelBufferOffsetSingleTexelAlignment = true;
|
||||
|
||||
p->maxBufferSize = pdevice->isl_dev.max_buffer_size;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue