nouveau: nv10: Remove commented, unsupported by hw command
authorPatrice Mandin <pmandin@caramail.com>
Tue, 21 Aug 2007 14:52:10 +0000 (16:52 +0200)
committerPatrice Mandin <pmandin@caramail.com>
Tue, 21 Aug 2007 14:52:10 +0000 (16:52 +0200)
src/mesa/drivers/dri/nouveau/nv10_state.c

index 62911d40f35ff3eb8895019635c16502379d1598..8bfe20c6c004512eecb5c4a35edbceb2c80c0e0c 100644 (file)
@@ -790,13 +790,6 @@ static GLboolean nv10BindBuffers(nouveauContextPtr nmesa, int num_color,
        OUT_RING_CACHE(color[0]->offset);
        OUT_RING_CACHE(depth ? depth->offset : color[0]->offset);
 
-       /* Always set to bottom left of buffer */
-       /*BEGIN_RING_CACHE(NvSub3D, NV10_TCL_PRIMITIVE_3D_VIEWPORT_ORIGIN_X, 4);
-       OUT_RING_CACHEf (0.0);
-       OUT_RING_CACHEf ((GLfloat) h);
-       OUT_RING_CACHEf (0.0);
-       OUT_RING_CACHEf (0.0);*/
-
        return GL_TRUE;
 }