i965: Hook up L3 partitioning state atom.
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
@@ -1226,8 +1226,8 @@ struct brw_context
|
||||
} perfmon;
|
||||
|
||||
int num_atoms[BRW_NUM_PIPELINES];
|
||||
const struct brw_tracked_state render_atoms[61];
|
||||
const struct brw_tracked_state compute_atoms[9];
|
||||
const struct brw_tracked_state render_atoms[62];
|
||||
const struct brw_tracked_state compute_atoms[10];
|
||||
|
||||
/* If (INTEL_DEBUG & DEBUG_BATCH) */
|
||||
struct {
|
||||
|
||||
@@ -186,6 +186,7 @@ static const struct brw_tracked_state *gen7_render_atoms[] =
|
||||
&brw_cc_vp,
|
||||
&gen7_sf_clip_viewport,
|
||||
|
||||
&gen7_l3_state,
|
||||
&gen7_push_constant_space,
|
||||
&gen7_urb,
|
||||
&gen6_blend_state, /* must do before cc unit */
|
||||
@@ -259,6 +260,7 @@ static const struct brw_tracked_state *gen7_render_atoms[] =
|
||||
static const struct brw_tracked_state *gen7_compute_atoms[] =
|
||||
{
|
||||
&brw_state_base_address,
|
||||
&gen7_l3_state,
|
||||
&brw_cs_image_surfaces,
|
||||
&gen7_cs_push_constants,
|
||||
&brw_cs_pull_constants,
|
||||
@@ -277,6 +279,7 @@ static const struct brw_tracked_state *gen8_render_atoms[] =
|
||||
&brw_cc_vp,
|
||||
&gen8_sf_clip_viewport,
|
||||
|
||||
&gen7_l3_state,
|
||||
&gen7_push_constant_space,
|
||||
&gen7_urb,
|
||||
&gen8_blend_state,
|
||||
@@ -357,6 +360,7 @@ static const struct brw_tracked_state *gen8_render_atoms[] =
|
||||
static const struct brw_tracked_state *gen8_compute_atoms[] =
|
||||
{
|
||||
&gen8_state_base_address,
|
||||
&gen7_l3_state,
|
||||
&brw_cs_image_surfaces,
|
||||
&gen7_cs_push_constants,
|
||||
&brw_cs_pull_constants,
|
||||
|
||||
Reference in New Issue
Block a user