mesa: Drop dead last_ReallyEnabled fields from drivers.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt
2014-04-23 16:43:20 -07:00
parent c703658b39
commit 6bac47c05a
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -250,7 +250,6 @@ struct i915_context
{
struct intel_context intel;
GLuint last_ReallyEnabled;
GLuint lodbias_ss2[MAX_TEXTURE_UNITS];
@@ -416,7 +416,6 @@ struct r100_context {
GLuint NeedTexMatrix;
GLuint TexMatColSwap;
GLmatrix tmpmat[RADEON_MAX_TEXTURE_UNITS];
GLuint last_ReallyEnabled;
/* radeon_tcl.c
*/
@@ -658,8 +658,6 @@ void radeonInitState( r100ContextPtr rmesa )
for (i = 0; i < 6; i++)
rmesa->hw.ucp[i].emit = vec_emit;
rmesa->last_ReallyEnabled = -1;
/* Initial Harware state:
*/
rmesa->hw.ctx.cmd[CTX_PP_MISC] = (RADEON_ALPHA_TEST_PASS |