iris: reworks, FS compile pieces

This commit is contained in:
Kenneth Graunke
2018-01-20 02:01:07 -08:00
parent 628a71c2e3
commit 4525dda75f
3 changed files with 140 additions and 23 deletions

View File

@@ -74,7 +74,11 @@ struct iris_context {
struct pipe_debug_callback dbg;
struct iris_uncompiled_shader *progs[MESA_SHADER_STAGES];
struct {
struct iris_uncompiled_shader *progs[MESA_SHADER_STAGES];
struct brw_stage_prog_data *prog_data[MESA_SHADER_STAGES];
struct brw_vue_map *last_vue_map;
} shaders;
/** The main batch for rendering */
struct iris_batch render_batch;