radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_context::type)
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_internal.h
index b31a9f4fde15e0ff90b030059098cc21393a1cf7..6413085d5b2c84f26f7c247ebc365a2de9c3670e 100644 (file)
@@ -50,6 +50,7 @@ struct si_shader_context {
    struct si_screen *screen;
 
    unsigned type; /* PIPE_SHADER_* specifies the type of shader. */
+   gl_shader_stage stage;
 
    /* For clamping the non-constant index in resource indexing: */
    unsigned num_const_buffers;