Mesa (master): i965: Remove some unneeded fields from brw_context

Jason Ekstrand jekstrand at kemper.freedesktop.org
Thu Jun 15 01:15:12 UTC 2017


Module: Mesa
Branch: master
Commit: b14852997a991816a6340918a3a2b62214211f84
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b14852997a991816a6340918a3a2b62214211f84

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Sat Jun  3 15:51:29 2017 -0700

i965: Remove some unneeded fields from brw_context

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias at igalia.com>

---

 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 edcd6fa05d..b1374092ba 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -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 {




More information about the mesa-commit mailing list