nv30: does not have vp_attrib/result

This commit is contained in:
Patrice Mandin
2008-07-12 10:10:16 +02:00
parent 740c93a08c
commit b23e20a386
2 changed files with 0 additions and 6 deletions
@@ -4643,8 +4643,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NV34TCL_VP_UPLOAD_CONST_W__SIZE 0x00000004
#define NV34TCL_UNK1f80(x) (0x00001f80+((x)*4))
#define NV34TCL_UNK1f80__SIZE 0x00000010
#define NV34TCL_VP_ATTRIB_EN 0x00001ff0
#define NV34TCL_VP_RESULT_EN 0x00001ff4
#define NV40_CONTEXT_SURFACES_2D 0x00003062
-4
View File
@@ -678,10 +678,6 @@ nv30_vertprog_validate(struct nv30_context *nv30)
so = so_new(2, 0);
so_method(so, rankine, NV34TCL_VP_START_FROM_ID, 1);
so_data (so, vp->exec->start);
/* FIXME: Add these, and you'll have big slowdown */
/*so_method(so, rankine, NV34TCL_VP_ATTRIB_EN, 2);
so_data (so, vp->ir);
so_data (so, vp->or);*/
so_ref(so, &vp->so);
upload_code = TRUE;