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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user