intel/brw: Delete constant_buffer_0_is_relative
This was only for old kernels on old hardware. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27872>
This commit is contained in:
committed by
Marge Bot
parent
eebd24680c
commit
485b2bca17
@@ -2418,7 +2418,6 @@ anv_physical_device_try_create(struct vk_instance *vk_instance,
|
||||
}
|
||||
device->compiler->shader_debug_log = compiler_debug_log;
|
||||
device->compiler->shader_perf_log = compiler_perf_log;
|
||||
device->compiler->constant_buffer_0_is_relative = false;
|
||||
device->compiler->supports_shader_constants = true;
|
||||
device->compiler->indirect_ubos_use_sampler = device->info.ver < 12;
|
||||
device->compiler->extended_bindless_surface_offset = device->uses_ex_bso;
|
||||
|
||||
Reference in New Issue
Block a user