i965: Remove some unneeded fields from brw_context
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 3 Jun 2017 22:51:29 +0000 (15:51 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jun 2017 01:15:05 +0000 (18:15 -0700)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/mesa/drivers/dri/i965/brw_context.h

index edcd6fa05daeea46fb2e01281c7eedca90b883c9..b1374092bacade30de3b54d91b07f1fbaa3faee9 100644 (file)
@@ -964,22 +964,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 {