mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 06:08:16 +02:00
r100: remove debug code
This commit is contained in:
parent
639b5fca0c
commit
3e4d0c2a5d
2 changed files with 0 additions and 5 deletions
|
|
@ -2060,8 +2060,6 @@ static void update_texturematrix( GLcontext *ctx )
|
|||
|
||||
tpc = (texMatEnabled | rmesa->TexGenEnabled);
|
||||
|
||||
fprintf(stderr,"setting tpc to %x %x\n", tpc, rmesa->TexGenEnabled);
|
||||
|
||||
/* TCL_TEX_COMPUTED_x is TCL_TEX_INPUT_x | 0x8 */
|
||||
vs &= ~((RADEON_TCL_TEX_COMPUTED_TEX_0 << RADEON_TCL_TEX_0_OUTPUT_SHIFT) |
|
||||
(RADEON_TCL_TEX_COMPUTED_TEX_0 << RADEON_TCL_TEX_1_OUTPUT_SHIFT) |
|
||||
|
|
|
|||
|
|
@ -995,8 +995,6 @@ static GLboolean radeon_validate_texture(GLcontext *ctx, struct gl_texture_objec
|
|||
radeonTexObj *t = radeon_tex_obj(texObj);
|
||||
int ret;
|
||||
|
||||
fprintf(stderr,"t dirty %d %x %d\n", unit, t->dirty_state, t->validated);
|
||||
|
||||
if (!radeon_validate_texture_miptree(ctx, texObj))
|
||||
return GL_FALSE;
|
||||
|
||||
|
|
@ -1016,7 +1014,6 @@ static GLboolean radeon_validate_texture(GLcontext *ctx, struct gl_texture_objec
|
|||
RADEON_STATECHANGE( rmesa, tcl );
|
||||
rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXFMT] |= RADEON_ST_BIT(unit);
|
||||
|
||||
fprintf(stderr,"setting pp cntl to %x\n", rmesa->hw.ctx.cmd[CTX_PP_CNTL]);
|
||||
rmesa->recheck_texgen[unit] = GL_TRUE;
|
||||
|
||||
if (t->dirty_state & (1<<unit)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue