fix broken assertion to make radeon driver compile with -DDEBUG...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 30 Jan 2006 23:36:42 +0000 (23:36 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Mon, 30 Jan 2006 23:36:42 +0000 (23:36 +0000)
src/mesa/drivers/dri/radeon/radeon_texstate.c

index ccf0885..3467832 100644 (file)
@@ -859,7 +859,7 @@ static void import_tex_obj_state( radeonContextPtr rmesa,
    if (texobj->base.tObj->Target == GL_TEXTURE_CUBE_MAP) {
       GLuint *cube_cmd = RADEON_DB_STATE( cube[unit] );
       GLuint bytesPerFace = texobj->base.totalSize / 6;
-      ASSERT(texobj->totalSize % 6 == 0);
+      ASSERT(texobj->base.totalSize % 6 == 0);
 
       cube_cmd[CUBE_PP_CUBIC_FACES] = texobj->pp_cubic_faces;
       /* dont know if this setup conforms to OpenGL..