mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-18 03:40:34 +01:00
intel/isl: Include compiler generic header
Instead of including a brw-specific one. Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27644>
This commit is contained in:
parent
ae50ac46d1
commit
5feb326d80
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "isl_priv.h"
|
||||
#include "compiler/brw_compiler.h"
|
||||
#include "compiler/intel_shader_enums.h"
|
||||
|
||||
bool
|
||||
isl_is_storage_image_format(const struct intel_device_info *devinfo,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue