aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-10-01 12:23:53 -0700
committerJason Ekstrand <[email protected]>2015-10-02 14:22:53 -0700
commit7926c3ea7d8f455cbee390d20c78dadf5432b9bc (patch)
tree0be1e8b2543908172bd76ae8c624d79d4803327a /src/mesa/drivers/dri/i965/brw_shader.h
parent7a8d06b6dd7800caab5c5c51d16b34e03aa45f25 (diff)
i965/backend_shader: Add a field to store the NIR shader
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index 96903321cdd..80b41bca755 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -236,6 +236,7 @@ public:
void *log_data; /* Passed to compiler->*_log functions */
const struct brw_device_info * const devinfo;
+ nir_shader *nir;
struct brw_shader * const shader;
struct gl_shader_program * const shader_prog;
struct gl_program * const prog;