965: handle BRW_CONSTANT_BUFFER data type

This commit is contained in:
Keith Whitwell 2007-12-19 19:04:35 +00:00
parent a65f39f918
commit 5ff69cfd68

View file

@ -596,6 +596,14 @@ static void aub_i965_buffer_subdata_typed(struct brw_winsys *winsys,
aub_type = DW_SURFACE_STATE;
aub_sub_type = DWSS_BINDING_TABLE_STATE;
break;
case BRW_CONSTANT_BUFFER:
aub_type = DW_CONSTANT_URB_ENTRY;
aub_sub_type = 0;
break;
default:
assert(0);
break;
}
xmesa_buffer_subdata_aub( iws->pipe_winsys,