i965: Remove some unneeded fields from brw_context

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Jason Ekstrand 2017-06-03 15:51:29 -07:00
parent ea225d4da4
commit b14852997a
1 changed files with 0 additions and 12 deletions

View 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 {