diff options
author | Kenneth Graunke <[email protected]> | 2017-02-28 11:48:51 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-03-01 10:27:38 -0800 |
commit | c0e9e61c9a1eaaee9ca4dfc2f05da85a791c4c5d (patch) | |
tree | 4b9b17633f525c1acf80e032e30fd7e9f09c8088 /src/mesa/program/prog_statevars.h | |
parent | f356d053935e81faf91905cf64dbdb91d0bc271d (diff) |
mesa: Drop unused STATE_TEXRECT_SCALE program statevars.
The last user is now gone.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_statevars.h')
-rw-r--r-- | src/mesa/program/prog_statevars.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index 7fecb37212d..3fdb413c421 100644 --- a/src/mesa/program/prog_statevars.h +++ b/src/mesa/program/prog_statevars.h @@ -117,7 +117,6 @@ typedef enum gl_state_index_ { STATE_CURRENT_ATTRIB, /* ctx->Current vertex attrib value */ STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED, /* ctx->Current vertex attrib value after passthrough vertex processing */ STATE_NORMAL_SCALE, - STATE_TEXRECT_SCALE, STATE_FOG_PARAMS_OPTIMIZED, /* for faster fog calc */ STATE_POINT_SIZE_CLAMPED, /* includes implementation dependent size clamp */ STATE_LIGHT_SPOT_DIR_NORMALIZED, /* pre-normalized spot dir */ |