mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 00:20:09 +01:00
isaspec: encode.py: Include util/log.h
Generated encode functions are making use of mesa_loge(..). Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27714>
This commit is contained in:
parent
c9abb7ff6e
commit
028080c716
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ template = """\
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <util/bitset.h>
|
||||
#include <util/log.h>
|
||||
|
||||
<%
|
||||
isa = s.isa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue