mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib: Include the necessary stdint.h in gen6_render.h
Instead of assuming someone else will do it. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
16531069f6
commit
be14c7bb04
@ -1,6 +1,8 @@
|
||||
#ifndef GEN6_RENDER_H
|
||||
#define GEN6_RENDER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define GEN6_3D(Pipeline,Opcode,Subopcode) ((3 << 29) | \
|
||||
((Pipeline) << 27) | \
|
||||
((Opcode) << 24) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user