--- src/mesa/drivers/dri/i965/brw_context.h | 12 ------------ 1 file changed, 12 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 3f4b86a..965c7b9 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -965,22 +965,10 @@ struct brw_context struct { struct brw_stage_state base; - - /** - * True if the 3DSTATE_HS command most recently emitted to the 3D - * pipeline enabled the HS; false otherwise. - */ - bool enabled; } tcs; struct { struct brw_stage_state base; - - /** - * True if the 3DSTATE_DS command most recently emitted to the 3D - * pipeline enabled the DS; false otherwise. - */ - bool enabled; } tes; struct { -- 2.5.0.400.gff86faf _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev